📖 Term 🟢 Plain English 🔰 Beginner

🧱 Blockchain Types Blockchain Types

Not every blockchain is open to everyone. They split mainly into public (anyone can join), private (one organization runs it), and consortium (a group shares control) — a difference of who is allowed in.

💡
Common misconception — Are all blockchains decentralized and open? Not at all! Only public chains are truly open. A private blockchain can be controlled by a single company — it trades decentralization for speed.
🌍Publicanyone can join🤝Consortiuma group shares control🏢Privateone owner decides
🌍 Open to all → 🤝 shared by a known group → 🏢 controlled by one organization. More control usually means less decentralization.

🧩 The simple version — it's about who gets in

Every blockchain shares the same building blocks: an append-only ledger, a network of computers called nodes, and a consensus mechanism to agree on what's true. What changes between types is one question: who is allowed to join, read the data, and help run the network? Answer that, and you know which type you're looking at.

🌍 The three main types

TypeWho can joinTrade-off
🌍 PublicAnyone with an internet connection — no approval neededMost decentralized and censorship-resistant, but slower and harder to upgrade
🏢 PrivateOnly participants approved by a single organizationFast and efficient, but one owner is in charge — little decentralization
🤝 ConsortiumA group of pre-approved organizations, acting as equal validatorsFaster and cheaper than public chains, more open than single-owner private ones

🔓 A bigger split: permissionless vs permissioned

Zoom out and the three types fall into two camps. Permissionless means anyone can take part without asking — that's public chains. Permissioned means you must be approved before you join — that covers private chains (one owner) and consortium chains (a group of members). It's the same idea as a public park versus a members-only club.

🏡 An everyday way to picture it

  • 🌍 Public chain = a public library — anyone can walk in, read, and contribute
  • 🏢 Private chain = a company intranet — only employees with a login get in, and one boss sets the rules
  • 🤝 Consortium chain = a group of banks sharing one ledger — several known members jointly hold the keys and agree on the rules

🧭 Why it matters for a beginner

When you make a wallet and send crypto, you're using a public chain like Bitcoin or Ethereum. Private and consortium chains mostly appear in business headlines — supply-chain tracking, bank settlement, healthcare records. Knowing the difference helps you tell open, decentralized crypto apart from a company's permissioned database that happens to use blockchain tech.

📊 Note: enterprise frameworks like Hyperledger Fabric and R3 Corda power many private and consortium chains, but they are software toolkits — not coins you can buy or trade.

❓ FAQ

Aren't all blockchains decentralized and open?
No. Only public chains like Bitcoin and Ethereum are open to anyone and broadly decentralized. Private and consortium chains are permissioned — one company or a small group decides who can join — so a 'private blockchain' can be quite centralized.
Which type of blockchain will I actually use as a beginner?
Almost always a public one. When you set up a wallet and send crypto, you're using a public chain such as Bitcoin or Ethereum. Private and consortium chains mostly live inside companies, so you rarely touch them directly.
What is the difference between permissionless and permissioned?
Permissionless means anyone can join and help run the network without approval — that's public chains. Permissioned means you must be approved first — that covers both private chains (one owner) and consortium chains (a group of approved members).

🔗 Related