Chain basics
What is the Robinhood Chain block explorer?
The official explorer is Blockscout at https://robinhoodchain.blockscout.com. A third-party explorer, Robinscan, is available at https://robinscan.io, and the testnet explorer is at explorer.testnet.chain.robinhood.com.
The Blockscout instance is an underrated free data source. Standard Blockscout deployments expose a REST API under /api/v2, an Etherscan-compatible endpoint at /api, and GraphQL at /graphiql — all unauthenticated.
For basic explorer-grade queries that is often enough. It becomes insufficient when you need corporate-action context, multiplier history, or cross-venue trade data, none of which a generic block explorer models.
Related questions