Labs ICT
⭐ Pro Login

Types of Blockchains

Public, private, consortium, and hybrid blockchains

Types of Blockchains

Blockchains are not one-size-fits-all. Different use cases require different levels of openness, speed, and control. The four main types vary based on who can participate and who can read the data.

Blockchain Types Comparison


  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β”‚                    PUBLIC        PRIVATE      CONSORTIUM  HYBRIDβ”‚
  β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
  β”‚  Access       β”‚ Open        β”‚ Invite only β”‚ Group      β”‚ Mixed β”‚
  β”‚  Participants β”‚ Anyone      β”‚ One org    β”‚ Multiple   β”‚ Both  β”‚
  β”‚  Speed        β”‚ Slow        β”‚ Fast       β”‚ Medium     β”‚ Variedβ”‚
  β”‚  Decentral.   β”‚ High        β”‚ Low        β”‚ Medium     β”‚ Variedβ”‚
  β”‚  Privacy      β”‚ Transparent β”‚ Private    β”‚ Selective  β”‚ Mixed β”‚
  β”‚  Consensus    β”‚ PoW / PoS   β”‚ Custom     β”‚ Vote / PBFTβ”‚ Mixed β”‚
  β”‚  Examples     β”‚ Bitcoin,    β”‚ Hyperledgerβ”‚ R3 Corda   β”‚       β”‚
  β”‚               β”‚ Ethereum    β”‚ Fabric     β”‚ Energy Web β”‚       β”‚
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Public Blockchains

Anyone can join, read, write, and participate in consensus. They are fully decentralized and transparent. Bitcoin and Ethereum are the most well-known public blockchains. The tradeoff is lower throughput since thousands of nodes must process every transaction.

Private Blockchains

A single organization controls who participates. They are faster and more efficient since fewer nodes need to agree, but they sacrifice decentralization. Useful for internal enterprise workflows where privacy and speed matter more than open access.

Consortium Blockchains

A group of organizations jointly operates the blockchain. Consensus is reached among the known participants. This model is common in banking (R3 Corda), supply chain (TradeLens), and energy sectors where trusted parties need shared infrastructure without a single point of control.

Hybrid Blockchains

Combine public and private elements. Some data is publicly verifiable while other data remains private. This allows organizations to prove integrity to the outside world while keeping sensitive business logic confidential.

πŸ§ͺ Quick Quiz

What is a consortium blockchain?