MASTERING-BITCOIN · Unit 1 · Video 1 · Interactive Practice

No Banks Required: The Four Innovations That Power Bitcoin

IKey Formulas

Formula Name Description
Rn=502nR_n = \frac{50}{2^n} Block Reward BTC reward per block after nn halvings
Halving every 210,000 blocks\text{Halving every } 210{,}000 \text{ blocks} Halving Interval Reward halves approximately every 4 years
n=0210,000×502n21,000,000\displaystyle\sum_{n=0}^{\infty} 210{,}000 \times \frac{50}{2^n} \approx 21{,}000{,}000 Hard Cap Maximum bitcoin that will ever exist
Difficulty adjusts every 2,016 blocks\text{Difficulty adjusts every } 2{,}016 \text{ blocks} Difficulty Adjustment Maintains target block time of ~10 minutes

IIVisualization 1: Bitcoin Supply Curve

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!)

IIIVisualization 2: Block Reward Halving Explorer

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 Rn=50/2nR_n = 50/2^n creates a geometric series that converges to exactly 21 million.

IVVisualization 3: Difficulty Adjustment Simulator

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.

VQuiz Questions

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.

Show solution

Answer: The unit of currency that moves across the network.

  • Bitcoin (capital B) = the network — the protocol, the system, thousands of computers worldwide
  • bitcoin (lowercase b) = the currency — the unit of money that moves across that 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 Rn=502nR_n = \frac{50}{2^n}, what is the block reward after the 4th halving (which occurred in April 2024)?

Correct! After 4 halvings: 50÷24=50÷16=3.12550 \div 2^4 = 50 \div 16 = 3.125 BTC per block.

Close! 6.25 BTC was the reward after the 3rd halving (2020). We've had one more halving since then — try n=4n = 4.

Not quite. Remember: R4=50/24=50/16R_4 = 50 / 2^4 = 50 / 16. What is 50 divided by 16?

Show solution

Solution:

Apply the block reward formula with n=4n = 4:

R4=5024=5016=3.125 BTCR_4 = \frac{50}{2^4} = \frac{50}{16} = 3.125 \text{ BTC}

Halving history:

Era Year Halvings (nn) Reward: 50/2n50/2^n
0 2009 0 50/1=5050 / 1 = 50 BTC
1 2012 1 50/2=2550 / 2 = 25 BTC
2 2016 2 50/4=12.550 / 4 = 12.5 BTC
3 2020 3 50/8=6.2550 / 8 = 6.25 BTC
4 2024 4 50/16=3.12550 / 16 = 3.125 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.

Show solution

Answer: False

Bitcoin's core principle is: "Not your keys, not your coins."

  • There is no bank, no customer service, no CEO to call
  • The private key is the sole proof of ownership
  • No institution can reverse transactions or recover lost keys
  • No ID or permission is required — and none can help if keys are lost

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.

Show solution

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:

  • To rewrite transaction history, an attacker needs more than 50% of the network's total computing power (a "51% attack")
  • This would cost billions of dollars in hardware and electricity
  • Even if successful, the attack would destroy confidence in Bitcoin, devaluing the attacker's own holdings

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