Categories of Data
Dune processes blockchain data in several stages: ingestion, decoding, aggregation, and standardization. This results in three main categories:- Raw: Transaction-level blockchain data as ingested from the chain.
- Decoded: Smart contract activity decoded into human-readable tables using ABIs.
- Curated: Pre-built, analytics-ready tables that standardize data across chains (e.g.,
dex.trades,nft.trades).
Browsing Data
Here is a simple example of how to use the Data Explorer to find the data you need:- Click on one of the categories in the left sidebar to see the tables available in that category.
- Filter the tables through the dropdowns in the top right corner.
- Check out the table preview to see what data is available in that table.
- Click on the arrow next to the table name to include it in your query.
Finding specific tables
You can also search for specific tables in the Data Explorer.- Choose the “decoded projects” category.
- Type the projects name in the search bar.
- Choose the project you want to explore.
- Type the smart contract name in the search bar.
- Choose the smart contract you want to explore.