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:
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.
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.
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.
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.
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
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.
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:
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.
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.
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.
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.
Cross-border transfers
Bitcoin can be sent to anyone in the world with an internet connection, without intermediaries or correspondent banking delays. Settlement can occur in roughly 10–60 minutes depending on the number of confirmations required.
Caveat: On-chain transaction fees vary with network demand. For small transfers, fees may be disproportionate. Layer-2 solutions like Lightning Network aim to address this for smaller amounts.
Payments
Some merchants accept Bitcoin for goods and services. The Lightning Network enables faster, cheaper payments suitable for everyday purchases. El Salvador made Bitcoin legal tender in 2021, though adoption results have been mixed.
Caveat: Price volatility and user experience remain barriers to mainstream payment adoption. Most Bitcoin holders currently prefer to hold rather than spend.
Savings in inflationary environments
In countries experiencing high inflation or currency controls, some individuals use Bitcoin to preserve savings. Bitcoin's supply schedule is immune to local monetary policy decisions.
Caveat: Bitcoin's short-term volatility can exceed inflation rates, making it a high-risk savings vehicle. Access to reliable exchanges and internet connectivity are prerequisites.
Institutional adoption
Publicly traded companies, asset managers, and sovereign wealth entities have begun allocating to Bitcoin. The approval of spot Bitcoin ETFs in the United States in January 2024 marked a significant milestone for institutional access.
Caveat: Institutional adoption does not validate Bitcoin as an investment. Institutions also invest in assets that decline in value. Regulatory frameworks are still evolving globally.
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.
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.
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.
A Bitcoin transaction can be broadcast to the network in seconds. Lightning Network payments can settle nearly instantly.
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.
Nothing. No single company, individual, or government controls Bitcoin.
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.
Bitcoin in One Minute
The whole thing in six sentences and three diagrams. Pin this to your wall.