MASTERING-BITCOIN Β· Unit 2 Β· Video 1 Β· Interactive Practice
| Concept | Definition | Analogy |
|---|---|---|
| Private Key | Secret cryptographic key that proves ownership of funds | Combination to a safe |
| Public Key | Address that lets anyone send you bitcoin and verify your signatures | Serial number printed on the safe's door |
| Trustless | Trust distributed across math and code, not concentrated in one institution | Open-source rules anyone can audit |
| Satoshi | Smallest Bitcoin unit = BTC (0.00000001 BTC) | Like a cent to a dollar, but far smaller |
A credit card payment passes through 5 intermediaries before the merchant receives funds. Bitcoin skips all of them. Use the dropdown below to compare the two payment paths and see why "zero middlemen" matters.
β interactive visualization β coming to this page format soon
π‘ Notice: Both systems take about 3 seconds for initial authorization, but Bitcoin eliminates all middlemen. Fewer intermediaries means fewer points of failure, fewer fees, and no single entity that can block your transaction. Try switching the dropdown to see each path individually.
Follow a Bitcoin payment step by step β from wallet signing to blockchain confirmation. Use the slider to advance through each stage of Alice paying Bob 0.0015 BTC for a podcast episode. How do the three components (wallets, transactions, miners) hand off responsibility?
β interactive visualization β coming to this page format soon
π‘ Key insight: Bob detects the incoming transaction at steps 3β4 (about 3 seconds) β roughly the same speed as a credit card authorization. Full confirmation by a miner (step 5) takes ~10 minutes. For small purchases like a podcast episode, the initial detection is sufficient. Notice how the three components hand off: wallets create, the network validates, miners permanently record.
You don't need to buy a whole bitcoin β just like you don't buy a whole gold bar to pay for coffee! Bitcoin is divisible to 8 decimal places. Use the slider to explore different amounts and see how they convert across all Bitcoin units. What's the smallest meaningful amount you can send?
β interactive visualization β coming to this page format soon
π‘ Explore: The default value (150,000 satoshis) is the amount Alice paid Bob for the podcast episode β that's 0.00150000 BTC or 1.5 mBTC. Drag the slider all the way left and right to see how Bitcoin scales from micro-tips to major investments, all with 8 decimal places of precision.
Question 1 Β· Payment Intermediaries
According to the video, how many intermediaries does a typical credit card payment pass through before the merchant receives the funds?
β Correct! Five intermediaries stand between you and the merchant: merchant terminal, payment processor, card network, issuing bank, and merchant's bank. Bitcoin skips them all.
β Not quite. Count all the entities between the customer swiping and the merchant receiving funds β there are more than you might think!
Solution:
A credit card payment passes through 5 intermediaries:
Bitcoin replaces all five with a decentralized peer-to-peer network, achieving the same ~3-second authorization speed with zero middlemen.
Question 2 Β· The Meaning of "Trustless"
True or False: In Bitcoin, "trustless" means that no trust exists anywhere in the system β trust is completely eliminated.
β Correct! 'Trustless' doesn't mean zero trust β it means trust is distributed across transparent, auditable code rather than concentrated in a single institution.
β Not quite. The video specifically addressed this common misconception. Trust doesn't disappear β it shifts from institutions to math and code.
Solution: False
"Trustless" does not mean trust is absent from the system. It means trust is distributed across math and code instead of being concentrated in one company's database.
From the video: "That doesn't mean trust disappears. It means trust is distributed across math and code instead of concentrated in one company."
Every user runs the same open-source code and independently verifies that every rule was followed β no permission required, no special access needed. Trust shifts from institutions to transparent, auditable software.
Question 3 Β· Wallet Key Roles
A Bitcoin wallet consists of a cryptographic key pair. Which statement correctly describes the roles of the private key and public key?
β Correct! The private key is your secret (like a safe's combination) that proves ownership. The public key is your address (like the serial number) that anyone can send funds to.
β Not quite. Remember the safe analogy: the combination (private key) is kept secret to open the safe, while the serial number (public key) is visible to everyone.
Solution:
The correct answer is: Private key = proves ownership and signs transactions; Public key = your address others send to.
The video used a safe analogy:
| Key | Role | Analogy |
|---|---|---|
| Private key | Secret β proves ownership, signs transactions | Combination to the safe |
| Public key | Address β lets anyone send you bitcoin | Serial number on the safe's door |
Question 4 Β· Bitcoin Divisibility
Alice pays Bob 0.00150000 BTC for a podcast episode. How many satoshis is this?
(Recall: 1 satoshi = 0.00000001 BTC, so 1 BTC = 100,000,000 satoshis)
β Correct! 0.00150000 BTC Γ 100,000,000 = 150,000 satoshis. This is also 1.5 mBTC β about the price of a cup of coffee.
β Not quite. Multiply the BTC amount by 100,000,000 (10βΈ) to get satoshis. Count the decimal places carefully!
Solution:
To convert BTC to satoshis, multiply by (100,000,000):
Another way to think about it: move the decimal point 8 places to the right:
This is also equal to 1.5 millibitcoin (mBTC) β which the video described as roughly "enough to buy a cup of coffee."
The key takeaway: Bitcoin's 8-decimal precision means you never need to buy a whole coin β just as you don't buy a whole gold bar to pay for coffee.
Solved: 0 / 4