What a Blockchain Actually Is, Explained From How It Was Built
A blockchain is a record book nobody owns and everybody can check. The idea to timestamp digital records this way predates Bitcoin by nearly two decades.

On October 31, 2008, in the middle of the global financial crisis, a paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System" appeared online under the name Satoshi Nakamoto. It described a form of digital money that needed no bank, no payment processor, and no central authority of any kind to work. Roughly two months later, on January 3, 2009, Nakamoto put the idea into practice by mining Bitcoin's very first block, and on January 12 the first transaction took place, sending bitcoin to programmer Hal Finney.
The blockchain itself — the ledger technology underneath Bitcoin — was not new in 2008. In 1991, computer scientists Stuart Haber and W. Scott Stornetta proposed a method for digitally time-stamping documents so that nobody, not even the document's owner, could quietly alter it after the fact. Their original version stamped each record separately, which was inefficient; a 1992 refinement folded in a structure called a Merkle tree, letting many records be bundled and verified together as a single block. Other researchers built on these ideas through the 1990s and 2000s, including computer scientist Nick Szabo, whose proposal for a decentralized digital currency called "bit gold" anticipated several of the mechanics Bitcoin would later use.
How the Ledger Actually Stays Honest
A blockchain solves one specific, hard problem: how do you let strangers trade digital money without any of them trusting a bank to keep the books straight, and without anyone being able to spend the same digital coin twice? Bitcoin's answer was a peer-to-peer network in which every participant holds a copy of the same ledger. New transactions are broadcast across that network and grouped into blocks, and each block is cryptographically linked to the one before it — hence "blockchain" — so that altering a past transaction would require redoing the computational work for every block that came after it, across a majority of the network at once. To decide which computer gets to add the next block, Bitcoin uses a process called proof of work, where specialized computers compete to solve a difficult cryptographic puzzle, and whoever solves it first earns the right to add the block and claim a reward.
The Person Who Invented It Was Never Identified
Despite building a system now worth trillions of dollars in combined value across every cryptocurrency it inspired, Satoshi Nakamoto's real identity has never been confirmed. Nakamoto was active on developer forums and in email through roughly 2010 and 2011, discussing technical fixes and design decisions with early collaborators, and then simply stopped communicating — no verified message from that account has appeared since. Whether Nakamoto was one person or a small group working under a shared pseudonym remains unresolved, and it is one of the more unusual facts about a technology this significant: nobody who uses it can say for certain who built it.
Told as an illustrated story
Frequently Asked Questions
Did Satoshi Nakamoto invent blockchain technology from scratch?
No. The core idea of cryptographically time-stamping linked digital records dates to a 1991 proposal by Stuart Haber and W. Scott Stornetta, refined in 1992 with Merkle trees. What Nakamoto's 2008 Bitcoin whitepaper added was a complete, working system — combining that ledger idea with a peer-to-peer network and a proof-of-work process that let strangers agree on one shared, tamper-resistant record without a central authority.
Do we actually know who Satoshi Nakamoto is?
No, and this has never been resolved. Nakamoto communicated by email and on developer forums through around 2010–2011, discussing Bitcoin's technical design, and then stopped — no confirmed message has surfaced since. Nakamoto could be one person or a small group working under a shared name; several candidates have been proposed over the years, but none has been proven.
What actually stops someone from cheating a blockchain?
Every block is cryptographically linked to the one before it, and the ledger is copied across many independent computers on the network rather than stored in one place. Changing a past transaction would mean redoing the computational work for every block since, across a majority of the network simultaneously — which is what makes tampering with an established blockchain extremely costly rather than technically impossible.