All Posts

What is Reorg Blockchain? When can transactions be changed?

blockchainJanuary 27, 2026·#Blockchain

Blockchain Reorganization (Reorg) is a technical mechanism that can cause transactions to "disappear" or be reversed. The article analyzes risks in depth and how to effectively prevent them in the digital era.

What is Reorg Blockchain? When can transactions be changed?

In the architecture of distributed ledger systems, the balance between decentralization, scalability and security is always a difficult problem. One of the most important technical phenomena, reflecting the dynamic nature of consensus in a trustless environment, is chain restructuring, also known as Blockchain Reorganization (Reorg). According to analysis from the team of experts at Tan Phat Digital, understanding what reorg blockchain is is not simply grasping a technical concept but is also the key to decoding how transactions are confirmed and why blockchain immutability is often more probabilistic than absolute in the first moments of block creation.

Consensus architecture and the origins of chain restructuring

To understand what reorg blockchain is, it is necessary to first consider how nodes in the network achieve consensus on the current state of the ledger. In a decentralized network, there is no central server that decides which blocks are valid. Instead, nodes operate independently and use consensus rules to choose the "canonical chain".

Blockchain reorganization occurs when a node receives new blocks that belong to an alternative chain whose "chainwork" or length is greater than the chain it is currently tracking. When this happens, the node must perform a technical procedure: disable blocks in the old shorter branch and enable blocks in the new longer branch to maintain consensus with the rest of the network. This process ensures that despite asynchronous data transmission, all nodes will eventually converge to the same version of the transaction history.

See more: Consensus What is Mechanism? Overview of Blockchain consensus mechanism

Core technical concepts in the Reorg process

To help Tan Phat Digital customers easily grasp, below are important concepts presented in detail:

  • Block Height: The position of a block from the origin block (Genesis). Helps determine chronological order, but not enough to determine legitimacy when a fork occurs.

  • Chainwork: Total number of hash functions expected to create the chain. This is the ultimate standard for nodes to choose the main chain, helping to protect the network from fake chains with low difficulty.

  • Orphan Block: A valid block but not on the chain with the largest chainwork. These blocks are discarded after reorg; Internal transactions are returned to the mempool.

  • Confirmation: The number of blocks built on top of the block containing the transaction. The more confirmations, the lower the probability of a reorg deep enough to reverse the transaction.

The technical workings of Blockchain Reorganization

When a reorg event occurs, the node performs a series of logical steps to update the database again:

  1. Alternative branch detection: The node receives a new block whose parent hash points to an older block instead because the current block is at the top of the chain.

  2. Fork Root Tracing: The Node performs a backward trace until it finds the nearest common ancestor block.

  3. Chainwork Comparison: The Node calculates the total cumulative work of the new fork. If greater, the reorg process is officially activated.

  4. Deactivate old block: Node undoes the state changes of blocks in the old branch from the common ancestor block.

  5. Activate new block: Node sequentially executes transactions in the new branch, updating the wallet balance and smart contract state.

  6. Process Mempoolhandle: Transactions in the losing branch are rechecked; If they are not in the winning branch, they will be sent back to the mempool to wait for re-digging.

See more: Proof of Stake What is (PoS)? Complete collection of operating mechanisms and trends 2026

Analyzing the causes leading to the Reorg phenomenon

Blockchain reorganization can arise from harmless technical reasons or from attack plots:

  • Network Latency and Natural Fork: Occurs when two miners find a new block at almost the same time. Due to transmission latency, the network is temporarily split and is usually resolved at a depth of 1 block when the next block appears.

  • 51% Attack (Majority Attack): An entity controlling more than $50\%$ of hashing power can secretly create a longer private chain to replace the public chain, effectively stealing funds (double-spending).

  • Selfish Mining: Miners keep blocks private to give them a competitive advantage, causing reorgs when they release longer chains later.

  • Software bugs: Incompatibilities between client versions can cause the network to split, requiring large-scale reorgs to resynchronize after patching error.

Finality and confirmation model

The concept of "finality" represents the guarantee that a transaction will never be reversed. Tan Phat Digital notes that there are two main models:

Probabilistic finality (Bitcoin)

The more blocks a transaction overlaps, the lower the probability of being reversed:

  • 0 confirmations: Very low, vulnerable to fee substitution attacks.

  • 1 confirmation: Low, can be reorged naturally due to delay network.

  • 3 confirmations: Average, secure for small transactions.

  • 6 confirmations: High, gold standard against common attacks.

Deterministic finality (Ethereum, Solana, Avalanche)

Uses BFT protocols so that a block is considered "finalized" as soon as it is received confirmation by a majority of validators (usually $2/3$). Once this state is reached, the block is almost impossible to reorg.

Classic Reorg events in history

Actual events that have proven the danger of deep reorg:

  • Ethereum Classic (ETC) in 2019: Continuous 51% attack with deep reorgs from 37 to 123 blocks, causing more damage 1.1 million USD due to double spending.

  • Monero (XMR) September 2025: Recorded a record of reorging 18 blocks, erasing 36 minutes of history and causing 118 transactions to return to an unconfirmed state due to hashrate concentration from Qubic pool.

  • Polygon September 2025: A system error caused calculation of all was delayed by up to 1 hour, forcing engineers to deploy an emergency hard fork to prevent large-scale reorg risks.

Risk mitigation strategy from Tan Phat Digital

To protect assets, businesses and users need to apply flexible confirmation strategies based on the characteristics of each chain:

  • Solana: Requires 33 - 200 blocks (about 13 seconds to 3 minutes) to protect against short reorgs due to network latency.

  • Ethereum: Requires 12 - 32 blocks (about 3 to 13 minutes) to wait for finalized status from Casper.

  • Polygon: Requires 50 - 800 blocks (about 2 to 25 minutes) to protect against scheduled deep reorgs history.

  • Avalanche: Only takes 1 block (about 2 seconds) thanks to the Snowman mechanism to achieve almost instant inevitability.

Tan Phat Digital recommends that users always prioritize blockchains with deterministic inevitability or wait for the necessary number of confirmations for large value transactions.

Frequently Asked Questions (FAQs)

  1. What exactly is a Reorg blockchain? This is the process in which a node in the network replaces its current blockchain with a new chain that is longer or has greater chainwork to maintain global consensus.  

  2. Is my transaction permanently lost when a reorg occurs? Usually no. Transactions in the discarded block will be returned to the mempool to wait for inclusion by miners on the new main chain.  

  3. How do you know if a transaction is being reorged? You may notice that the number of confirmations of a transaction suddenly drops or that the transaction changes from "confirmed" status back to "pending".  

  4. Why is the "longest chain" rule important? This rule ensures that all independent nodes will eventually agree on the same single version of history, even if there is network asynchrony.  

  5. What number of confirmations is safe for Bitcoin? The usual safety standard is 6 confirmations (about 1 hour). For extremely large value transactions, users can wait longer to completely eliminate reorg risk.  

  6. What is the difference between probabilistic and deterministic finality? Probabilistic finality (PoW) is a trust that increases over time, while deterministic finality (PoS) is an absolute guarantee as soon as the block is signed by a majority of validators.  

  7. Why do exchanges require a different number of confirmations for each chain? This is based on the security and reorg history of each chain. For example, Polygon typically requires higher confirmations due to its history of deep reorgs.  

  8. Can Reorg happen on Ethereum after it has switched to Proof-of-Stake? Yes, but only before the block is "finalized". Once the finalized state has been reached (after about 2 epochs), reversing the block is almost economically impossible.  

  9. How does a 51% attack relate to a deep reorg? The attacker takes the majority of the network power to silently create a longer chain, then publishes it to force the entire network to perform a deep reorg to erase old transactions.  

  10. How did Polygon solve the reorg problem? In the 2025 upgrades, Polygon implemented the "Instant Finality" (VEBloP) mechanism, which uses a validator committee to validate blocks immediately, thereby completely eliminating the risk of chain restructuring.

The future of consensus and immutability

When technology Going further, the shift from "probabilistic consensus" to "consensus based on mathematical evidence" is happening strongly. Zero-Knowledge (ZK) technology promises to bring near-instant inevitability without waiting for multiple confirmations, completely eliminating the risk from reorg.

In short, reorg blockchain is a necessary technical property for consensus but also a potential vulnerability. Mastering this knowledge through instructions from Tan Phat Digital will help you safely navigate today's complex blockchain security matrix, ensuring every transaction achieves true immutability.

Share

Comments

0.0 / 5(0 ratings)

Please login to leave a comment.

No comments yet. Be the first to share your thoughts.