
Wikipedia describes blockchain as “a decentralized, distributed, and often public, digital ledger consisting of records called blocks that are used to record transactions across many computers so that any involved block cannot be altered retroactively, without the alteration of all subsequent blocks.”
Blockchain is a distributed ledger technology (DLT) that was initially introduced as the underlying technology behind Bitcoin, the first cryptocurrency. It is a digital system for recording the transaction of assets in which the transactions and their details are recorded and stored across multiple locations or nodes on a network. Unlike traditional centralized databases, where a single entity (like a bank or a company) controls and maintains the database, DLT distributes the ledger among multiple participants in a decentralized and often trustless manner.
Blockchain technology was introduced in a whitepaper by an anonymous person or group of people using the pseudonym Satoshi Nakamoto in 2008. The whitepaper, titled “Bitcoin: A Peer-to-Peer Electronic Cash System,” outlined the concept of a decentralized digital currency, Bitcoin, and the blockchain as its underlying technology. The Bitcoin network went live in 2009 with the release of the Bitcoin software. It allowed users to make peer-to-peer transactions without the need for intermediaries like banks.
Ethereum, a blockchain platform, was launched by Vitalik Buterin and others. Ethereum introduced smart contracts, which are self-executing contracts with the terms directly written into code. This expanded the use cases of blockchain beyond cryptocurrencies.
Key characteristics of DLT include:
- Decentralization: DLT operates on a network of nodes (computers) that are distributed across various locations. These nodes work together to validate and record transactions. This decentralization reduces the risk of a single point of failure and enhances security.
- Transparency: Most DLTs are designed to be transparent, meaning that all participants on the network can view the ledger’s contents. This transparency helps in trust-building among network participants
- Immutability: Once data is recorded on a DLT, it is extremely difficult to alter or delete. This immutability is achieved through cryptographic techniques and consensus mechanisms.
- Security: DLTs use cryptographic algorithms to secure data and transactions. The decentralized nature of the network also makes it more resilient to attacks.
- Consensus Mechanisms: DLTs employ consensus mechanisms to validate and agree on the state of the ledger. Common consensus mechanisms include Proof of Work (PoW), Proof of Stake (PoS), and Byzantine Fault Tolerance (BFT)
Difference Between Blockchain and DLT:
Blockchain and Distributed Ledger Technology (DLT) are related concepts, but they are not interchangeable. Here are the key differences:
| Blockchain | DLT | |
| Scope | A specific type of DLT that uses a chain of blocks to record transactions or data. It is a subset of DLT. | A broader category that encompasses various distributed ledger technologies, including blockchain. DLT refers to any system where data is stored and maintained across multiple nodes or locations. |
| Centralization | Typically decentralized, with no central authority controlling the network. | Can be either centralized, decentralized, or semi-decentralized, depending on the specific implementation and use case. |
| Consensus Mechanisms | Often uses consensus mechanisms like Proof of Work (PoW) or Proof of Stake (PoS) to validate and add transactions to the chain | Can use various consensus mechanisms, including but not limited to PoW and PoS, depending on the design and requirements. |
| Use Cases | Primarily associated with cryptocurrencies, smart contracts, and DApps. | Used in a wide range of applications, including supply chain management, identity verification, healthcare, and more. |







