Bitcoin Block 1

The first block after the genesis block – mined January 9, 2009

Overview

Block 1 is the very first block mined on the Bitcoin network after the hardcoded genesis block. It was mined on January 9, 2009 (timestamp: 1231469665, or 02:54:25 UTC) and contains only one transaction: the coinbase reward transaction awarding 50 BTC to the miner. Unlike the genesis block, this reward is fully spendable. It references the genesis block as its previous block hash and maintains the initial difficulty level.

View this block live on explorers:

Block Header (80 bytes)

The block header is double-SHA256 hashed to produce the block hash.

Block Hash (double SHA-256 of header):

00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048

Coinbase Transaction (only transaction in the block)

Full serialized coinbase transaction hex (153 bytes):

01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0704ffff001d0104ffffffff0100f2052a0100000043410496b538e853519c726a2c91e61ec11600ae1390813a627c66fb8be7947be63c52da7589379515d4e0a604f8141781e62294721166bf621e73a82cbf2342c858eeac00000000

Key Special Properties