Overview
Raw Cardano Explorer is a free lookup tool that lets anyone paste in a wallet address or a transaction hash — the unique code identifying a single transaction — and read the record behind it. One search box handles addresses, stake pools, transactions, blocks, assets, epochs, hashes and ADA Handles. The whole interface is that box plus a network picker, with nothing to set up or sign into1.
The chain it reads is Cardano, and the things it looks up are the ones people usually arrive with: an address copied out of a wallet, a stake pool someone is considering, a transaction that has just been sent, or the epoch, Cardano's five-day accounting cycle, that a block belongs to. It was built by the team behind Quixote Dream Pool, a Cardano stake pool run out of La Mancha in Spain, and released free for the wider community2.
Key Features
- One box for the whole search list. The same field takes a wallet address, a stake pool, a transaction, a block, an asset, an epoch, a hash, or an ADA Handle, the readable username written with a dollar sign that stands in for a long address1.
- A switch between the live chain and the practice ones. A selector moves between Mainnet, where real ADA moves, and Preprod and Preview, the two test networks developers use to rehearse transactions without real money1.
- Data from a community-run service, not a company database. The explorer reads Cardano through Koios, an open-source query layer maintained by community members and served from a distributed set of instances rather than one central server3.
- Free, with no account step. The builders describe the tool as made by the Quixote Dream Pool team and free for the whole Cardano community2.
- Listed by the service it runs on. Koios names Raw Cardano Explorer among the projects built on its API, and credits the same builder's GitHub account among its contributors4.
What to Expect
Expect one page rather than a dashboard. You arrive at a search field with the network picker above it, type or paste what you want to check, and read what comes back. The landing page carries no tabs, no settings and no sign-in step before you search1.
The page is built with Streamlit1, an open-source Python framework for turning data scripts into shareable web apps5. The site therefore behaves as a single application rather than a set of separate pages. A lookup can still be shared as a link: the page accepts query parameters, so rawcardano.app/?pool=QXT opens directly on that stake pool's result.
Fuller block explorers that index the chain themselves can layer on analytics, ranked lists, and richer visual histories. Raw Cardano Explorer takes the narrower job of resolving one identifier at a time and keeps the path to it short. If you already hold a transaction hash from a wallet or a pool ticker from a delegation screen, that is the case it is built for.
The X account is the explorer's own, while the Discord, Telegram, YouTube and blog links published alongside it belong to the wider Quixote Dream Pool stake pool and cover its other work too6.
