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

# Get Number of Unconfirmed Transactions

> Get number of unconfirmed transactions

### Response

<ResponseField name="response" type="object">
  <p>Unconfirmed transactions count</p>

  <Expandable title="Properties">
    <ResponseField name="n_txs" type="string">
      <p>Number of transactions</p>
    </ResponseField>

    <ResponseField name="total" type="string">
      <p>Total number of unconfirmed transactions</p>
    </ResponseField>

    <ResponseField name="total_bytes" type="string">
      <p>Total size of unconfirmed transactions in bytes</p>
    </ResponseField>
  </Expandable>
</ResponseField>
