Skip to Content
GlossaryLLedger

Ledger

An immutable, distributed digital record of transactions maintained across network nodes.

What is Ledger?

A blockchain ledger is a decentralized database appending timestamped blocks via consensus, ensuring tamper-proof history—e.g., Bitcoin’s 900 GB chain records 1 billion+ transactions since 2009. Each block (1-4 MB) links via hashes, with Merkle trees verifying contents efficiently.

Distributed across nodes, it uses P2P replication for fault tolerance, contrasting centralized ledgers like Visa’s SQL databases prone to single-point failures. Consensus like PoW (Bitcoin: 144 blocks/day) or PoS (Ethereum: 32 slots/epoch) prevents double-spends.

Last updated on