Reviewed Aug 2026
DE
BA-12 · LESSON 04

Indexer consensus

Meta-protocol users depend on deterministic off-chain interpretation and must understand divergence and reorg handling.

65 min Difficulty 3/5 Not started

Loading lesson visuals...

01

Learn the idea

Indexer consensus is informal shorthand for independent indexers producing the same derived metaprotocol state. They do not create Bitcoin consensus. Agreement requires identical network identity, parser versions, inclusive activation heights, transaction ordering, invalid-message behavior, and reorg rollback. A pre-activation, wrong-network, or unsupported-version event must not mutate the pinned index. A divergence can show different balances while every indexer follows the same valid Bitcoin chain.

GUIDED EXPLANATION1/5 ideas inspected
1

Pin protocol rules

Record implementation version, activation points, feature flags, network, and canonical test vectors before comparing outputs.

Inspect each idea before the worked example.
The worked example follows the explanation

Inspect every idea above to open it.

Important distinctionIf indexers follow the same Bitcoin node, they must have identical application state.

Different parsing, versions, bugs, activation settings, or rollback logic can derive different states from identical valid bytes.

02
FINISH LEARNING FIRST

The questions unlock after every required learning activity

Inspect every guided idea, open the worked example, rebuild its mechanism, and complete the deterministic lesson tool. Your progress is saved automatically.