Genesis Block
16/04/2026
The genesis block is the very first block in a blockchain — also called block 0 or block #1 depending on the implementation. Unlike all subsequent blocks, the genesis block has no parent block and is hardcoded directly into the node software.
Bitcoin's genesis block
Bitcoin's genesis block was mined by Satoshi Nakamoto on January 3, 2009. It contains a famous embedded message in its coinbase transaction:
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
This is a headline from The Times newspaper, widely interpreted as a timestamp and a commentary on the traditional financial system that Bitcoin was designed to challenge.
The 50 BTC reward from the genesis block is unspendable — it was never added to the UTXO set due to a quirk in the original code.
Why it matters
- Every blockchain traces back to its genesis block — it anchors the entire chain's history
- The genesis block hash is hardcoded into every node, ensuring all participants start from the same point
- Forked chains create new genesis blocks or inherit the original up to the fork point
