debug_traceBlockByNumber | Base

The debug_traceBlockByNumber RPC method is used to retrieve detailed execution traces for all transactions included in a block, identified by the block's number. This method is particularly useful for developers and analysts who need to deeply understand transaction execution and state changes within a specific block.

👍

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

Request

To use debug_traceBlockByNumber, send a POST request with a JSON RPC call in the body.

Parameters

  • Block Number (string): The number of the block for which to retrieve the execution traces, in hexadecimal format.

Response

The response includes detailed execution traces for all transactions in the specified block.

  • result (array): An array of execution traces for each transaction in the block. Each trace provides comprehensive details about the execution, including calls, state changes, and gas usage.

Use case

The debug_traceBlockByNumber method is essential for:

  • Developers debugging complex interactions within a block.
  • Analysts conducting forensic analysis of block transactions.
  • Tools and services that provide insights into the Ethereum Virtual Machine (EVM) execution and state changes.

Try the debug_traceBlockByNumber RPC method yourself

Language
Click Try It! to start a request and see the response here!