THE GUIDE · FIRST PRINCIPLES

A bank is a ledger.
A blockchain is a ledger with no bank.

The last chapter showed you that all money is ledger entries, kept honest by banks and a central bank. A blockchain asks one radical question: what if everyone holds a copy of the ledger, and math replaces the bank? This chapter builds that machine from zero — keys, blocks, consensus, smart contracts. No hype, no scorn, no prior knowledge.

SCROLL ↓
IN PLAIN WORDS — READ THIS FIRST

A bank keeps one notebook and guards it. A blockchain hands out thousands of identical copies of the notebook and lets math, not a manager, decide what gets written next. To pay someone, you sign the entry with a secret key only you hold. Thousands of strangers check the signature, agree, and every copy updates at once.

That buys the one thing money always needed a middleman for: agreement on who owns what, with nobody in charge. It also breaks in new ways. Lose your key and the money is frozen for good — an estimated 3–4 million bitcoin (roughly a fifth of all that will ever exist) are thought lost this way (estimate). First the machine, then exactly where it fails.

PART 01

One transaction, from zero.

Alice sends Bob 5 coins on a public blockchain. No bank, no network operator, no one to call. Watch what replaces them.

PART 02

What a block actually is.

Strip the mystique: a block is a page of the ledger, and the "chain" is each page carrying the fingerprint of the page before it.

// BLOCK №8,412,077 — simplified to its actual essentials
PREV BLOCK  a91f…c04e ← fingerprint (hash) of block №8,412,076
ENTRIES     alice → bob 5 · carol → dan 12 · … (a few thousand more)
PROPOSED BY validator #3,301 · signature attached
THIS HASH   7bd2…9e1a ← becomes "PREV" of the next block

// a HASH is a fingerprint: feed in any data, get a short unique code.
// change one letter of history → the fingerprint changes → every later block's
// "PREV" stops matching → the forgery is instantly visible to everyone.
// that chain of fingerprints is the entire trick in "blockchain."

The words, one at a time.

Eight terms carry the rest of this chapter. Get these and no crypto sentence can lose you.

Private key
the only thing that can spend
A long secret number that signs your payments. Whoever holds it controls the money. There is no reset.
A key looks like 0x4c0883a6… — 64 characters. Guard it like the only copy of a house deed, because it is.
Why it matters: "custody" — who holds keys — is an entire industry built on this one fact.
Address
your public mail slot
A short code made from your key that others send money to. Public and safe to share; it can receive but never spend.
Alice gives Bob her address 0x8f2…a91. Bob sends 5 coins to it. Only Alice's private key can move them onward.
Why it matters: send to the wrong address and there is no bank to call. The transfer is final.
Signature
unforgeable "I approve this"
Proof, made with the private key, that the owner approved this exact transaction. Anyone can check it; nobody can fake it.
Change one digit of a signed transaction and the signature stops matching. The forgery is visible to every copy of the ledger.
Why it matters: this replaces "log in to your bank." Math, not a password, authorizes the payment.
Hash
a fingerprint for data
Feed in any data, get a short unique code back. Change one letter of the input and the code changes completely.
Block №8,412,077 carries the hash of the block before it. Rewrite old history and every later fingerprint breaks.
Why it matters: that chain of fingerprints is the whole trick behind the word "blockchain."
Block
a page of the ledger
A batch of transactions, stamped with the previous block's hash and its own. Blocks in sequence make the chain.
One Ethereum block holds a few hundred transactions and seals about every 12 seconds.
Why it matters: "confirmed" means your payment is written into a sealed block that the network agreed on.
Mempool
the public waiting room
Where a signed transaction sits, unconfirmed, until a validator picks it into a block. Higher fees jump the queue.
On a busy day, thousands of transactions wait in the mempool bidding fees against each other.
Why it matters: a payment stuck "pending" is usually sitting in the mempool with a fee that is too low.
Validator
who writes the next page
A computer that checks transactions and helps seal blocks. On proof-of-stake chains it posts its own coins as collateral.
Cheat, and the protocol destroys the validator's stake ("slashing"). Honesty pays better than fraud.
Why it matters: validators replace the central bank's rulebook with money-on-the-line incentives.
Gas
the fee to get included
What you pay a validator to put your transaction in a block. Priced by an auction, so it spikes when the chain is busy.
The same transfer might cost $0.30 at 3am and $40 during a popular token launch.
Why it matters: gas is why "the network is expensive today" is a real sentence, and why Layer 2s exist.
PART 03

The six ideas that replace the bank.

KEYS — THE ACCOUNT IS MATH

"A mail slot anyone can drop into. One key opens it."

A blockchain account is a key pair. The address (from your public key) is like a mail slot — anyone can see it and send to it. The private key is the only thing that can spend from it. Signing a transaction with the private key produces a signature anyone can verify but nobody can forge. No username, no password reset, no support line: the key IS the account. Lose it and the money is frozen forever; leak it and the money is gone. Custody — who holds keys — is the industry this fact created.

CONSENSUS — WHO WRITES THE NEXT PAGE?

"Make cheating cost more than honesty pays."

With thousands of ledger copies, who gets to add the next block? Proof-of-Work (Bitcoin): compete by burning electricity on a lottery-like puzzle; rewriting history means redoing all that work — economically absurd. Proof-of-Stake (Ethereum, most modern chains): validators post their own coins as collateral; cheat and the protocol destroys it ("slashing"). Different mechanics, same design: make attacking the ledger more expensive than the ledger is worth. That's what replaces the central bank's rulebook.

SMART CONTRACTS — MONEY WITH CODE ATTACHED

"A vending machine living on the ledger."

Some chains let you deploy programs onto the ledger — code with its own balance that moves money by rule, automatically, with no operator. Insert coin, get soda: no cashier. This is the piece that makes everything else possible: a stablecoin is a smart contract (a program that mints and redeems tokens against reserves), a DEX is a smart contract, tokenized deposits are smart contracts. When this site says "token," it means: an entry managed by one of these programs.

L1 vs L2 — WHY FEES DIFFER 1000×

"A tab at the bar, settled at closing time."

Every copy of the ledger processes every transaction — secure, but slow and expensive at rush hour (that's the gas fee spiking). A Layer 2 runs a faster side-ledger that batches thousands of transactions and periodically posts a compressed, provable summary to the main chain (L1) — like a bar tab settled once at closing instead of tapping per drink. Security inherited from L1, costs divided across the batch: cents become fractions of cents. When the crypto chapter says "gas ≈ $0.03 on an L2," this is why.

PUBLIC vs PERMISSIONED

"A town square vs a members-only club."

Public chains (Bitcoin, Ethereum, Solana): anyone can hold a copy, validate, and transact — censorship-resistant, radically transparent (every balance and payment is visible to the world, pseudonymously). Permissioned chains (bank consortium ledgers): a known club of institutions runs the nodes — faster, private, but you're back to trusting the club. Most "enterprise blockchain" is the second kind, and critics reasonably ask what it does that a shared database doesn't. The honest answer: sometimes nothing; sometimes neutral ground no single member controls.

WHAT THE TRADE ACTUALLY IS

"You don't remove trust. You relocate it."

The last chapter showed banks made trustworthy by capital, collateral and supervision. Blockchains relocate that trust into code, keys and incentives — and inherit new failure modes: bugs in smart contracts, stolen keys, bridge hacks, concentrated validators. Neither system is trustless; they just fail differently. Payments professionals don't need to pick a side — they need to know where each system keeps its trust, and what breaks it.

WHEN IT BREAKS

Where "trustless" still fails.

The ledger itself is hard to break. Almost everything around it is not. Three real failures, then a tree for the question every user eventually asks: why isn't my transaction confirming?

FAILURE 01 · THE KEY
The key is lost or stolen
WHAT YOU SEEThe coins are visible on the ledger, at your address, and you can't move them. Or one morning they're gone.
WHYThe private key is the account. No key, no spend, and no support line to reset it. Leak the key and the thief signs a valid transfer you can't reverse. A programmer with ~7,002 bitcoin famously has two password guesses left on the drive holding his key (reported figure).
THE FIXHardware wallets, seed-phrase backups, and multi-signature setups that need several keys to move funds. This is exactly the problem custodians sell a solution to.
FAILURE 02 · THE BRIDGE
The bridge gets drained
WHAT YOU SEEYou moved tokens from one chain to another through a "bridge." The bridge is hacked and the pooled funds vanish.
WHYA bridge locks real funds on one side and mints stand-ins on the other, so it holds a giant pool — a honeypot. Ronin lost $625M in 2022 to stolen validator keys; Wormhole lost $320M to a signature bug. Bridges have leaked about $2.16B since 2021 (reported figures).
THE FIXFewer, better-audited bridges; validator keys split across parties; and treating any bridge as the riskiest step in a transfer, not a convenience.
FAILURE 03 · THE CODE
The smart contract has a bug
WHAT YOU SEEA program holding funds behaves exactly as written — and what's written has a flaw an attacker drains.
WHYSmart contracts move money by rule, with no operator to hit "stop." A bug is permanent unless the whole community agrees to rewrite history. The DAO hack in 2016 drained ~$60M and forced Ethereum to hard-fork, splitting the chain in two.
THE FIXAudits, formal verification, bug bounties, and time-locks that delay large withdrawals long enough for humans to react.
YOUR TRANSACTION ISN'T CONFIRMING. WHAT'S WRONG?
1 · Is it stuck "pending" while others go through?
LIKELY LOW GASYour fee is too low for current demand, so validators skip it. It sits in the mempool. Bump the fee (replace-by-fee) or wait for the chain to quiet down.
NOT PENDING — KEEP GOINGIf it never appeared at all, go to step 2.
2 · Did you send on the right chain, to the right address?
WRONG CHAIN / ADDRESSFunds sent to the wrong network or a typo'd address usually can't be recovered. There is no reversal and no one to call. Always test with a small amount first.
RIGHT — KEEP GOINGGo to step 3.
3 · Is the whole network congested or halted?
CONGESTEDA popular launch can flood the chain; fees spike and everything slows. Some chains have halted entirely under load. Wait, then check a block explorer.
ALL CLEARThen it probably confirmed. Paste the transaction hash into a block explorer and read its status yourself — the ledger is public.
COMMON QUESTIONS — ASKED PLAINLY

The things everyone wonders.

Five questions beginners actually ask, answered without hedging.

IF I LOSE MY KEY, CAN'T SOMEONE RESET IT?
No. That is the whole point and the whole danger. A bank can reset your password because the bank controls your account. On a public blockchain the private key is the account — there is no company that can override it. Lose the key and the coins stay visible at your address forever, unspendable. This is why people use hardware wallets and write their seed phrase on paper (or steel), and why "not your keys, not your coins" is the oldest warning in crypto.
IS BITCOIN ANONYMOUS?
It's pseudonymous, which is weaker than it sounds. Every payment is public forever, tied to an address rather than your name. But the moment you buy or sell through a regulated exchange, they record your identity, and firms like Chainalysis cluster addresses and follow the money commercially. In practice a public ledger is often easier to trace than cash. Privacy tools exist (mixers, privacy coins) and draw heavy legal fire — the Tornado Cash mixer was sanctioned in 2022 and only delisted in 2025 after a court ruled its immutable code wasn't "property."
CAN A BLOCKCHAIN BE HACKED OR REVERSED?
The core ledger of a large chain almost never is — rewriting it would mean out-muscling most of the world's validators at once (a "51% attack"), which is affordable only on small chains. What gets hacked constantly is the stuff around the ledger: stolen keys, buggy smart contracts, drained bridges, and exchange breaches. So "is it secure?" has two answers: the chain's history, very; the apps and keys built on it, only as good as their weakest audit.
WHY WAS A FEE $40 ONCE AND 30 CENTS ANOTHER TIME?
Because block space is sold by auction. Every transaction bids a gas fee to get included, and blocks are small. When a hyped token launches and everyone rushes in, bids soar and a simple transfer can cost tens of dollars. When the chain is quiet, the same transfer costs cents. Layer 2s exist to dodge this: they batch thousands of transactions off to the side and post one compressed summary to the main chain, splitting the fee across everyone in the batch.
IS "CRYPTO" THE SAME THING AS "BLOCKCHAIN"?
Not quite. The blockchain is the shared ledger and the machinery that keeps it honest. Crypto usually means the coins, tokens and markets built on top of it. A bank could run a private blockchain with no public coin at all, and much "enterprise blockchain" is exactly that. When this site says "token," it means an entry managed by a program on the ledger — the next chapters are all variations on that one idea.
FIELD NOTES — THE PRO LAYER

For the professionals.

Three deeper cuts: what throughput numbers really mean, the privacy paradox, and how chains change their own rules.

THROUGHPUT — READING TPS CLAIMS LIKE A PRO
Raw numbers first: Bitcoin processes ~7 transactions/second, Ethereum L1 ~15–30, Solana thousands, and L2 rollups add scale on top of their L1 anchor (all figures vary with load and upgrades — treat as orders of magnitude). Marketing TPS is lab-condition; the honest metrics are sustained real-world throughput, finality time (a chain confirming fast but finalizing slowly is fast-ish), and cost under load (throughput that evaporates into fee spikes at peak isn't capacity, it's an auction). Comparison discipline: Visa's network handles a claimed ~65,000 TPS capacity with ~2,000–8,000 sustained — but card 'transactions' are messages with settlement later, while on-chain transactions are settlement (a distinction from what money is doing real work). Cross-system TPS comparisons that ignore this are numerology. The professional question is never 'how many TPS' but 'how many settled, final transactions per second, at what fee, at peak.'
THE PRIVACY PARADOX — PSEUDONYMOUS, NOT PRIVATE
Public chains are radically transparent: every balance and transfer, visible forever, attached to addresses rather than names. That's pseudonymity — and it erodes at every touchpoint with the regulated world, because on-ramps KYC you and chain-analysis firms (Chainalysis, Elliptic, TRM) cluster addresses, tag entities and trace flows commercially. Result: crypto is in many ways easier to investigate than cash — the ledger is the evidence locker (ask the Bitfinex-hack launderers). The counter-movement: privacy coins (Monero's hidden amounts/parties) and mixers — met with delistings and sanctions (Tornado Cash was sanctioned in 2022, then delisted in 2025 after a court ruled its immutable code isn't 'property' — a saga that reshaped what 'sanctioning code' can mean). For payments builders the practical line: enterprises won't put payroll on a fully public ledger, which is why privacy tech that satisfies auditors (view keys, zero-knowledge proofs of compliance) is a serious institutional research area, not cypherpunk nostalgia.
FORKS & UPGRADES — WHO GOVERNS THE LEDGER'S LAWS
Chains change their own rules by fork: a soft fork tightens rules backward-compatibly; a hard fork changes them incompatibly — nodes that don't upgrade split onto a separate chain, and history itself can diverge. The canonical stress test: 2016's DAO hack, when Ethereum hard-forked to reverse stolen funds — the majority followed, dissenters kept the unreversed chain (Ethereum Classic), and 'immutable' was revealed to mean 'immutable unless enough of us agree otherwise.' Upgrades run through the same social machinery (Bitcoin's glacial BIP process and block-size wars; Ethereum's steady hard-fork cadence — the Merge to proof-of-stake in 2022 cut its energy use by ~99.9%). The payments-professional translation: consensus rules are the scheme rulebook, and forks are the governance process — Visa updates its rules twice a year by memo; chains do it by coordinated social upheaval. Neither is apolitical; only one admits it.
PART 04

Remember three things.

1
A blockchain is a shared ledger where consensus replaces the bank. Blocks are pages; the hash chain makes history tamper-evident; PoW/PoS make cheating cost more than honesty pays.
2
The key is the account. Address = mail slot, private key = the only key to it, signature = authorization. No password resets — which is why custody is a whole industry.
3
Everything else is entries and programs on that ledger. Coins are entries; stablecoins and tokens are smart-contract entries; L2s are batched side-ledgers. You now have every concept the next two chapters assume.