CVE-2018-17144
2018
Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. validation regression demonstrated systemic risk when core validity checks fail.
Academy Node
๐ Rule
Two Full NodeSoftware that independently validates blocks and transactions against consensus rules. can disagree on relay behavior and still remain on one chain. That is the policy-versus-Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. boundary. Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. are hard requirements: if you violate them, blocks are invalid everywhere. Policy rules are local preferences used for MempoolNode-local pool of valid, unconfirmed transactions awaiting block inclusion. hygiene, spam resistance, and fee optimization. This distinction is foundational for newcomers because many debates confuse relay preferences with protocol validity. Raw Block surfaces this explicitly so users can reason about RBF, standardness, and fee filters without mistaking them for Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. changes. Understanding the boundary also clarifies why Bitcoin upgrades are conservative: Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. changes require broad coordination, while policy refinements can iterate faster and independently.
Relay Pressure Signal
Loading...
High recommended fees typically indicate stricter practical relay conditions.
Policy Snapshot Time
Loading...
Timestamp for the latest fetched fee/policy context.
Policy is a pre-Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. admission layer; Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. is the final and universal validity layer.
Consensus Rules
Policy Rules
2018
Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. validation regression demonstrated systemic risk when core validity checks fail.
Some sources are external. When an internal Raw Block view is available, we'll surface it here.
Consensus and policy are separate enforcement layers in Bitcoin Core.
RBF and relay replacement behavior are policy-level mechanisms.
Consensus RulesNetwork-wide validation rules every full node enforces to determine valid blocks and transactions. determine block/transaction validity for all Full NodeSoftware that independently validates blocks and transactions against consensus rules., while policy rules are local relay/MempoolNode-local pool of valid, unconfirmed transactions awaiting block inclusion. decisions.
Verified: 2026-02-12
SourcePolicy docs
Open sourceValidation source
Open source| Direction | Relation | Node |
|---|---|---|
| Outgoing | DEPENDS_ON | Lightning Network Maturity |
| Outgoing | DEPENDS_ON | SegWit and Taproot Upgrades |
| Incoming | DEPENDS_ON | Difficulty Adjustment (2016) |