In the world of open-source software, a “fork” occurs when a project splits into two separate versions. Bitcoin has experienced several significant forks throughout its history, each representing a fundamental disagreement about the direction of the protocol. Understanding these forks is essential for understanding how Bitcoin evolves and why it has remained resilient.
What Is a Fork?
A Bitcoin fork is a change to the protocol’s rules. There are two types:
- Soft fork: A backward-compatible change. Old nodes can still interact with new nodes, but new features are only available to upgraded nodes. Examples include SegWit and Taproot.
- Hard fork: A non-backward-compatible change. Nodes that do not upgrade will be on a different chain. This can result in two separate cryptocurrencies.
The Blocksize War (2015-2017)
The most significant fork in Bitcoin’s history was the “Blocksize War” – a multi-year debate about how to scale Bitcoin. On one side were those who wanted to increase the block size to allow more transactions per block. On the other side were those who wanted to keep blocks small and scale through second-layer solutions like Lightning.
The conflict came to a head in 2017 when a group of developers and miners pushed for a hard fork to increase the block size to 8 MB. The community rejected this change, and the hard fork created Bitcoin Cash (BCH). Bitcoin Cash has since forked again (creating Bitcoin SV) and has lost over 99% of Bitcoin’s value.
The Blocksize War was a defining moment for Bitcoin. It demonstrated that users, not miners or developers, ultimately control the protocol. It also established the principle that Bitcoin’s base layer should prioritize security and decentralization over throughput.
Notable Bitcoin Forks
- Bitcoin Cash (BCH, 2017): Forked to increase block size. Has since become a marginal chain.
- Bitcoin SV (BSV, 2018): Forked from Bitcoin Cash to increase block size further. Largely considered a scam.
- Bitcoin Gold (BTG, 2017): Forked to change the mining algorithm. Has been subject to multiple 51% attacks.
- Litecoin (LTC, 2011): Not technically a fork but a separate cryptocurrency based on Bitcoin’s code. Often called “silver to Bitcoin’s gold.”
Soft Forks: Evolution Without Division
Bitcoin’s most successful upgrades have been soft forks – changes that improve the protocol without splitting the chain:
- SegWit (2017): Separated signature data from transaction data, fixing a bug and enabling the Lightning Network.
- Taproot (2021): Introduced Schnorr signatures, MAST, and Tapscript, improving privacy and enabling more complex smart contracts.
The Bottom Line
Forks are a feature of open-source software, not a bug. They allow the community to experiment with different approaches while preserving the original chain. Bitcoin’s history of forks has strengthened the protocol by demonstrating that controversial changes will be rejected and that the community values decentralization and sound money above all else.

