Chain Reorg (Reorganization)

Chain Reorg (Reorganization): Blockchain History Changes

Chain reorgs occur when a blockchain adopts a different version of transaction history, potentially reversing confirmed transactions. It’s like time travel, but messier and more expensive.

A chain reorganization (reorg) happens when a blockchain network adopts an alternative chain of blocks as the canonical history, potentially reversing previously confirmed transactions. This can occur due to network splits, competing miners, or consensus failures.

How Chain Reorgs Work

Competing chains develop when different groups of miners or validators work on different versions of blockchain history simultaneously.

Longest chain rule (or other consensus mechanisms) eventually determines which chain becomes official, potentially orphaning blocks from the alternative chain.

Transaction reversal affects any transactions that were included in orphaned blocks, requiring them to be re-confirmed in the new canonical chain.

Chain reorganization diagram showing canonical blockchain branch versus orphaned competing branch

Real-World Examples

  • Ethereum Classic experienced deep reorgs during 51% attacks that reversed thousands of blocks
  • Bitcoin Cash has had several reorgs during periods of hash rate instability
  • Polygon faced a 157-block reorg in 2023 due to infrastructure issues

Why Beginners Should Care

Confirmation security requires waiting for multiple block confirmations to reduce the risk of transaction reversal from reorgs.

Exchange impacts as platforms may halt deposits/withdrawals during suspected reorgs to prevent double-spending attacks.

Network stability indicators include reorg frequency and depth, which signal overall blockchain health and security.

Related Terms: 51% Attack, Block Confirmation, Consensus Mechanism, Double Spending

Back to Crypto Glossary

Similar Posts

  • Transaction Ordering

    Transaction Ordering: Sequence Control SystemsTransaction ordering determines the sequence in which transactions get processed within blockchain blocks. It's like controlling the line at a busy restaurant.Transaction ordering refers to the process by which blockchain networks determine the sequence of transactions within blocks. This ordering can significantly affect transaction outcomes, especially in DeFi applications sensitive to price…

  • Quadratic Funding

    Quadratic Funding: Democratic Resource AllocationQuadratic funding uses mathematical formulas to allocate resources based on community preferences while preventing wealthy individuals from dominating funding decisions. It's democracy with math.Quadratic funding is a mechanism for allocating resources that gives more weight to the number of contributors than the amount contributed, using quadratic formulas to prevent wealthy individuals…

  • Token Incentives

    Token Incentives: Rewarding Desired BehaviorToken incentives use cryptocurrency rewards to encourage specific behaviors or participation in networks and protocols. They're like loyalty points that actually have real value and utility.Token incentives refer to mechanisms that distribute cryptocurrency tokens to users who perform desired actions or contribute value to networks and protocols. These align user behavior with…

  • Data Sampling

    Data Sampling: Efficient Information VerificationData sampling enables verifying large datasets by checking small random portions rather than downloading everything. It's like quality control testing that checks samples instead of every item.Data sampling refers to techniques for verifying data integrity and availability by examining small random portions of larger datasets. This enables efficient verification without requiring full…

  • Throughput

    Throughput: Network Processing CapacityThroughput measures how many transactions a blockchain network can process per second. It's like measuring how many cars can drive through a highway during rush hour.Throughput refers to the number of transactions a blockchain network can process within a given time period, typically measured in transactions per second (TPS). Higher throughput enables more…

  • Modular Execution Layer

    Modular Execution Layer: Specialized Transaction Processing Modular execution layers handle transaction processing separately from consensus and data availability. It’s like having specialized assembly lines instead of one worker doing everything. A modular execution layer is a specialized blockchain component that focuses solely on processing transactions and executing smart contracts while relying on other layers for…