the magic
This is the part everyone hand-waves. Here it's the opposite — watch a blockchain actually get mined, then read the fundamentals plainly. Kept separate from the exchange: the exchange is the shop; this is what money and the ledger really are.
Guessing nonces… the block's hash must start with 4 zerosto be valid. Hard to find, instant to check — that's proof of work.
candidate block #1
2,048 transactions
the chain — each block points back to the previous one
hash
0000a1b2c3d4…
prev ↩
00000000…
Change any old block and its hash changes — so the prev ↩link in the next block no longer matches, breaking the whole chain after it. That's tamper-evidence.
Build → sign with your private key → broadcast → mempool → mined → confirmations → final. No bank approves it — the network does, by including it and building on top.
Every coin transfer is a transaction with a life of its own. Watch one go from your wallet to final on-chain — the same path an exchange waits on before crediting a deposit.
from · to · amount · fee · nonce
with your private key
nodes verify & relay
waiting · fee ranks it
included in a block
blocks stack on top
irreversible
transaction
buildingconfirmations
reverse cost —
exchange deposit
waiting for 6 confirmations…
the leap of faith
Money has no intrinsic value — a banknote is paper, a bank balance is a number in a database. It works because everyone agrees to accept it, and because its supply is controlled. Crypto makes the same leap, but replaces 'a government and banks guarantee it' with 'a public network and math guarantee it'. Value comes from scarcity, security and shared belief — not from being physical.
The points people get stuck on, and what gets asked in interviews. Tap a question.
For the same reason a bank balance is: people accept it and its supply is limited. Your bank money is also 'just numbers' in a database. Crypto replaces the bank's database and the government's guarantee with a public ledger and fixed, code-enforced rules. Value then comes from scarcity (capped supply), usefulness, security, and the fact that enough people agree to treat it as valuable.
Sending value over the internet without a trusted middleman. Before Bitcoin, any digital money needed a central party (a bank) to prevent double-spending. Crypto lets a public network agree on one shared ledger so a coin can't be spent twice — enabling permissionless, borderless transfer and programmable money, at the cost of speed and energy/complexity.
A digital coin is just data, and data can be copied — so what stops you from spending the same coin twice? Banks solve it with one central ledger. Crypto solves it without a central party: the whole network agrees on a single ordered history of transactions (the blockchain), so once a coin is spent, every honest node rejects spending it again.