Chapter 0

The Problem

Imagine you want to send money to a friend in another country. You need a bank to say "yes, this is real money." But what if banks are closed? Or what if you don't have a bank? Bitcoin was invented so people could send value to each other without needing someone in the middle to approve it.

Every wire transfer, credit card swipe, and Venmo payment runs through somebody's servers. Banks, payment processors, governments — pick your middleman. Most of the time this works fine. Sometimes it doesn't: accounts get frozen, services go offline, entire currencies collapse overnight.

In October 2008, while Lehman Brothers was still warm in the ground, someone writing under the name Satoshi Nakamoto posted a nine-page paper to a cryptography mailing list. The proposal: electronic cash that doesn't need a trusted third party. Not a company. Not a product pitch. A protocol.

Trust in the existing system:

Fragile
▶ Click to compare with Bitcoin

On January 3, 2009, the first Bitcoin block — the Genesis Block — was mined. Embedded in it was a headline from The Times: "Chancellor on brink of second bailout for banks."

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
↑ Click to animate

The Genesis Block is Bitcoin's first-ever block. The embedded newspaper headline is widely interpreted as a commentary on the instability of fractional-reserve banking. It also serves as a verifiable timestamp proving the block was not mined before that date.

Chapter 1

The Invention

A mysterious person (or group) called Satoshi Nakamoto wrote a short paper describing Bitcoin. Think of it like a recipe for digital money that doesn't need a bank. The recipe has six key ingredients:

The whitepaper was titled "Bitcoin: A Peer-to-Peer Electronic Cash System." Nine pages. No venture capital slide deck, no token sale — just a technical blueprint posted to a mailing list.

Six ideas made the whole thing work:

Click any card to expand the full explanation.

Chapter 2

How Bitcoin Works (No Math Required)

Think of Bitcoin like a factory. People send transactions (like little notes saying "send 0.5 BTC to Alice"). These notes go into a waiting room called the mempool. Miners grab a bunch of notes, stamp them into a block, and add it to a long chain of blocks. That chain is the record of every Bitcoin transaction ever made.

Bitcoin stitches together a few well-known computer science concepts — hash functions, public-key cryptography, peer-to-peer networking — into something none of them could do alone. The best way to understand it is to follow a single transaction from send to settlement.

The Block Factory

Every transaction starts in the mempool — a waiting area. Miners select transactions, assemble them into a block, and compete to solve a proof-of-work puzzle. The winner's block gets added to the chain.

⚙ Interactive: Build a block

Step 1: Tap 3–5 transactions below to select them. Step 2: Hit "Mine Block" and watch them get confirmed.

Mempool
0
selected
Block
Waiting…
Chain
Low (1s)Medium (2s)High (3s)

In reality, difficulty adjusts automatically every 2,016 blocks to maintain ~10-minute block times.

Why does this matter?

Each confirmed block makes the transaction harder to reverse. After about 6 confirmations (roughly one hour), a transaction is considered highly secure — not because someone promised it is, but because reversing it would require re-doing an enormous amount of computational work.

Miners take the block header (which includes a reference to the previous block, a summary of transactions via a Merkle root, a timestamp, and a nonce) and repeatedly hash it using SHA-256. They increment the nonce each time, searching for a hash that, when interpreted as a number, is below a target value set by the network's difficulty.

This is brute-force guessing — there's no shortcut. On average, the network finds a valid hash every 10 minutes. The difficulty adjusts every 2,016 blocks (~2 weeks) to maintain this pace regardless of how much computing power joins or leaves the network.

Chapter 3

Scarcity You Can See

Bitcoin has a rule: every four years or so, the reward miners get for adding a new block gets cut in half. This means fewer new bitcoins are created over time. There will never be more than 21 million bitcoins — ever. It's like a gold mine that produces less gold every year, with a known end point.

No central banker decides how many bitcoins exist. That number is baked into the code and enforced by every node on the network. You can verify it yourself by running one.

Every 210,000 blocks (approximately every four years), the block reward is cut in half. This event is called a "halving."

🕑 Click each year to see that halving's details

2012
2016
2020
2024
50 → 25 BTC
November 28, 2012 — Block 210,000. The first halving reduced the block reward from 50 BTC to 25 BTC. At this point, approximately 10.5 million bitcoins had been mined.

After the 2024 halving, miners receive 3.125 BTC per block. Over 19.5 million of the 21 million bitcoins have already been mined. The last bitcoin is projected to be mined around the year 2140.

When the block subsidy reaches zero, miners will rely entirely on transaction fees for revenue. Whether this provides sufficient security incentive is an active area of research and debate in the Bitcoin community. The fee market's viability at that point depends on transaction volume and the value users place on block space.

Chapter 4

Security Is Paid For

Bitcoin miners get paid in two ways: the block reward (new bitcoins) and transaction fees (tips from users who want their transactions processed faster). This payment is what motivates miners to keep the network secure. It's like paying security guards — except the guards are computers solving math problems.

Running the Bitcoin network costs real money — electricity, hardware, cooling. Nobody does it for free. Miners get paid two ways: freshly minted coins (the block subsidy) and tips from users who want their transactions processed (fees). That revenue is the system's security budget.

Miner Revenue = Block Subsidy + Transaction Fees

Block space is limited — roughly 1 MB every ten minutes. Users attach fees to bid for inclusion. Pay more, get confirmed faster. This is a fee market, and it works exactly like an auction.

⚙ Interactive: Fee auction

Step 1: See the other transactions competing for block space. Step 2: Use the slider to set your fee. Step 3: Hit "Submit Transaction" to see if your bid is high enough to make it into the next block.

Other transactions competing for space:

15 sat/vB

Only the top 5 highest-fee transactions will fit in the next block. Set your fee high enough to beat the competition.

The block subsidy keeps shrinking. Eventually it hits zero. At that point, miners' only revenue comes from transaction fees. Will fees alone be enough to keep the network secure? Nobody actually knows. Optimists point to growing adoption and Layer 2 protocols driving on-chain settlement demand. Skeptics point to the fact that users generally prefer lower fees, not higher ones. It's the biggest open question in Bitcoin's long-term design.

Chapter 5

Energy, but Make It Honest

Bitcoin uses a lot of electricity — that's real. Miners run powerful computers all day. Some people say this is wasteful. Others say it's the cost of running a global, censorship-resistant financial system. The truth is nuanced: it depends on where the energy comes from and what you compare it to.

Bitcoin uses a lot of electricity. This is not in dispute. What people fight about is whether that electricity is wasted, and the honest answer depends on facts that are harder to pin down than either side usually admits.

Critiques

  • Bitcoin's annualized electricity consumption is comparable to that of some mid-sized countries.
  • Proof-of-work is energy-intensive by design — the energy cost is the security mechanism.
  • Some mining operations have relied on fossil fuels, contributing to carbon emissions.
  • Alternative consensus mechanisms (like proof-of-stake) achieve finality with far less energy.

Counterpoints

  • A significant and growing share of Bitcoin mining uses renewable or stranded energy sources.
  • Energy use alone doesn't determine environmental impact — the energy mix matters.
  • Mining can monetize stranded energy (e.g., flared natural gas, remote hydro) that would otherwise be wasted.
  • Proof-of-stake makes different security trade-offs; the comparison is not purely about energy efficiency.

Putting a number on it

The go-to source is the Cambridge Bitcoin Electricity Consumption Index (CBECI), run by Cambridge's Centre for Alternative Finance. They publish a range, not a point estimate, because nobody knows exactly what hardware every miner on Earth is running or where they're plugged in.

Estimated annualized consumption

Based on CBECI methodology. Drag the slider to explore the estimated range.

~120 TWh/year
Lower bound: ~50 TWh Upper bound: ~200 TWh

Methodology note: CBECI estimates are based on mining hardware efficiency models, not direct measurement. Actual consumption depends on hardware fleet composition, electricity costs, and operational efficiency across the global mining industry. Figures here are illustrative of the range as of early 2025 estimates.

Hard facts: Proof-of-work eats electricity. The hash rate (total network computing power) is public — anyone can see it. Hardware specs are published by manufacturers. None of this is controversial.

Soft facts: What percentage of miners use renewables? How carbon-intensive is the grid in each mining region? What would happen to that energy if miners weren't buying it? These are the variables that make the debate slippery — and why both sides can sound convincing while citing real data.

We're not going to tell you what to think about it. But you should know which parts of the argument rest on solid ground and which parts rest on assumptions.

Chapter 6

What Bitcoin Is Used For

People use Bitcoin in different ways. Some hold it like digital gold. Some send it across borders cheaply. Some use it to save money in countries where the local currency is losing value fast. Explore the tabs below to learn about each use case.

Ask five Bitcoin holders what it's for and you'll get five different answers. That's not a weakness — it's a feature of a general-purpose protocol. The main use cases, each with real traction and real caveats:

Store of value

Some holders treat Bitcoin as "digital gold" — a scarce, durable, portable, and divisible asset that may preserve purchasing power over time. This thesis is based on Bitcoin's fixed supply of 21 million coins and its resistance to dilution.

Caveat: Bitcoin remains volatile compared to traditional store-of-value assets like gold. Its price history spans only about 15 years, which some consider too short to confirm this thesis.

Chapter 7

The Myth Room

There are many things people believe about Bitcoin that are partly true and partly wrong. Click each myth below to see what's accurate and what's misunderstood.

Most of what you hear about Bitcoin at dinner parties is roughly half-true. Three claims that keep circulating — and what they get right and wrong.

Click each claim to see the full picture.

What's true

You don't need to provide your real name to create a Bitcoin address or send a transaction. The protocol itself does not require identity verification.

What's misunderstood

Bitcoin is pseudonymous, not anonymous. Every transaction is recorded permanently on a public ledger. Sophisticated chain analysis can link addresses to real identities, especially when users interact with regulated exchanges that collect ID. Law enforcement has successfully traced Bitcoin transactions in numerous criminal investigations.

What's true

A Bitcoin transaction can be broadcast to the network in seconds. Lightning Network payments can settle nearly instantly.

What's misunderstood

On-chain confirmation takes approximately 10 minutes per block on average. For high-value transactions, waiting for 6 confirmations (~1 hour) is standard practice. During high-demand periods, unconfirmed transactions can wait in the mempool for longer.

What's true

Nothing. No single company, individual, or government controls Bitcoin.

What's misunderstood

Bitcoin is maintained by a global network of nodes — computers running the Bitcoin software. Protocol changes require broad consensus among node operators, miners, and developers. The open-source codebase is maintained by hundreds of contributors worldwide. No single entity can unilaterally change Bitcoin's rules.

Finale

Bitcoin in One Minute

The whole thing in six sentences and three diagrams. Pin this to your wall.

Bitcoin is digital money that doesn't need a bank, a government, or anyone's permission to work.
A global network of computers competes to verify transactions by solving computational puzzles. This is called proof of work, and it's deliberately expensive.
Every transaction ever made is written to a public ledger — the blockchain — and can't be erased.
There's a hard cap of 21 million coins. New ones trickle out on a schedule that slows by half every four years.
Miners keep the network running because they get paid: block rewards plus transaction fees.
It's not anonymous (it's pseudonymous), not instant (confirmation takes minutes), and nobody's in charge (that's the point).
Sender Bitcoin Network Receiver No intermediary needed
Peer-to-peer
Block Block Block Permanent public ledger
Blockchain
21M maximum supply ~93% already mined
Fixed supply