Term

Indexer

An indexer parses blockchain data and serves structured queries for apps, enabling fast lookups beyond what a raw full node provides.

Type:
infrastructure
data
Also known as:
blockchain indexer
indexing node
1
concept

Indexers read blocks, transactions, and logs into databases optimized for queries like balances, histories, and events. They power explorers, wallets, and analytics.

Example 1.1

"A wallet can query an indexer for an address history instead of scanning the entire chain each time."

Example 1.2

"Explorers use indexers to aggregate mempool and block data for charts and statistics."

2
tradeoffs

Indexers add convenience but introduce trust and liveness assumptions. Self-hosting reduces reliance on third parties; open APIs improve accessibility but can censor or rate-limit.

Example 2.1

"Running a local indexer gives privacy and reliability, at the cost of storage and maintenance."

Example 2.2

"Decentralized indexing networks attempt to distribute indexing work among many operators."

All terms and definitions may update as the Cryptionary improves.