Skip to main content
Not publicly available: This dataset is not included in the standard public API. Request access via a custom plan — contact support@blockdb.io.

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

Transactions

Top-level transactions that spawned these calls.

Contracts

Contract metadata for the callee addresses.

Logs

Events emitted during the same transaction context.
Last modified on July 19, 2026