NQL - NarTools Query Language

Query blockchain transaction data using SQL. Analyze cross-chain metrics in real-time.

SQL Editor

Ready ⌘/Ctrl + Enter to run Read-only (SELECT only)

Example Queries

Transaction Count by Chain
SELECT chain, COUNT(*) FROM transactions...
Average Gas Fees (24h)
SELECT chain, AVG(fee_usd)...
High Value Transactions
SELECT * WHERE fee_usd > 10...
Hourly Transaction Volume
SELECT strftime('%H', timestamp)...
Gas Price Comparison
SELECT chain, MIN, MAX, AVG...

Schema Explorer

Loading schema…
Fetching columns for transactions table.

Recent Queries

Session history will appear here
Run or load a query to populate.

Query Results

Run a query to see results

Schema & Examples

Example Queries

Transaction Count by Chain
SELECT chain, COUNT(*) FROM transactions...
Average Gas Fees (24h)
SELECT chain, AVG(fee_usd)...
High Value Transactions
SELECT * WHERE fee_usd > 10...
Hourly Transaction Volume
SELECT strftime('%H', timestamp)...
Gas Price Comparison
SELECT chain, MIN, MAX, AVG...

Schema Explorer

Loading schema…
Fetching columns for transactions table.

Recent Queries

Session history will appear here
Run or load a query to populate.