MASTERING-BITCOIN · Unit 1 · Video 1 · Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Block Reward | BTC reward per block after halvings | |
| Halving Interval | Reward halves approximately every 4 years | |
| Hard Cap | Maximum bitcoin that will ever exist | |
| Difficulty Adjustment | Maintains target block time of ~10 minutes |
Bitcoin's total supply follows a predictable, diminishing issuance curve. Unlike fiat currencies where central banks can expand the money supply indefinitely, Bitcoin is capped at approximately 21 million coins.
Explore: Move the year slider to see how much bitcoin exists at any point in time, the current block reward, and what percentage of the total supply has been issued.
⚙ interactive visualization — coming to this page format soon
💡 Notice how the curve flattens: The supply rises steeply from 2009–2016 (the first two eras produce ~75% of all bitcoin), then dramatically slows. By ~2035, over 99% is already issued. What does this mean for miners' long-term revenue? (Hint: transaction fees become essential!)
Every 210,000 blocks (~4 years), the mining reward is cut in half. This built-in monetary policy means no committee or central bank decides when to reduce issuance — the code enforces it automatically.
Explore: Adjust the slider to see how many halving eras to display. Watch how each era contributes progressively fewer coins to the total supply.
⚙ interactive visualization — coming to this page format soon
💡 Key insight: Era 0 alone produced 10.5 million bitcoin — exactly 50% of the total supply. Each subsequent era produces half as many coins. By the end of Era 4 (started 2024), over 96% of all bitcoin has been mined. The formula creates a geometric series that converges to exactly 21 million.
Bitcoin adjusts its mining puzzle difficulty every 2,016 blocks (~2 weeks) to maintain a target block time of 10 minutes. This means more miners equals more security — NOT faster coin creation.
Explore: Change the network hashrate to simulate miners joining or leaving. Watch how the difficulty adjustment brings block times back to the 10-minute target after just one adjustment period.
⚙ interactive visualization — coming to this page format soon
💡 Key insight: Only the first adjustment period after a hashrate change shows off-target block times. After the difficulty adjusts, blocks return to ~10 minutes — whether the hashrate doubled or halved. This is why more computing power means more security, NOT faster coin creation. If half the miners quit tomorrow, puzzles get easier and blocks still arrive every 10 minutes.
Question 1 · Bitcoin vs bitcoin
The video distinguishes between "Bitcoin" (capital B) and "bitcoin" (lowercase b). What does lowercase b "bitcoin" refer to?
✅ Correct! Lowercase 'bitcoin' is the currency unit, while capital 'Bitcoin' is the network/protocol.
❌ Not quite. Think about the distinction between the system (network) and the money that moves through it.
Answer: The unit of currency that moves across the network.
As the video states: "bitcoin isn't a digital file. Coins are implied by transaction records on a shared ledger."
Question 2 · Block Reward Calculation
The initial block reward in 2009 was 50 BTC. Using the formula , what is the block reward after the 4th halving (which occurred in April 2024)?
✅ Correct! After 4 halvings: BTC per block.
❌ Close! 6.25 BTC was the reward after the 3rd halving (2020). We've had one more halving since then — try .
❌ Not quite. Remember: . What is 50 divided by 16?
Solution:
Apply the block reward formula with :
Halving history:
| Era | Year | Halvings () | Reward: |
|---|---|---|---|
| 0 | 2009 | 0 | BTC |
| 1 | 2012 | 1 | BTC |
| 2 | 2016 | 2 | BTC |
| 3 | 2020 | 3 | BTC |
| 4 | 2024 | 4 | BTC ✓ |
Question 3 · Private Keys and Ownership
True or False: In Bitcoin, if you lose your private key, a bank or customer support team can help you recover access to your bitcoin.
✅ Correct! There is no central authority to recover lost keys. Self-sovereignty means self-responsibility.
❌ Incorrect. Remember: Bitcoin has no CEO, no headquarters, no customer support. Whoever holds the private key controls the bitcoin — period.
Answer: False
Bitcoin's core principle is: "Not your keys, not your coins."
This is simultaneously Bitcoin's greatest strength (censorship resistance, self-sovereignty) and its greatest responsibility (you must secure your own keys).
Question 4 · The Four Innovations
The video describes four interlocking innovations: (1) Peer-to-peer network, (2) Blockchain, (3) Consensus rules, and (4) Proof-of-work.
Which innovation specifically makes cheating economically irrational by requiring an attacker to control more computing power than the entire rest of the network?
✅ Correct! Proof-of-work creates an enormous computational cost that makes it economically irrational to cheat the network.
❌ Not quite. Think about which innovation involves computational cost and economic incentives that make dishonesty unprofitable.
Answer: Proof-of-work
While all four innovations work together as "interlocking gears," proof-of-work is specifically the mechanism that makes cheating economically irrational:
The other innovations serve different roles:
| Innovation | Primary Role |
|---|---|
| P2P Network | No single point of failure |
| Blockchain | Tamper-evident record of all transactions |
| Consensus Rules | Shared rulebook every node enforces independently |
| Proof-of-Work | Makes the cost of cheating prohibitively expensive |
As the video states: "These aren't four separate features. They're interlocking gears. Remove any one, and the machine breaks."
Solved: 0 / 4