When people find out that I am co-founder of a crypto start-up, I’m often asked the question; what is a blockchain? In this post, I hope to answer that question. My aim is to clarify some misconceptions and to lay out a framework to help people understand what a blockchain is and how it works.
So what is a blockchain?
First of all, there are a lot of misconceptions about what a blockchain is. In fact a blockchain is one component of a larger technology stack. The blockchain itself is a special type of immutable database where individual records of the network are stored in collections called blocks. These blocks are sequentially chained together to form a ledger, hence the name blockchain. Each new block contains a reference, called a hash, of the previous block. Furthermore, the data is preserved immutably in chronological order through a process determined by the network’s consensus protocol.
In other words, a blockchain maintains the network’s ledger of transactions and balances. For example, the Bitcoin network (not the token) is a blockchain network or cryptonetwork that uses software which implements blockchain architecture to support a decentralized digital currency.
To better grasp the concept, I like to describe cryptonetworks as having 4 main components which power the network:

Each component of a cryptonetwork is configurable to meet the needs and requirements of the network. Below I will give a brief description of each component of a blockchain network or cryptonetwork.

The Blockchain
Blockchain is a type of distributed ledger or database that stores the state of a cryptonetwork. In the case of public blockchain networks, the network is peer-to-peer (P2P). Once a transaction occurs on the network between two parties, the transaction is recorded in a block. Once data is recorded in the blockchain, the data in any given block cannot be altered retroactively without the alteration of all subsequent blocks, which requires consensus from the network majority. The immutability of a blockchain is one of the building blocks for a trustless P2P network.
A blockchain (the ledger) must be managed and secured to make sure that the system is trustless. In distributed ledger technology, trustless means that each peer in the network need not necessarily trust each other. Each consensus protocol explicitly assumes that some peers will act maliciously. In the case of Bitcoin, its consensus protocol will maintain secure as long as 51% of nodes are acting in good faith. This means that no central authority is required for the network to function.
Consensus Protocol
The only trust that needs to exist in this system is trust in the software implementations of each protocol. Users must trust that the software is safe for broadcasting transactions publicly without manipulation from a network adversary. Blockchain technology achieves this by having many competing block producers (or miners) which are a network of computer nodes that validate the blocks and add them to the ledger in a chain like structure (blockchain). The transactions of the network are in chronological order. The rules on how the network agrees and who gets to validate blocks is called the consensus protocol.
More specifically a consensus protocol is an algorithm that determines:
• Who should produce the next transaction block to apply to the blockchain.
• When should the next block be produced?
• What transactions should be included in the block?
• How are block producers (miners) compensated for their services?
There are Different Types of Consensus Protocols
Each cryptonetwork has its own type of consensus protocol to reach agreement amongst peers about the state of the blockchain. In other words, the consensus protocol is the rules on how the network works. Each type of consensus protocol has its pros and cons. The consensus mechanism has a direct impact on the stability and scalability of the network. Special attention must be paid to the choices and assumptions made in achieving consensus. Some examples of popular consensus protocols are:
- Proof-of-Work
- Proof-of-Stake
- Delegate Proof-of-Stake
The consensus protocol has a direct influence on the speed of the network. If the protocol takes too long for enough of the network to come into agreement then the network transactions and operations may take too long to verify causing a bad user experience. Imagine waiting 15 minutes on a grocery store line with the receptionist waiting for the blockchain network to verify the transaction? Or waiting 10 seconds to see your post appear on a decentralized social network? The consensus protocol is an important component in the functioning of a blockchain network and should be analyzed carefully by market participants.
Cryptocurrency
Not all cryptonetworks are the same nor are they designed to solve the same problem. Cryptonetworks and the blockchain technology that powers it, are not meant to solve the same problem. As mentioned before, Bitcoin is designed to be a digital currency. Although Bitcoin currently has poor properties of a currency, nevertheless Bitcoin does represent a unit of account, a store of value and a medium of exchange. In order to make a transaction using Bitcoin, you have to connect to the Bitcoin network using its software. That’s it! There is no other purpose for Bitcoin and it is very limited in anything else it can do. That is why smart contract blockchain platforms were created to expand the usefulness of cryptonetworks.
Token
As I mentioned above, Bitcoin was designed to be a digital currency and nothing else. However, there are general purpose cryptonetworks that have smart contract capabilities which enable developers to build decentralized applications (DApps) on top of the blockchain. For example, developers could build a social media site on a generalized blockchain network such as Ethereum. Or an entrepreneur could build a decentralized cryptocurrency exchange over the Avalanche network or Solana network.
Smart contracts are programmable computer code that can execute and communicate with the blockchain autonomously and do not require a third party to operate. Through smart contracts, developers can build DApps. Users gain access to the developer’s application through a token that is paid as a transaction fee to validators / miners of the blockchain. The token is powered by the blockchain and facilitates the creation of DApps that sit on top of networks.
The token is used as a mechanism for incentivizing transactions between parties for access to DApps. In fact, on some blockchain networks, developers could create their own DApp sub-tokens. Digital tokens are paving the way for new types of business models and the creation of new types of virtual economies.
Peer-to-Peer Layer
The Peer-to-Peer (P2P) Layer is where the network participants communicate, share resources and where web services are delivered. The blockchain component is the digital ledger that maintains the state of the network. However there are other aspects of the blockchain network that allows for a network to exist such as authenticated communication networks, API gateways, servers and other aspects of cloud computing.
The P2P layer is where users engage the cryptonetwork via the network software that brings all the components together. The P2P layer is powerful because it provides an innovative way for developers to deliver web servers and for network participants (i.e. the end-user) to have more control of their personal data.
Conclusion
When thinking about blockchain technology, one must not forget that the innovation behind decentralized ledgers is that it allows individuals to participate in a censorshipless and trustless financial network. The technology provides a way to build a digital network to facilitate commerce in a much more efficient and frictionless way than our current financial network. This architecture is seen as a potential advancement in financial technology that could provide a smarter and more robust digital infrastructure to power the global financial networks of the 21st century.
