Indexer
A service that reads blockchain data and reorganizes it into a queryable database, so applications can ask questions a node cannot answer efficiently.
Nodes are optimized for consensus, not analytics: 'every transfer involving this address' is a scan on a node and an index lookup in a database. Indexers must also handle reorganizations, unwinding data from blocks that are no longer canonical.