A distributed ledger is a database that is consensually shared, replicated, and synchronised across multiple nodes computers spread across different locations, organisations, or even countries without any central administrator. Blockchain is the most well-known type of distributed ledger, but not all distributed ledgers are blockchains.
HOW DISTRIBUTED LEDGERS WORK
In a traditional database, a single server (or cluster controlled by one entity) holds the authoritative copy of data. Updates are centralised. In a distributed ledger, every participating node maintains its own copy of the complete dataset. When new data is added, it is propagated to all nodes, which validate and update their copies according to the consensus rules. No single node is the "master" all are peers.
DISTRIBUTED LEDGER VS. BLOCKCHAIN
Blockchain is a specific type of distributed ledger that organises data in chronological blocks linked by cryptographic hashes. All blockchains are distributed ledgers, but not all distributed ledgers use the block-and-chain structure.
Alternative DLT structures include:
Directed Acyclic Graph (DAG): Used by IOTA and Hedera Hashgraph transactions validate previous transactions rather than forming discrete blocks, enabling higher throughput.
Hashgraph: Hedera's patented consensus algorithm achieving high TPS with asynchronous Byzantine fault tolerance.
Holochain: Agent-centric DLT where each user maintains their own chain rather than a global shared ledger.
ENTERPRISE DLT APPLICATIONS
Many enterprises use permissioned distributed ledgers where participation requires authorisation:
Hyperledger Fabric (IBM): Enterprise blockchain framework used in trade finance (Marco Polo Network), food supply chains, and healthcare data sharing.
R3 Corda: Financial industry DLT used by over 300 banks and financial institutions for interbank settlements, trade finance, and digital bond issuance.
Quorum (ConsenSys/JPMorgan): Ethereum-based enterprise DLT with privacy features for financial institutions.
WHY DISTRIBUTED LEDGERS MATTER FOR FINANCE
Traditional financial settlement involves multiple intermediaries (correspondent banks, clearinghouses, custodians) each maintaining separate records that must be reconciled. DLT enables a single shared record across all participants, reducing settlement time from days to minutes and dramatically cutting reconciliation costs.