Blockchains, in plain English
A blockchain is a shared record-keeping system maintained not by one company or bank, but by thousands of independent computers ("nodes") spread around the world, all keeping identical copies of the same ledger. New transactions are grouped into "blocks," verified by the network according to a fixed set of rules, and permanently chained to the previous block — which is where the name comes from.
The property this design buys you is that no single participant can quietly rewrite history or spend the same funds twice, without needing to trust any single institution to enforce that rule. Instead, trust is distributed across the network and enforced by cryptography and economic incentives.
What a blockchain replaces isn't money — it's the need for a trusted middleman to keep the books.
That's a genuinely useful property in specific situations: sending value across borders without a bank, running an agreement between strangers who don't trust each other, or verifying ownership of a scarce digital asset. It is not automatically useful for every problem, and a large share of the technology's short history has been spent figuring out which real-world use cases actually need this property, versus which would be simpler and cheaper as a normal database.
Bitcoin vs. Ethereum vs. the rest
With thousands of cryptocurrencies in existence, it helps to sort them by what they're actually trying to do rather than treating "crypto" as one homogeneous asset class.
Bitcoin: digital scarcity
Bitcoin was designed with one primary goal: to be a form of money that no government or institution can create more of at will. Its total supply is capped at 21 million coins by rules embedded in the protocol, and that cap cannot be changed without essentially all participants agreeing to abandon the network's core promise. This scarcity is the central argument behind Bitcoin's "digital gold" framing — an asset whose value proposition rests on predictable, unchangeable scarcity rather than on generating cash flow.
Ethereum: programmable money
Ethereum extended the same underlying idea — a shared, trust-minimized ledger — and added the ability to run code on it, called smart contracts. A smart contract is a program that automatically executes an agreement when its conditions are met, without needing a court, bank, or company in the middle. This is the foundation for decentralized exchanges, lending markets, and the broader category known as DeFi (decentralized finance). Ether (ETH), the network's native asset, is used to pay for the computing resources ("gas") these programs consume.
Everything else
Beyond the two largest networks, other major categories include competing smart-contract platforms optimizing for speed or lower fees, and stablecoins — tokens designed to hold a steady value, typically pegged to the US dollar, used mainly as a low-volatility medium of exchange within crypto markets rather than as a speculative asset.
| Asset | Primary purpose | Key trade-off |
|---|---|---|
| Bitcoin | Store of value, fixed supply | No cash flow; value depends on continued demand |
| Ethereum | Programmable smart-contract platform | More complex; fees vary with network demand |
| Stablecoins | Low-volatility medium of exchange | Depends on the issuer's reserves and trustworthiness |
Custody, volatility, and the basics of staying safe
Owning cryptocurrency ultimately means controlling a private cryptographic key that authorizes spending from a given address. This introduces a category of risk that doesn't exist with a traditional brokerage account.
- Exchange risk: Coins held on a centralized exchange are technically controlled by that exchange, not you directly — if it becomes insolvent or is hacked, customer funds have historically sometimes been lost or frozen.
- Self-custody risk: Moving funds to a personal wallet removes exchange risk but transfers full responsibility for the private key (or "seed phrase") to you. Lose it, and the funds are permanently unrecoverable — there is no password reset.
- Volatility: Crypto assets have historically moved 5–10% or more in a single day far more often than most traditional stock indexes, driven by a market that trades continuously with no closing bell and comparatively thinner liquidity during off-hours.
- Smart-contract risk: DeFi applications are ultimately software, and software can contain bugs. Funds locked in a flawed smart contract have, in a number of documented cases, been drained through exploits.
This is the origin of crypto's most repeated phrase — "not your keys, not your coins" — a shorthand reminder that holding crypto on an exchange is closer to an IOU from that company than to direct ownership.
Where to go next
Terms like "gas fee," "market cap," and "cold storage" show up constantly once you start reading further — the glossary below covers the full vocabulary in one place.