Distributed Ledger

A shared database replicated across many network nodes, enabling decentralized, tamper-resistant record-keeping with public or private acces

A distributed ledger is a database of records that is shared and synchronized across multiple computers, often called nodes, in a network. Instead of one central party maintaining the “source of truth,” multiple participants hold copies of the ledger and collectively keep it consistent through agreed rules.

How distributed ledgers work

In distributed ledger technology (DLT), each node can store the same set of data, and updates are propagated through the network. To prevent conflicting versions, the system uses a consensus mechanism, which is a method for participants to agree on which transactions or records are valid. Depending on the design, consensus might rely on economic incentives and open participation, or on known validators in a controlled environment. Cryptography is commonly used to protect data integrity, authenticate participants, and create audit trails that make unauthorized changes easier to detect.

Distributed ledger vs. blockchain

Blockchain is a specific type of distributed ledger where records are grouped into blocks and linked in chronological order, creating a chain of history. Every blockchain is a distributed ledger, but not every distributed ledger is a blockchain. Some distributed ledgers do not use blocks at all and may organize data differently to achieve high throughput or different privacy properties. Another key distinction is governance: a distributed ledger can be public and permissionless, like many cryptocurrency networks, or permissioned and private, where access and validation are restricted to approved entities.

Practical uses in crypto and beyond

In crypto, distributed ledgers underpin transaction tracking and asset ownership, letting users transfer value without relying on a single administrator. Outside cryptocurrency, permissioned DLT systems can support shared record-keeping among organizations, such as supply chain tracing, interbank settlement, or compliance-focused audit logs.
Distributed ledgers matter because they enable shared trust between parties, strengthen data integrity, and reduce dependence on centralized intermediaries in the crypto ecosystem.