Blockchain
Blockchain is a distributed ledger technology that records transactions across a network of computers, secured by cryptography and maintained through a consensus mechanism. It is the foundational technology underlying Bitcoin, Ethereum, and the Web3 ecosystem.
Blockchain is a distributed ledger technology that records transactions across a network of computers, secured by crypto...
entity.trust_high
Aug 2026 · Skóre čerstvosti: 80%
What is Blockchain?
Blockchain is a distributed ledger technology that records transactions across a network of computers, secured by cryptography and maintained through a consensus mechanism. It is the foundational technology underlying Bitcoin, Ethereum, and the Web3 ecosystem.
- Category
- concept
- Type
- Authority Node
- Sources
- 8
Blockchain is a technology category encompassing many networks with different designs. [Bitcoin](/en/chains/bitcoin) optimizes for a minimal, secure monetary network; [Ethereum](/en/chains/ethereum) is a programmable platform running [Smart
The separation of transaction creation, network broadcast, validation, consensus, and ledger update is what lets mutually distrusting parties share a single authoritative record. Each participant can verify every step independently, so the
Knowledge Graph
98 relationsRelated
Časová osa
The "innovation exemption" lets qualifying venues trade tokenized versions of U.S. stocks on public blockchains without registering as exchanges—though it excludes price-tracking "synthetics" and lets companies block tokenization of their shares.
The SEC is giving tokenized stocks a regulated U.S. pathway, while keeping trading volumes, access and issuer rights tightly controlled.
The motion for a preliminary injunction comes a few weeks after the Crypto Council for Innovation and Blockchain Association sued to block the law.
The U.S. Securities and Exchange Commission issued an agenda for its 24-trading roundtable and proposed a new transfer-agent rule with blockchain implications.
Some $6 million reached Ethereum before validators froze the chain, stranding the rest on a network that still is not producing blocks.
An attacker allegedly pushed Tectonic’s thinly traded TONIC token up 100-fold, used it as collateral to borrow real assets and left most funds stranded when Cronos validators paused the network.
Porovnat
Blockchain is a distributed ledger technology that records transactions across a network of computers, secured by cryptography and maintained through a consensus mechanism. Each block contains a set of transactions and a cryptographic hash of the previous block, forming an append-only, tamper-evident chain. No single party controls the ledger; network participants validate and agree on its state. The concept originated in a 1991 time-stamping paper by Haber and Stornetta, and Bitcoin (2009) was its first widely adopted network implementation. Beyond cryptocurrency, blockchain technology enables smart contracts, decentralized applications, tokenization, and programmable finance.
Entity Identity (structured)
| Field | Value |
|---|---|
| Entity Type | Distributed Ledger Technology |
| Category | Foundational Web3 Infrastructure Concept |
| Concept Origin | Haber & Stornetta (1991) |
| First Implementation | Bitcoin network (2009) |
| Core Mechanism | Consensus + cryptographic hashing |
| Ledger Model | Distributed, append-only, tamper-evident |
| Relationship | Technology category, not a single network |
*This structured block gives AI agents a machine-readable identity independent of prose.*
---
2. Key Facts
| Field | Value |
|---|---|
| Origin | Haber & Stornetta time-stamping research (1991) |
| First implementations | Bitcoin (2009); Ethereum (2015) |
| Core technology | Distributed ledger, cryptographic hashing, consensus |
| Consensus models | Proof of Work, Proof of Stake, DPoS, PBFT-style |
| Major networks | Bitcoin, Ethereum, Solana, Avalanche; L2s (Arbitrum, Optimism) |
| Applications | Cryptocurrency, DeFi, NFTs, DAOs, RWA tokenization |
| Limitations | Scalability, storage, key management, regulatory divergence |
Blockchain is a technology category, not a single network. Bitcoin is one of the first widely adopted blockchain networks; Ethereum is a programmable blockchain platform. Both are instances of blockchain technology, which is distinct from the Cryptocurrency asset category built on top of it, and from the broader Web3 ecosystem.
---
3. What Is Blockchain
3.1 Distributed Ledger Concept
A blockchain is a type of Distributed Ledger: a database replicated across many computers, where each participant holds a copy and independently verifies changes. Unlike a central database controlled by one party, a blockchain ledger is maintained collectively by its network participants .
3.2 Blocks, Transactions, and Cryptographic Links
Transactions are grouped into blocks. Each block contains a set of transactions, a timestamp, and the cryptographic hash of the previous block. This hash linking creates a chain: altering any historical block would change its hash and break every subsequent link, making the record tamper-evident . Hash functions and Transaction records are the core building blocks.
3.3 Decentralized Verification
No central authority validates transactions. Instead, Nodes run the protocol, verify new blocks against shared rules, and reach agreement through a Consensus mechanism. This decentralized verification is what allows parties who do not trust each other to share a reliable ledger .
3.4 Technology Category, Not a Single Network
Blockchain is a technology category encompassing many networks with different designs. Bitcoin optimizes for a minimal, secure monetary network; Ethereum is a programmable platform running Smart Contracts; Solana emphasizes throughput. Each is a blockchain network, not "the blockchain."
The relationship to adjacent concepts is strict:
- Blockchain technology enables cryptocurrency networks. Cryptocurrency is an application/asset category built on blockchains, not the technology itself.
- Blockchain is not Web3. Web3 is the broader ecosystem of decentralized applications, identity, and infrastructure built around blockchain networks.
---
4. History Timeline
| Date | Event | Impact | Source |
|---|---|---|---|
| 1991 | Haber & Stornetta time-stamping research | Proposes cryptographically linked timestamps; conceptual origin | |
| 2008-10-31 | Bitcoin whitepaper published | First complete blockchain design (PoW + chain) | |
| 2009-01-03 | Bitcoin genesis block | First running blockchain network | |
| 2013 | Ethereum whitepaper | Proposes programmable blockchain | |
| 2015-07-30 | Ethereum mainnet launch | First general-purpose smart-contract platform | |
| 2015 | Enterprise blockchain exploration | Permissioned chains (Hyperledger, R3) emerge | |
| 2016-06-17 | The DAO exploit | Smart-contract security lesson | |
| 2016-07-20 | DAO hard fork | Governance dispute splits Ethereum | |
| 2017 | ICO boom (ERC-20) | Token issuance drives adoption | |
| 2017 | ICO regulatory actions | Early compliance tightening | |
| 2018 | Layer 2 concept (Plasma, channels) | Off-chain scaling research | |
| 2020-06~09 | DeFi Summer | Application layer expands rapidly | |
| 2021 | NFT expansion (ERC-721) | Digital ownership on-chain | |
| 2021-09-07 | El Salvador adopts Bitcoin | First national adoption | |
| 2022-09-15 | Ethereum Merge (PoW → PoS) | Consensus transition at scale | |
| 2022 | L2 rollups mainnet (Arbitrum, Optimism) | Scaling solutions go live | |
| 2023-04 | EU MiCA adopted | Comprehensive EU framework | |
| 2023-24 | RWA tokenization accelerates | Real-world assets on-chain | |
| 2024-01-10 | US spot Bitcoin ETFs approved | Regulated institutional access |
Event count: 19 (will be written to event_data).
---
5. How Blockchain Works
A blockchain transaction moves through a defined lifecycle.
5.1 Transaction Lifecycle
``` User action ↓ Transaction creation ↓ Network broadcast (P2P) ↓ Validation by nodes ↓ Consensus ↓ Block creation ↓ Ledger update ```
A user signs a transaction with their Private Key, broadcasts it to the peer-to-peer network, and nodes validate it against protocol rules (signature, balance, double-spend). Valid transactions enter the memory pool and are selected by a miner or validator into a candidate block .
5.2 Hashing and Block Formation
Each block header includes the hash of the previous block, a timestamp, a nonce, and a Merkle root summarizing the included transactions. The Hash linking is what makes the chain append-only: adding a block commits the entire history up to that point .
5.3 Merkle Trees
Transactions in a block are organized into a Merkle tree, so a large set of transactions can be committed with a single compact root. This enables efficient verification: a node can prove a transaction is included without downloading the whole block .
5.4 Nodes, Miners, and Validators
- Nodes run the protocol and validate the ledger.
- Miners produce blocks under Proof of Work by solving a computational puzzle.
- Validators produce blocks under Proof of Stake by staking assets.
The specific role depends on the network's consensus mechanism .
5.5 Consensus
Consensus is the process by which nodes agree on the canonical state of the ledger, preventing double spending. Different mechanisms — Proof of Work, Proof of Stake, delegated and PBFT-style variants — achieve this with different trade-offs, detailed in §7 .
5.6 Immutability and Finality
Once a block is accepted and subsequent blocks are built on top of it, reverting it becomes increasingly costly. Under Proof of Work, an attacker would need to redo the computational work of the chain to that point; under Proof of Stake, a conflicting history risks slashing of staked assets. This property — the growing difficulty of altering history — is what gives a blockchain ledger its tamper-evident character in practice .
5.7 Why This Architecture Matters
The separation of transaction creation, network broadcast, validation, consensus, and ledger update is what lets mutually distrusting parties share a single authoritative record. Each participant can verify every step independently, so the system does not rely on a trusted operator. This is fundamentally different from a central database, where trust is placed in the system administrator. The design explains why blockchain is considered a trust infrastructure rather than merely a storage technology .
---
6. Blockchain Architecture
6.1 Layered Architecture
``` Application Layer: DeFi / NFT / DAO / dApps ↓ Layer 2: Scaling (rollups, channels, sidechains) ↓ Layer 1: Consensus / Nodes / Validators / Mining / Blocks ```
6.2 Layer 1
Layer 1 is the base network that settles transactions and provides security. Examples include Bitcoin, Ethereum, and Solana. Each Layer 1 network runs its own consensus and ledger . The new Layer 1 concept formalizes this category in the knowledge graph.
6.3 Layer 2
Layer 2 solutions extend Layer 1 by moving activity off the base chain while inheriting its security. Examples include the Lightning Network for Bitcoin and rollups such as Arbitrum and Optimism for Ethereum. The existing Layer 2 concept covers this category .
6.4 Application Layer
On top sit applications: DeFi protocols, NFT marketplaces, DAO governance, and Decentralized Applications. These are built with Smart Contracts and served to users through Wallets .
6.5 Relationship Direction
- Layer 1 includes specific networks (Bitcoin, Ethereum, Solana).
- Layer 2 is built on specific Layer 1 networks (Ethereum, Bitcoin) — not on "blockchain" in the abstract.
- Blockchain powers the application layer (DeFi, NFTs, DAOs).
- Applications depend on networks, which depend on the underlying technology.
6.6 Public vs. Permissioned Deployments
Blockchain architecture also varies by access model. Public (permissionless) blockchains — Bitcoin, Ethereum, Solana — allow anyone to read, transact, and participate in consensus. Permissioned (private or consortium) blockchains — such as those used in enterprise settings (e.g., Hyperledger, Corda) — restrict participation to authorized entities and often use lighter consensus mechanisms. The architectural difference is one of access and trust assumptions: public chains assume an open, adversarial environment; permissioned chains assume a bounded set of vetted participants . Both are valid implementations of the same underlying ledger concept, serving different requirements for openness, privacy, and throughput.
---
7. Consensus Mechanisms
7.1 Purpose
Consensus mechanisms let distributed networks agree on a single valid ledger state without a central authority, and prevent double spending even when some participants are faulty or malicious .
7.2 Comparison
| Dimension | Proof of Work | Proof of Stake | DPoS | PBFT-style |
|---|---|---|---|---|
| Security | High (costly to attack) | High (stake slashing) | Medium (delegates) | High (voted set) |
| Energy | High | Low | Low | Low |
| Decentralization | High | Medium | Low | Low |
| Performance | Low throughput | Medium | High | High |
| Use cases | Bitcoin | Ethereum (post-Merge) | EOS, Tron | Hyperledger, private chains |
7.3 No Ranking
These mechanisms embody different design goals — balancing security, energy, decentralization, and performance. None is categorically "better"; the appropriate choice depends on the network's purpose .
---
8. Blockchain Ecosystem
Blockchain sits at the root of the decentralized ecosystem. Its relationships are typed, not generic.
8.1 powers (applications)
``` Blockchain powers → Cryptocurrency powers → Smart Contract powers → DeFi powers → NFT powers → DAO powers → RWA ```
Cryptocurrency Smart Contract DeFi NFT DAO RWA
8.2 includes (network implementations)
``` Blockchain includes → Bitcoin includes → Ethereum includes → Solana includes → Avalanche includes → Layer 1 includes → Layer 2 ```
Bitcoin Ethereum Solana Avalanche Layer 2
8.3 depends_on (foundation)
``` Blockchain depends_on → Cryptography depends_on → Consensus depends_on → Distributed Ledger depends_on → Hash ```
The new Cryptography and Distributed Ledger concepts formalize the technical foundation.
8.4 supports (infrastructure)
``` Blockchain supports → Decentralized Application supports → Wallet supports → Bridge supports → Oracle supports → Blockchain Token ```
Decentralized Application Wallet Bridge Oracle Blockchain Token
8.5 compared_with (conceptual neighbors)
``` Blockchain compared_with → Database compared_with → Traditional Ledger compared_with → Cloud Computing compared_with → Bitcoin compared_with → Ethereum ```
The new Database, Traditional Ledger, and Cloud Computing concepts anchor these comparisons.
8.6 Ecosystem Dependencies
The ecosystem is layered: Cryptography and Consensus make distributed verification possible; networks built on these provide settlement; applications and services built on the networks form the user-facing economy. This dependency chain — technology → network → application — is why the knowledge graph treats Blockchain as a Root Concept rather than a leaf entity. Each layer's entities (wallets, bridges, oracles, tokens) connect upward to applications and downward to the networks and technology that sustain them.
The graph above covers 25+ typed relationships across 6 relation types, connecting Blockchain to 20+ distinct entities. This makes Blockchain a Root Concept hub in the Web3Fire knowledge graph.
---
9. Advantages
The following are design properties of the architecture, stated neutrally rather than as superiority claims.
- Transparency: Ledger data is public on permissionless networks and auditable by any participant.
- Auditability: Every transaction is recorded with an immutable history that can be traced.
- Tamper resistance: Cryptographic hash linking makes historical alteration evident .
- Programmability: Smart contracts enable automated, composable logic on networks that support them .
- Global accessibility: Public blockchains are permissionless; anyone with internet access can participate .
These are statements of design characteristics. They do not imply blockchain is categorically "better than traditional systems" — trade-offs and limitations are documented in §10.
---
10. Limitations and Risks
10.1 Technical
- Scalability: Public blockchains have limited throughput compared with centralized systems; Bitcoin processes on the order of ~7 transactions per second, and Ethereum L1 is capacity-constrained .
- Storage: Full nodes store the entire ledger, and on-chain data storage is costly relative to off-chain databases .
- Finality latency: Depending on the consensus mechanism, confirmation may require multiple blocks (minutes) before a transaction is considered practically irreversible — a contrast with near-instant settlement in centralized payment rails .
10.2 Security
- Smart contract risks: Bugs in contract code can lead to loss of funds (e.g., The DAO exploit, 2016) .
- Key management: Loss or theft of private keys means irreversible loss of assets, with no recourse .
10.3 Economic
- Incentives: Token incentives and fee markets can produce economic externalities (e.g., fee volatility, incentive misalignment) that participants must consider .
10.4 Regulatory
- Jurisdiction divergence: Legal treatment of blockchain assets and activities differs widely across jurisdictions and remains unsettled in many regions (e.g., EU MiCA vs. other frameworks) .
These risks are context-dependent. Blockchain is neither inherently unsafe nor universally superior; its properties and trade-offs are what this entry documents.
---
11. Comparison Matrix
11.1 Blockchain vs Bitcoin
| Dimension | Blockchain | Bitcoin |
|---|---|---|
| Nature | Technology category | Network implementation |
| Scope | Many networks | One network |
| First use | 1991 concept | 2009 genesis |
| Consensus | Multiple mechanisms | Proof of Work |
Framework: Blockchain is the general technology; Bitcoin is the first major blockchain network implementation. Comparing them is comparing a category with an instance — not two peers.
11.2 Blockchain vs Ethereum
| Dimension | Blockchain | Ethereum |
|---|---|---|
| Nature | General technology | Programmable network |
| Programmability | Varies by network | Native smart contracts |
| Consensus | Multiple | Proof of Stake (post-Merge) |
| Scope | Category | One platform |
Framework: Blockchain is the general technology concept; Ethereum is a programmable blockchain network. Ethereum implements blockchain technology with smart-contract capabilities .
11.3 Blockchain vs Traditional Database
| Dimension | Blockchain | Database |
|---|---|---|
| Control | Distributed, no single owner | Centralized owner |
| Modification | Append-only, tamper-evident | Update/delete allowed |
| Consensus | Required | Not required |
| Performance | Lower throughput | High throughput |
| Use cases | Trustless records, assets | General data management |
Databases are optimized for centralized control and performance; blockchains optimize for distributed trust. They serve different use cases.
11.4 Blockchain vs Traditional Ledger
| Dimension | Blockchain | Traditional Ledger |
|---|---|---|
| Maintenance | Distributed participants | Central institution |
| Auditability | Cryptographic proof | Internal controls |
| Tamper resistance | Hash-linked | Physical/process controls |
| Access | Permissionless or permissioned | Controlled |
A Traditional Ledger is maintained by a single institution; a blockchain distributes maintenance and verification across participants.
11.5 Public Blockchain vs Private Blockchain
| Dimension | Public Blockchain | Private Blockchain |
|---|---|---|
| Access | Permissionless | Permissioned |
| Consensus | Open (PoW/PoS) | Voted/authorized |
| Transparency | Fully open | Restricted |
| Use cases | Cryptocurrency, DeFi | Enterprise, supply chain |
Public and private blockchains are different deployment models of the same technology — not competing products.
Every comparison above avoids winner/loser framing; each option serves different design goals and use cases.
---
12. Future Development
12.1 Confirmed
- Scalability research: Rollups, sharding, and channel designs continue to develop; L2 adoption is observable .
- Interoperability: Cross-chain bridges and messaging protocols are active engineering areas, with bridge security an open problem .
- Institutional adoption: Tokenized funds and regulated products (e.g., spot ETFs) continue to expand .
12.2 Research
- Modular blockchain: Separation of execution, settlement, and data-availability layers is an active design direction.
- Zero-knowledge technology: ZK proofs for scaling and privacy are under active research and deployment in L2 rollups.
12.3 Speculation
Statements that blockchain "will dominate" all industries, or predictions about adoption trajectories, are speculation and are deliberately excluded from this entry. Web3Fire maintains an encyclopedic, neutral posture: verified facts are separated from interpretation, and unverified outcomes are not asserted.
---
Frequently Asked Questions
What is blockchain?
A distributed ledger technology that records transactions across a network, secured by cryptography and maintained by consensus. See §1, §3.
How does blockchain work?
Transactions are validated by nodes, agreed on through consensus, grouped into cryptographically linked blocks, and appended to the ledger. See §5.
Is blockchain the same as Bitcoin?
No. Blockchain is the technology category; Bitcoin is one of its network implementations. See §11.1.
What are blockchain networks?
Distinct ledgers implementing blockchain technology — e.g., Bitcoin, Ethereum, Solana, and Layer 2s. See §8.2, §11.1.
What is blockchain used for?
Cryptocurrency, smart contracts, DeFi, NFTs, DAOs, and tokenization. See §8.1, §9.
What are Layer 1 and Layer 2?
Layer 1 is the base settlement network; Layer 2 is a scaling layer built on it. See §6.
What are consensus mechanisms?
Protocols by which network participants agree on ledger state, such as Proof of Work and Proof of Stake. See §7.
What are the disadvantages of blockchain?
Limited scalability, storage costs, smart-contract and key-management risks, and regulatory divergence. See §10.
What is blockchain?
A blockchain is a distributed ledger that records transactions across a network of nodes with consensus-based agreement.
How does a blockchain work?
Transactions are batched into blocks, validated by consensus, and linked cryptographically to form an immutable chain.
Is blockchain the same as Bitcoin?
No - Bitcoin is the first blockchain application; blockchain is the underlying distributed-ledger technology.
Should I use a public or private blockchain?
Choose public for permissionless openness and security, private for controlled access and compliance.