Buy Event Ticket Consensus MIami 2026 - 20% Paris Blockchain Week - 15% OFF

What is Genesis Block

The genesis block is the very first block in any blockchain  block number 0 (or sometimes block 1 in older implementations). It is the foundation upon which the entire subsequent chain is built, and unlike all other blocks, it has no predecessor. Every block in a blockchain references the hash of the block before it, creating the chain  but the genesis block is the unique starting point that the entire chain ultimately traces back to.

BITCOIN'S GENESIS BLOCK

Bitcoin's genesis block was created by Satoshi Nakamoto on January 3, 2009  the birthdate of the entire cryptocurrency industry. It contains a famous embedded message in its coinbase parameter (the field miners use for arbitrary data):"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"This is the headline from the front page of The Times newspaper published on the genesis block's creation date. The message is widely interpreted as both a timestamp proving the block was created on or after that date, and a political statement  Bitcoin was conceived as an alternative to a financial system that had just failed catastrophically in the 2008 global financial crisis.

THE GENESIS BLOCK'S UNIQUE PROPERTIES

The genesis block's previous block hash field points to a string of zeros (0000...0000) since there is no preceding block. The 50 BTC reward from Bitcoin's genesis block is famously unspendable  a quirk in the original Bitcoin code means the coinbase transaction from block 0 was never included in the UTXO database. These 50 BTC remain in an addres.

(1A1zP1eP5QGefi2DMPTfTL5SLmv7Divf Na) that can receive but never spend funds. Over the years, thousands of people have sent small amounts of Bitcoin to this address as tribute to Satoshi.

GENESIS BLOCKS OF OTHER BLOCKCHAINS

Ethereum's genesis block (July 30, 2015) allocated initial ETH balances to ICO participants. The Ethereum genesis block was defined by the genesis.json configuration file specifying initial account balances, gas limits, and network parameters. Every new blockchain  whether a new Layer 1, a private enterprise chain, or a testnet  begins with a genesis block defining its initial state.

Terms in addition to the Genesis Block

Scroll to Top