Glossary

Blockchain

A distributed, immutable digital ledger that records transactions.

Detailed Explanation

A blockchain is a decentralized, distributed digital ledger technology that records transactions across a network of computers in a way that makes the data virtually impossible to alter retroactively. Each 'block' of data is cryptographically linked to the previous one, forming a continuous chain. This structure ensures transparency, security, and immutability without requiring a central authority. Blockchains can be public (like Bitcoin and Ethereum, open to anyone), private (restricted to authorized participants), or hybrid. The technology was first described in 2008 as the underlying system for Bitcoin.

Why It Matters

Blockchain technology underpins the entire cryptocurrency ecosystem and has applications far beyond digital currencies. It enables trustless transactions between strangers, creates transparent and auditable records, powers decentralized applications and smart contracts, and has potential uses in supply chain management, voting systems, healthcare records, and identity verification.

Real-World Example

When you use a blockchain like Ethereum, every transaction you make is recorded on a public ledger that anyone can verify. If you send 1 ETH to another address, thousands of nodes worldwide confirm the transaction and add it to the blockchain. Once recorded, this transaction can never be altered or deleted, creating a permanent, transparent record.

Related Terms

Frequently Asked Questions

Can a blockchain be hacked?
Theoretically, a blockchain could be compromised through a '51% attack' where one entity controls the majority of the network's computing power. However, for major blockchains like Bitcoin, this would require enormous resources and is considered practically impossible.
What's the difference between blockchain and cryptocurrency?
Blockchain is the underlying technology — a distributed ledger system. Cryptocurrency is one application built on blockchain technology. Think of blockchain as the internet and cryptocurrency as email — email runs on the internet, but the internet has many other uses.
Are all blockchains the same?
No. Blockchains differ in consensus mechanisms (proof of work vs. proof of stake), block times, transaction throughput, programming capabilities, privacy features, and governance models. Each is optimized for different use cases.