SegWit
A Bitcoin upgrade that moved signatures into witness data, fixing third-party malleability and changing block capacity.
- Also known as
- Segregated Witness
SegWit, short for Segregated Witness, is a Bitcoin protocol upgrade that moved signature data into a separate "witness" structure. Because the transaction ID no longer commits to the witness in the old way, SegWit mitigates third-party transaction malleability.
SegWit changed Bitcoin’s block accounting from a simple 1 MB serialized limit to block weight, where witness data is discounted. This increased effective capacity for SegWit transactions and introduced witness versions for future script upgrades.
SegWit activated on BTC in August 2017 as a soft fork. It was a central part of the Bitcoin scaling debate: BTC adopted SegWit and later Layer-2 approaches such as Lightning, while Bitcoin Cash split earlier in 2017 and pursued larger base-layer blocks instead.
By fixing malleability for SegWit transactions, the upgrade made payment-channel protocols easier to build safely. It also created a versioned witness framework later used by Taproot.
Related terms
5 linkedExplore connected entries beyond the alphabetical index.
Bitcoin (BTC)
→The first widely adopted cryptocurrency, using proof of work and a fixed 21 million coin supply.
Bitcoin Improvement Proposal (BIP)
→A design document proposing changes or standards for Bitcoin.
Transaction
→A signed data message that asks a blockchain to transfer value, execute code, or update state.
Lightning Network
→A Bitcoin Layer-2 payment channel network for fast, low-value payments that settle back to the base chain.
Fork
→A fork is a blockchain divergence caused by competing blocks, software changes, or incompatible consensus rules.
All terms and definitions may update as the Cryptionary improves.
