> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug and trace | Arc

> Arc debug and trace JSON-RPC methods — trace transactions, blocks, and calls with the debug and Parity-style trace namespaces on Arc.

Arc runs the Reth client, which exposes both the `debug_*` and the Parity-style `trace_*` namespaces:

<CardGroup cols={2}>
  <Card title="debug_getBadBlocks" icon="angle-right" iconType="solid" href="/reference/arc-debug-getbadblocks" horizontal />

  <Card title="debug_getRawBlock" icon="angle-right" iconType="solid" href="/reference/arc-debug-getrawblock" horizontal />

  <Card title="debug_getRawHeader" icon="angle-right" iconType="solid" href="/reference/arc-debug-getrawheader" horizontal />

  <Card title="debug_getRawReceipts" icon="angle-right" iconType="solid" href="/reference/arc-debug-getrawreceipts" horizontal />

  <Card title="debug_getRawTransaction" icon="angle-right" iconType="solid" href="/reference/arc-debug-getrawtransaction" horizontal />

  <Card title="debug_traceBlockByHash" icon="angle-right" iconType="solid" href="/reference/arc-debug-traceblockbyhash" horizontal />

  <Card title="debug_traceBlockByNumber" icon="angle-right" iconType="solid" href="/reference/arc-debug-traceblockbynumber" horizontal />

  <Card title="debug_traceCall" icon="angle-right" iconType="solid" href="/reference/arc-debug-tracecall" horizontal />

  <Card title="debug_traceTransaction" icon="angle-right" iconType="solid" href="/reference/arc-debug-tracetransaction" horizontal />

  <Card title="trace_block" icon="angle-right" iconType="solid" href="/reference/arc-trace-block" horizontal />

  <Card title="trace_call" icon="angle-right" iconType="solid" href="/reference/arc-trace-call" horizontal />

  <Card title="trace_callMany" icon="angle-right" iconType="solid" href="/reference/arc-trace-callmany" horizontal />

  <Card title="trace_filter" icon="angle-right" iconType="solid" href="/reference/arc-trace-filter" horizontal />

  <Card title="trace_get" icon="angle-right" iconType="solid" href="/reference/arc-trace-get" horizontal />

  <Card title="trace_rawTransaction" icon="angle-right" iconType="solid" href="/reference/arc-trace-rawtransaction" horizontal />

  <Card title="trace_replayBlockTransactions" icon="angle-right" iconType="solid" href="/reference/arc-trace-replayblocktransactions" horizontal />

  <Card title="trace_replayTransaction" icon="angle-right" iconType="solid" href="/reference/arc-trace-replaytransaction" horizontal />

  <Card title="trace_transaction" icon="angle-right" iconType="solid" href="/reference/arc-trace-transaction" horizontal />
</CardGroup>
