📄️ AddressAppears
Indexes the earliest use of every addresses. Outputs to sqlite.
📄️ AddressBalance
Index balance changes for addresses. Outputs JSON to stdout.
📄️ AddressDatum
Index datums for addresses.
📄️ BlockBasics
Indexes slots and block header hashes. Outputs to sqlite.
📄️ Datum
Indexes datums and their hashes. Outputs to sqlite.
📄️ Deposit
Indexes deposits for specified addresses.
📄️ EpochNonce
Indexes nonces for each epoch. Outputs to sqlite.
📄️ EpochStakepoolSize
Indexes stakepool sizes in absolute ADA for each epoch. Outputs to sqlite.
📄️ Fingerprint
Indexes CIP 14 fingerprints for custom assets.
📄️ Mamba
Composite of utxo, epochnonce, epochstakepoolsize, mintburn
📄️ MintBurn
Indexes mint and burn events for custom assets.
📄️ NoOp
NoOp indexer doesn't store anything.
📄️ ScriptTx
Indexes all scripts and their hashes in transaction bodies.
📄️ Utxo
Indexes tx outputs: value, address, datum, spending tx.