Ask for the moment Bitcoin began and you will usually get 3 January 2009 at 18:15:05 UTC. It is a wonderfully specific answer. It is also only one of three reasonable answers.
That time comes straight from the genesis block. Its header contains the Unix timestamp 1231006505. Converted to UTC, that is 18:15:05, or second 65,705 of the day. The block has no previous hash, one transaction and a total size of 285 bytes. It looks like a clean starting point because the data structure says there is nothing before it.
But the timestamp is a number Satoshi Nakamoto put in a block, not a camera pointed at a birth. Bitcoin Core still constructs genesis from that number explicitly. The current source calls CreateGenesisBlock(1231006505, ...) and then checks that the result has the familiar hash beginning 000000000019d668. For this first block, the time is part of the artifact.
The genesis transaction contains its own piece of timekeeping. Decode the coinbase input and the bytes turn into a newspaper line:
The Times 03/Jan/2009 Chancellor on brink of second bailout for banks
The outer record says 3 January 2009 at 18:15:05. The inner record names a newspaper dated 3 January 2009. One is machine-readable down to the second; the other is written for a person buying a Saturday paper.
The line gives the block a lower bound that its header cannot give itself. Whoever assembled genesis had seen, or at least knew, that day's headline. It could not have been made in December and honestly carried those words. The headline does not prove 18:15:05 to the second, and it does not tell us exactly what Satoshi meant by choosing it.
The juxtaposition is hard to miss. A headline about banks and a bailout sits inside the first transaction of a peer-to-peer cash system. Calling it a manifesto goes further than the evidence does. The inscription itself is enough: this block was made in the world of that headline, not in an abstract technical vacuum.
If 18:15:05 was Bitcoin's public launch, the public seems to have missed it.
Satoshi announced version 0.1 to the Cryptography mailing list on 8 January at 14:27:40 EST, five days after the genesis date. The message called it "the first release of Bitcoin," linked a Windows download, described the software as alpha and experimental, and asked people who could accept incoming connections to keep a node running.
Block one arrived later still. Its header timestamp is 9 January 2009 at 02:54:25 UTC. The gap from genesis is 463,160 seconds: five days, eight hours, thirty-nine minutes and twenty seconds.
I like the awkward gap because it keeps the origin human. Genesis was prepared first. Software was announced later. Another block eventually followed. The network did not spring into existence as one synchronized event with a ribbon cutting and a universally agreed clock.
Buy One Second reduces a day to 86,400 numbered positions, so Bitcoin's genesis timestamp maps neatly to second 65,705. That neatness can mislead. The number does not contain 3 January 2009, Bitcoin, London, a newspaper or a bailout. It only means 18:15:05 on a 24-hour clock. The date and story have to be carried somewhere else.
This is the same problem discussed in Whose midnight is second zero?: a clock coordinate is precise but thin. It repeats every day. Context is what turns it into a memory.
I also checked second 65,705 in the Buy One Second contract. It is unminted at the time of writing. That is a status check, not a recommendation. The contract gives it no Bitcoin marker, special trait or rarity tier, and it follows the same minting rules as second 65,704. Nothing about an old timestamp predicts value.
The more honest use of 18:15:05 is as a prompt. It asks which beginning we are trying to remember: when the first object was made, when its maker invited other people in, or when somebody finally added the next object. Bitcoin leaves all three receipts. They do not agree on one second, and they do not need to.
Usual cautions apply if you interact with a live chain. Minting on Base has a network fee and cannot be reversed after confirmation. Lost keys can mean a lost token, and phishing pages imitate real sites. Check the contract address against the About page before connecting a wallet. Reading the records in this article costs nothing and needs no wallet. This is not financial advice, and a second is not an investment.
→ The second Base began · Ethereum's five seconds a minute · Token one, or a meaningful second · Read your second off Base
000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f, timestamp 1231006505, one transaction and size 285 bytes. Its transaction endpoint returned the 69-byte coinbase inscription quoted above. Block 1 returned timestamp 1231469665.src/kernel/chainparams.cpp, accessed 2 August 2026. The current source contains the Times headline, constructs mainnet genesis with timestamp 1231006505, nonce 2083236893 and a 50 BTC nominal reward, and asserts the genesis hash and Merkle root.getSecondData(65705) call via mainnet.base.org, accessed 2 August 2026. It returned minted = false, token id 0 and the zero address. No wallet, signature or transaction was used. Deployment on Basescan.