crypto exchange →

the magic

Why virtual money works — blockchain & mining, made visible

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.

BLOCKCHAIN · MINING
guesses 0

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

difficulty
nonce0
hash attempt
00000000000000
target:0000… (≤ difficulty)
work this round0%

the chain — each block points back to the previous one

genesis0 tx

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.

Explained in the book

And a transaction's life — from your wallet to final

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.

TRANSACTION LIFECYCLE
step 1/9

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.

01Build

from · to · amount · fee · nonce

02Sign

with your private key

03Broadcast

nodes verify & relay

04Mempool

waiting · fee ranks it

05Mined

included in a block

06Confirmations

blocks stack on top

07Final

irreversible

transaction

building
from0x4c…8e
to0x9f…3a
amount0.5 ETH
fee · nonce0.0003 · 42
signatureunsigned

confirmations

reverse cost

0/6

exchange deposit

waiting for 6 confirmations…

Explained in the book

the leap of faith

Why virtual money works

shared belief
Why virtual money works
money that holds value

What it is

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.

What it does

  • Acts as a medium of exchange, store of value and unit of account
  • Derives value from enforced scarcity + collective acceptance
  • Replaces a trusted central issuer with a public, rule-based network
  • Makes the ledger of who-owns-what public and tamper-evident

Key facts

  • Even normal money is mostly digital — numbers in banks' databases
  • Bitcoin's supply is capped (21M) and issuance is fixed by code
  • Trust shifts from institutions to verifiable rules + cryptography
  • Price still comes from supply & demand — code can't force value

Questions & interview prep

The points people get stuck on, and what gets asked in interviews. Tap a question.

often confusingIf it's just numbers, why is crypto worth anything?+

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.

interviewWhat problem does crypto actually solve?+

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.

often confusingWhat is the 'double-spend' problem?+

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.

Built by Ashutosh Pandeyabout →