Skip to content
Both Eyes Wednesday, July 8, 2026
BTC $61,880.51 -3.31% ETH $1,730.58 -3.95% Mkt Cap $2.14T -3.02%
Glossary

Blockchain

Plain-language definition Crypto glossary
Key takeaways
  • A blockchain is a shared, append-only digital ledger that records transactions across a distributed network of computers.
  • Confirmed transactions are bundled into "blocks," each cryptographically linked to the block before it, forming a chain.
  • Altering an old record would require re-computing every later block on a majority of the network at once, which makes the history tamper-resistant.
Definition

A blockchain is a shared, append-only digital ledger that records transactions across a distributed network of computers. Once data is confirmed and bundled into a “block,” that block is cryptographically linked to the one before it, forming a chain. Altering an old record would mean re-computing every block that followed it on a majority of the network at once, which is what makes the history tamper-resistant.

How it works

Each participant, or node, keeps a copy of the ledger. When someone broadcasts a transaction, the network groups pending transactions into a candidate block and uses a consensus mechanism — such as proof of work or proof of stake — to agree on which block is added next. After a block is accepted, every honest node updates its copy, so all participants share a single, consistent version of events without needing a central authority.

Why it matters

Blockchains let parties who do not trust one another agree on a common record. That property underpins cryptocurrency, but the same idea is applied to supply-chain tracking, digital identity and tokenized real-world assets. The trade-off is that decentralization and security usually come at the cost of raw throughput, which is the problem that Layer 2 scaling networks try to address.

Example

When you send Bitcoin, your transaction joins a block that miners compete to confirm. After confirmation it becomes part of the permanent chain, viewable by anyone running a node or using a public block explorer.

FAQ
Frequently asked questions
What makes a blockchain tamper-resistant?
Each block is cryptographically linked to the one before it, so changing an old record would mean re-computing every block that followed it on a majority of the network at the same time — which is computationally impractical on a large network.
Is a blockchain the same as Bitcoin?
No. Bitcoin is one cryptocurrency that runs on a blockchain, but blockchains are a general technology used by many networks and applications beyond Bitcoin.
What does "append-only" mean?
New data can be added to the ledger, but existing entries cannot be edited or deleted. The record only ever grows forward, which is central to a blockchain's auditability.
Related terms

Other glossary terms connected to this one.

Keep learning

Go deeper than the definition — explainers, live data and free calculators.