Overview
- Dataset ID:
0111 - Table:
blockdb_evm.b0111_internal_transactions_v1 - Description: Internal transactions (call traces) from
debug_traceTransaction - Primary key:
(block_number, tx_index, trace_address) - Unique:
_tracing_id - Foreign key:
(block_number, tx_index)→blockdb_evm.b0102_transactions_v1 - API: POST /evm/raw/internal-transactions
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
Columns
Use Cases
- Contract creation and factory flow analysis
- Internal call graphs and cross-contract dependencies
- Value flow and gas consumption per call
- Debugging failed transactions and revert reasons
- MEV and arbitrage path reconstruction
Related Datasets
Transactions
Top-level transactions that spawned these calls.
Contracts
Contract metadata for the callee addresses.
Logs
Events emitted during the same transaction context.