What Is a Blockchain?
What Is a Blockchain?
A blockchain is a type of database — but one that works very differently from the spreadsheet a bank uses to track your balance. Instead of living on one company's server, copies of the same database are held simultaneously on thousands of computers scattered around the world. Every participant's copy must match every other participant's copy, or the network rejects the odd one out.
The word "blockchain" is literal. Transactions are bundled together into a block. Each block is then mathematically sealed and attached to the block that came before it, creating a chain. Altering any old block would break its seal and every seal after it — making silent tampering practically impossible.
This is the foundation beneath cryptocurrencies and many other applications. Understanding the ledger mechanics helps make sense of why these systems behave the way they do in markets.
Blocks and Cryptographic Links
Each block contains three main things: a batch of recent transactions, a timestamp, and a hash. A hash is a short string of characters produced by running a block's data through a mathematical formula — think of it as a fingerprint. Change even one character in the block's data and the fingerprint changes completely.
Crucially, each block also includes the hash of the block that came before it. That single detail is what creates the chain. If someone tried to rewrite an old block — say, to erase a transaction — its hash would change, which would invalidate the next block's stored hash, which would invalidate the one after that, all the way to the present. The network would instantly notice the mismatch and reject the altered version.
This interlocking structure means the further back in history a transaction sits, the more computationally expensive it becomes to tamper with it. Economists and computer scientists call this property immutability — once something is written, it effectively cannot be unwritten.
Decentralization: Why It Matters
A traditional ledger has an editor: a bank, a company, a government registry. That editor can correct mistakes, but they can also make unauthorized changes, get hacked, or simply go offline. A blockchain replaces that single editor with a network of independent participants called nodes — computers that each hold a full copy of the ledger and continuously check each other's work.
Because there is no central server to attack, disabling the ledger means disabling thousands of independent machines simultaneously — a far harder target. And because no single party controls the database, no single party can unilaterally change the rules or reverse a settled transaction. Participants must trust the math, not a middleman.
This is what "decentralized" actually means in practice: distributed control rather than distributed geography. A blockchain's computers can all sit in the same country and still be decentralized if no single operator controls the majority of them.
How Consensus Works
With no central editor, how do thousands of computers agree on which new block to add next? They use a consensus mechanism — a set of rules the whole network follows to reach agreement without having to trust each other personally. The two dominant mechanisms are proof-of-work and proof-of-stake.
Proof of Work
Proof of work is the mechanism that secures Bitcoin. To earn the right to add the next block, a computer — called a miner — must solve a computationally intensive puzzle: finding a number that, when combined with the block's data and hashed, produces an output below a certain threshold. There is no shortcut; the only method is guessing at enormous speed. The first miner to find a valid answer broadcasts the new block, other nodes verify it in milliseconds, and the winning miner receives newly created cryptocurrency as a reward. The difficulty of the puzzle adjusts automatically so that blocks arrive at a roughly steady pace regardless of how much computing power joins or leaves the network.
Proof of Stake
Proof of stake takes a different approach, used by Ethereum since its 2022 "Merge." Instead of burning electricity on puzzles, participants called validators lock up — or stake — a quantity of the network's own cryptocurrency as collateral. The protocol selects validators to propose and confirm new blocks, weighted by the size of their stake. If a validator tries to cheat, the protocol can destroy part of their staked funds — a penalty called slashing. Honest behavior is economically rewarded; dishonest behavior is economically punished. Proof of stake uses far less energy than proof of work, though the two mechanisms involve different security trade-offs that researchers continue to study.
What Blockchains Are Genuinely Good At
Blockchain architecture solves a specific problem: how to keep a shared record that multiple parties — who do not fully trust each other — can all rely on without appointing a trusted middleman. That problem is real in several contexts.
- Censorship-resistant payments. A transaction confirmed on a public blockchain cannot be reversed by any single institution. Historically, this has mattered most where banking infrastructure is unreliable or where governments have frozen accounts.
- Transparent supply chains. When every step of a product's journey is logged on a shared ledger, every participant can verify the record without relying on a single company's internal database.
- Programmable agreements. Smart contracts — self-executing code stored on a blockchain — can release funds or transfer assets automatically when preset conditions are met, removing the need for an intermediary to enforce the terms.
- Provable digital scarcity. Because the ledger is public and immutable, it is possible to prove that only a fixed number of units of a digital asset exist — something impossible to guarantee with a conventional database.
What Blockchains Are Not Well Suited For
Blockchain technology involves genuine trade-offs, and neutral observers note several limitations worth understanding.
| Limitation | Why It Exists |
|---|---|
| Speed and throughput | Reaching consensus across thousands of nodes takes time. Public blockchains typically confirm far fewer transactions per second than centralized payment processors. |
| Cost | Every computation on a blockchain must be verified by the whole network. On busy networks, gas fees — the charges users pay to have transactions processed — can rise sharply during periods of high demand. |
| Data storage | Storing large files on-chain is expensive because every node must replicate the data. Blockchains are better suited to small records (hashes, ownership entries) than to large files (video, images). |
| Privacy | Public blockchains are visible to anyone. While addresses are not automatically linked to real names, the full transaction history is permanently public. |
| Off-chain data | A blockchain can only verify what is written on it. If someone logs false information — say, a fraudulent supply-chain entry — the blockchain records the lie faithfully. The technology ensures data integrity, not data truth. |
These trade-offs explain much of the debate around DeFi and broader blockchain adoption. The technology is a genuine innovation for specific problems; it is not a universal upgrade to every kind of database.
Blockchains and Markets
For anyone watching crypto prices, understanding the underlying ledger helps interpret what drives volatility. Network upgrades, changes to consensus rules, and shifts in mining economics can all move prices because they affect the fundamental mechanics of a chain. Traders typically watch metrics like transaction fees, active addresses, and block times alongside price data as signals of network health.
Blockchains also underpin the stablecoins that circulate within crypto markets, the decentralized exchanges where tokens trade, and the custody arrangements that determine how assets are held — all topics with direct market consequences. The ledger, in other words, is not just a technical curiosity; it is the infrastructure the whole ecosystem runs on.
자주 묻는 질문
What is a blockchain in simple terms?
What is the difference between proof of work and proof of stake?
Can blockchain data be changed or deleted?
Is every blockchain a cryptocurrency?
계속 읽기
Cryptocurrency is a category of digital assets that live on public blockchains — decentralized networks with…
Bitcoin: Supply, Halvings and MiningBitcoin is a digital currency with a hard cap of 21 million coins, enforced by its code and secured by a…
Ethereum and Smart ContractsEthereum is a programmable blockchain that runs self-executing code called smart contracts, allowing…
Stablecoins: Crypto's DollarsA stablecoin is a cryptocurrency designed to hold a fixed value — almost always one US dollar — by backing…