Satoshi defines Bitcoin's Genesis Block parameters (2009-01-03)

Figures: Satoshi Nakamoto

On January 3, 2009, Satoshi Nakamoto defined the parameters of the first block of the Bitcoin blockchain — known as the Genesis Block or Block 0 — by hardcoding them as constants in the v0.1 source. The block’s coinbase transaction contained the following embedded text:

“The Times 03/Jan/2009 Chancellor on brink of second bailout for banks”

This message, a headline from the front page of The Times newspaper published on that date, serves dual purposes. It acts as a timestamp proving the block could not have been mined before January 3, 2009, and it provides a pointed commentary on the instability of the traditional banking system — the very problem Bitcoin was designed to address. The headline’s origin (a British newspaper) has also been treated as geographic evidence in later analyses of Satoshi’s likely location.

The Genesis Block is hardcoded into the Bitcoin software and is the foundation upon which the entire blockchain is built. Unlike all subsequent blocks, the 50 BTC reward from the Genesis Block’s coinbase transaction is unspendable due to the bootstrap-initialization structure of the original code.

The block hash is:

000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

The Genesis Block’s hardcoded timestamp is six days before the next block (Block 1) on January 9, 2009, the same day Bitcoin v0.1 was released to the public. The cause of this gap is examined as a hardcode timestamp artifact in the genesis analysis, and surveyed among several popular hypotheses in Pete Rizzo’s 2024 Bitcoin Magazine article.