§The plain-English explainer

What is Bitcoin?
The explanation that finally clicks.

It took me about five years to actually get Bitcoin, and I called it a scam for most of them. This is the version that finally made it click: six plain ideas, with no jargon and no hype. Once you see it, you cannot unsee it.

Don't take my word for any of it. Check it.

Watch the full thingWhat is Bitcoin? The Explanation That Clicks28k views · the animations below are pulled from it

Here's the whole thing in one line. Bitcoin is digital money you hold and send yourself, like handing someone cash, but online, with no bank in the middle and no one who can freeze it or print more.

No bank, no app, no middleman. Straight from you to them.

That sounds either obvious or mad, depending on where you start. So let me show you the problem it solves, then the six ideas that make it work.

The problem it actually solves: trust

Our whole money system runs on trust, and that trust keeps getting broken.

You trust banks to actually have your money. Then 2008 happens, or Silicon Valley Bank in 2023, and people can't buy groceries because the bank "temporarily" froze withdrawals.

You trust governments not to print too much. Yet about 80% of all the US dollars that ever existed were created in just a few years from 2020.

The Bank of England: whenever a bank makes a loan, it simultaneously creates a matching deposit, thereby creating new money.
This is the Bank of England's own paper, in its own words. A bank makes a loan and creates the money at the very same moment.
The Bank of England: bank deposits make up 97% of the money currently in circulation.
And by the Bank's own figure, about 97% of all money is made this way. You have seen the price of eggs. Read it yourself (Bank of England, PDF) →

And you trust payment firms to move your money, right up until they freeze your account over a policy you never read.

It's like playing poker where the dealer plays against you, controls the rules, counts the chips, and can print more chips whenever they start losing. That is the system we have now.

Six ideas, and then it clicks

Bitcoin is one invention made of six older ones, stacked together. Get these six and the whole thing falls into place. We'll take them one at a time.

The six core concepts: double-spending, blockchain, mining, decentralisation, scarcity, digital signatures.
The map. Six ideas, from the video.
1
double-spending

The copying problem

If I email you a photo, now we both have it. Money cannot work that way. If I send you £20, I should not still have that £20.

The problem in one picture: stop me copying the same £20 to everyone.

For decades, computer scientists thought you could not fix this without a central referee. Banks are that referee: they keep one record, and if you try to spend the same £20 twice, the bank says no.

Which drops you straight back into trusting the bank. So the first thing Bitcoin had to crack was digital money that can't be copied, with nobody in the middle. The next five ideas are how it did it.

2
the blockchain

The magic notebook

Imagine a notebook that copies itself for everyone in the class. You can only add a new page once you've solved a tricky puzzle and everyone agrees you got it right. Once a page is written, not even the teacher can rub it out.

The blockchain explained as a shared magic notebook.
The magic notebook: one shared record, copied to everyone, that nobody can secretly edit.

That is the blockchain. Instead of one bank updating its private records, thousands of computers worldwide record each transaction in public, in order, a new page roughly every ten minutes.

Here's the clever part, the bit that makes it impossible to fake. Each new page carries a tiny fingerprint of the page before it. So the pages are chained together, which is where "blockchain" comes from.

Change a single line on an old page and its fingerprint changes. That breaks the next page, and the next, all the way down. To rewrite one entry you'd have to redo every page since, on more computers than exist. So once something is written, it stays written.

And you don't have to take my word for it. Every page ever written is open for anyone to read.

A real Bitcoin block on a public explorer.
A real Bitcoin block, live on a public explorer, with every transaction on it. Go and watch the next one land →
3
mining

The global lottery

This is the bit everyone gets wrong, me included. When I heard "mining" I pictured digital pickaxes. It is nothing like that.

Mining is a lottery. Not "solving complex maths," not pickaxes. A worldwide guessing game, and here is exactly how a round works:

Computers everywhere, guessing at a code, burning electricity to win the next block.
1
Everyone guesses, trillions of times a secondMiners feed the last page, the new transactions, and a random number into a fixed recipe (the SHA-256 function). It spits out a 64-character code. You win if it starts with enough zeros. There's no skill, just guessing, and guessing costs electricity.
2
First to hit it wins, about every 10 minutesIf everyone's guessing too fast, the network quietly demands more zeros, making it harder. Too slow, fewer zeros. So a winner turns up roughly every ten minutes, no matter how many machines join.
3
The winner adds the page and gets paidThey write the next page of transactions into the notebook and collect brand-new bitcoin for it. That reward is how new coins are born, and why miners spend real money to keep the whole thing honest.

Here is why that matters. For the first time, we have something digital that costs real-world energy to make. An email or a song copies for free. A bitcoin does not. You cannot copy-paste more into existence, and that single fact is what gives it weight.

4
decentralisation

Tens of thousands of auditors

Surely some clever hacker can just cheat all this? Here's why they can't.

Anyone with a laptop can run a "node": a computer that keeps the whole ledger and checks every rule. When a miner adds a block, all these independent nodes verify it. Try to cheat, say by giving yourself extra coins, and they throw it out.

Thousands of independent computers, all checking the same rules. Cheat, and they simply reject you.

It's tens of thousands of auditors checking the books at once. No one changes the rules unless almost everyone agrees. That's why the motto is "don't trust, verify."

The number of Bitcoin nodes running worldwide.
Tens of thousands of these nodes run worldwide, in nearly every country. There's no head office to switch off.

And there's no boss to lean on either. Satoshi, the creator, vanished and never came back. Every other digital money had a founder or company to pressure, regulate or arrest. Bitcoin has no one in charge to target. That isn't a bug. It's the whole point.

5
scarcity

The countdown timer

Only 21 million bitcoin will ever exist. That is brand new for humanity. Every money in history kept expanding, even gold, which will roughly double again over the next 60 years.

Total bitcoin in existence (hover any point) 010.5M (50%)21M cap 2009 2020 2032 2140
Bitcoin's entire supply, out to the year 2140. It rises fast, then flattens and stops at 21 million. Forever. Hover any point to see that era's block reward and how much had been mined.

Here's the engine behind that curve. Every 210,000 blocks, roughly every four years, the reward miners get for a block is cut in half. It started at 50 bitcoin, then 25, then 12.5, and today it's 3.125.

So new coins arrive slower and slower, halving after halving, until around 2140 when the reward rounds to zero and the very last bitcoin is mined. In a world where governments print trillions overnight, this schedule cannot be changed.

The full Bitcoin halving schedule, from 50 BTC in 2009 down to 0 by 2140.
The full schedule, halving by halving, all the way to zero. It was set in 2009 and has run like clockwork since.

"Only 21 million" sounds too few, until you remember each one splits into 100 million pieces. Plenty for the planet, and you buy a coffee with a sliver, the way you wouldn't need a whole gold bar for the groceries.

And it isn't a promise you have to trust. The 21 million is written in the code that every node runs. You can read the exact line yourself.

The 21 million cap in Bitcoin's source code.
The cap, in Bitcoin's actual source code. Change it in your copy and every node just ignores you.
6
self-custody

The unbreakable key

So where is your Bitcoin actually kept? Everywhere and nowhere. What you own isn't a coin in a vault. You own a private key, usually held as twelve simple words, that proves the coins are yours to move.

A 12-word seed phrase, the key to your Bitcoin.
Twelve words. Whoever has them has the Bitcoin. Possession is ownership, exactly like cash or gold.

When it's truly yours, no bank and no government can freeze it or take it. "Not your keys, not your coins."

In Cyprus in 2013 the state simply took 47.5% of large bank deposits. Your bank balance is an IOU you're allowed to look at. Bitcoin held properly is the actual thing, in your hand.

Put the six together

Step back and look at what we just built. Money that can't be copied. A public ledger nobody owns. New coins that cost real energy to make.

Millions of auditors enforcing the rules. A supply that can never grow past 21 million. And keys that make it truly yours.

No banks. No government. No single point of failure. We accidentally described digital gold that's better than actual gold.

Why this matters

This is the bit Michael Saylor was getting at, the line that made me stop and stare at my screen.

Roughly $450 trillion of the world's wealth is parked in assets just to store value.
Hundreds of trillions of pounds are parked in houses, gold and bonds for one reason: people just want to keep what they've earned.

Half the world's wealth is just people trying to hold onto what they have. Bitcoin is the first money built for exactly that one job, where nobody can inflate it away or freeze it.

That's its use case. You get to keep your money.

Don't trust me. Verify it.

The best way to understand Bitcoin is to run the rules yourself. I put the whole setup, running your own node and holding your own coins, into one free guide.

Get the free node + security setup →

Still got doubts? Every objection I ever threw at Bitcoin, answered with the data, is in the Skeptic's Guide.