Skip to main content

Genesis Block | Bitcoin Glossary | Mapping Bitcoin

Genesis Block

Protocolo

Also known as: block 0, block zero

The first block of the Bitcoin blockchain (block 0), mined by Satoshi Nakamoto on January 3, 2009. It contains the famous embedded message: 'The Times 03/Jan/2009 Chancellor on brink of second bailout for banks.'

Overview

The genesis block is the foundational block of the Bitcoin blockchain, hardcoded into the Bitcoin software as the starting point from which all subsequent blocks are built. Mined by Satoshi Nakamoto on January 3, 2009, it marks the birth of Bitcoin as a functioning network. The block contains a newspaper headline embedded in its coinbase transaction that serves as both a timestamp proof and a statement about the motivation behind Bitcoin's creation.

The Embedded Message

The coinbase parameter of the genesis block contains the following text:

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

This is the headline from the front page of The Times (London) on that date. It serves two purposes:

  1. Timestamp proof: It demonstrates that the block could not have been mined before January 3, 2009
  2. Political statement: It highlights the failures of the traditional banking system that Bitcoin was designed to address

Technical Details

Block 0 (Genesis Block):
┌────────────────────────────────────────────────────────┐
│ Hash:       000000000019d6689c085ae165831e934ff763ae46a2│
│             a6c172b3f1b60a8ce26f                       │
│ Timestamp:  2009-01-03 18:15:05 UTC                    │
│ Nonce:      2083236893                                 │
│ Difficulty: 1                                          │
│ Version:    1                                          │
│ Merkle Root: 4a5e1e4baab89f3a...                       │
│ Reward:     50 BTC (unspendable)                       │
│ Tx Count:   1 (coinbase only)                          │
└────────────────────────────────────────────────────────┘

The Unspendable Coinbase

A notable quirk of the genesis block is that its 50 BTC coinbase reward is unspendable. This is because the genesis block's transaction is not included in the transaction database that nodes use to validate spending. Whether this was intentional by Satoshi or an oversight remains debated. Some view it as a symbolic gesture -- the first 50 BTC as a "sacrifice" to launch the network.

The Six-Day Gap

The genesis block has a timestamp of January 3, 2009, but the next block (block 1) was not mined until January 9, 2009 -- a gap of six days. Several theories exist:

  • Satoshi may have been testing the software and reset the chain before the final launch
  • The genesis block may have been created earlier and backdated to match the newspaper headline
  • Satoshi may have simply waited before continuing to mine

Cultural Significance

The genesis block has taken on deep cultural meaning in the Bitcoin community. January 3rd is celebrated annually as "Bitcoin's birthday" or "Genesis Block Day." The embedded headline serves as a permanent reminder of Bitcoin's philosophical roots as an alternative to the traditional financial system built on bailouts, money printing, and centralized control.

Common Misconceptions

  • The genesis block was not mined in the same way as regular blocks. It is hardcoded directly into the Bitcoin source code.
  • The 50 BTC reward in the genesis block can never be spent, even if someone had the private key.
  • Block 1 (not the genesis block) was the first block actually mined through the normal mining process.