Cosmos Event Search
the-queriooor
A Cosmos transaction and event query toolkit with a browser explorer for Tendermint RPC tx_search, REST/LCD queries, address scans, Mintscan distribution audits, and whale monitoring.
For when the chain indexed the truth but only speaks in attributes, pages, and archive-node riddles.

Intent
the-queriooor exists for the diagnostic work around Cosmos events: finding transactions by address or event attributes, comparing RPC and REST query behavior, auditing historical distributions, and exporting useful result JSON without standing up a full indexer. It stays intentionally simple: vanilla JavaScript modules plus a single-file browser UI that can talk to public nodes directly or through a small proxy.
Features
- Build Tendermint RPC tx_search queries with event, attribute, operator, height, pagination, and export controls.
- Switch between RPC and REST/LCD presets for Osmosis, Cosmos Hub, Stargaze, Juno, Neutron, and custom endpoints.
- Use CLI modules for LCD event parsing, RPC event querying, backward block scans, historical address searches, offline transaction parsing, and whale watching.
- Handle archive nodes, pagination, retries, CometBFT base64 attribute decoding, Mintscan account-history audits, and JSON exports.
User Stories
- As a chain investigator, I want to build event queries without memorizing every tx_search quoting rule.
- As a token distributor, I want to audit outbound transfers from account history before trusting a manual total.
- As an operator, I want RPC, REST, block-scan, and offline parsing paths when one indexer or endpoint lies to me.
Stack
Live on Vercel at the-queriooor.vercel.app with a static explorer and API proxy function; local explorer mode runs with yarn explorer.