What Is the Bitcoin Improvement Proposal (BIP) Process?
A BIP (Bitcoin Improvement Proposal) is a formal document describing a proposed protocol change, discussed publicly and adopted…
A BIP (Bitcoin Improvement Proposal) is a formal document describing a proposed protocol change, discussed publicly and adopted…
A soft fork tightens Bitcoin's rules in a backward-compatible way (like SegWit and Taproot), while a hard fork…
The Genesis Block is Bitcoin's first block, mined by Satoshi Nakamoto on January 3, 2009, containing an embedded…
An orphan block is a validly mined Bitcoin block that gets discarded because a competing block at the…
Replace-By-Fee (RBF) lets a sender replace an unconfirmed Bitcoin transaction with a version paying a higher fee, useful…
A confirmation counts how many blocks have been mined since a Bitcoin transaction was included, with each additional…
The UTXO model is how Bitcoin tracks ownership: instead of account balances, the ledger consists of discrete Unspent…
A multisig wallet requires multiple private keys (an M-of-N setup, like 2-of-3) to authorize a transaction, so losing…
Bitcoin Script is the built-in programming language defining exactly how coins can be spent, deliberately limited (no loops)…
Taproot is a 2021 Bitcoin upgrade combining Schnorr signatures and MAST so complex multi-party transactions can look identical…