Where it all began
The Bitcoin whitepaper guide.
Nine pages, posted October 31, 2008, that launched a trillion dollar idea. Here is what the whitepaper says, the puzzle it solved, and why it still shapes everything.
Reviewed and current as of September 12, 2026
01The nine pages that started it all
On October 31, 2008, a writer calling himself Satoshi Nakamoto posted a nine page paper to a cryptography mailing list. The title: "Bitcoin: A Peer to Peer Electronic Cash System". It described digital money that moves directly between people, secured by math instead of institutions. Short, clear, and readable in one sitting.
02The puzzle it solved: double spending
Digital files copy easily, which made digital cash tricky: how do you stop someone from spending the same coin twice? Earlier attempts gave the job to a central mint that checked every payment. The whitepaper offered a different answer: a public ledger, shared across thousands of computers, where every transaction gets checked by the whole network. Copying a coin buys nothing, because the ledger shows it already moved.
03Peer to peer cash, simply put
You hold a pair of keys. The public key works like an address you share freely. The private key works like a signature only you can make. To pay someone, you sign with your private key and broadcast the transaction. Computers across the network verify the signature, record the payment, and move on. Value travels directly from sender to receiver, carried by open software.
04Mining and proof of work, in one paragraph
Miners gather recent transactions into a block and race to solve a computational puzzle. The winner adds the block to the chain and earns new bitcoin plus fees. The puzzle costs real energy, which makes rewriting history expensive: changing an old block means redoing every puzzle that came after, faster than the rest of the world combined. That cost is the security.
05The 21 million cap
The whitepaper fixed the total supply at 21 million coins. New coins arrive through mining, and the reward halves every 210,000 blocks, about every four years. More than 95 percent already exists. The last fraction appears around 2140. A money supply anyone can audit and nobody can inflate: that idea started on page one of those nine pages.
06Why it still matters
Trillion dollar markets, national reserves, ETFs on Wall Street: all of it traces back to that mailing list post. Developers still study the paper. Builders still quote its design. And its core ideas, fixed supply, open code, and trust through math, keep shaping every new project in the space. Read the original thinking and the whole industry starts making sense.
07Keep learning on this site
The glossary defines every term in plain language. The What Is Bitcoin guide tours the network as it runs today. The halving guide tracks the supply schedule the whitepaper set in motion. And the Daily Brief covers the story as it keeps unfolding, every morning.
01When was the Bitcoin whitepaper published?
October 31, 2008. Satoshi Nakamoto posted it to a cryptography mailing list, where developers around the world could read it, debate it and start building.
02Who wrote the Bitcoin whitepaper?
Satoshi Nakamoto, a pseudonym. The identity behind the name stays unknown, and the network grew up around the ideas rather than the author.
03How long is the whitepaper?
Nine pages. A focused read that walks through the problem, the design and the math in plain technical language. Anyone can read the full text online for free.
04What is the double spend problem?
Digital files copy, so digital money needed a way to stop the same coin from being spent twice. Earlier designs trusted a central mint to check every payment. Bitcoin spreads a public ledger across the network, so every computer checks every transaction and a copied coin fools nobody.
05What does peer to peer mean here?
People transact directly with each other through the software, and the network verifies each payment. Value moves from sender to receiver with the checking done by open code rather than a middleman.