> ## 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.

# Transaction pool | Arc

> Arc transaction pool JSON-RPC methods — inspect pending and queued transactions in the node's pool on Arc.

Inspecting the Arc transaction pool can be done using the following methods:

<CardGroup cols={2}>
  <Card title="txpool_content" icon="angle-right" iconType="solid" href="/reference/arc-txpool-content" horizontal />

  <Card title="txpool_contentFrom" icon="angle-right" iconType="solid" href="/reference/arc-txpool-contentfrom" horizontal />

  <Card title="txpool_inspect" icon="angle-right" iconType="solid" href="/reference/arc-txpool-inspect" horizontal />

  <Card title="txpool_status" icon="angle-right" iconType="solid" href="/reference/arc-txpool-status" horizontal />
</CardGroup>
