January 3, 2009. A single computer mines Block 0 — the Genesis Block. Inside its coinbase transaction, Satoshi Nakamoto encodes 69 bytes of ASCII text: a headline from that morning's Times of London. It is the only human-readable message Satoshi permanently inscribed into Bitcoin's consensus layer — a timestamp proving the block was not mined before that date, and a quiet indictment of the system Bitcoin was built to replace.
04 = OP_PUSHBYTES_4. Next 4 bytes encode the compact difficulty target (nBits) from the block header: 0x1d00ffff — the easiest possible target, requiring only that the block hash start with 8 leading zero hex digits.01 = OP_PUSHBYTES_1. The single byte 04 (value: 4) is an extra nonce — additional hash-grinding space beyond the block header's 4-byte nonce field.45 = OP_PUSHBYTES_69. The next 69 bytes encode Satoshi's message in ASCII — one byte per character, no null terminator, no encoding header. Pure text.Each byte maps to one ASCII character. 0x20 = space. Click Reveal to decode the message one byte at a time.