Displays the number of elements in the mempool for a given network.
`Command syntax:`
```actionscript
mempool count
-net <net_name>
[-chain <chain_name>]
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-chain - name of the chain (optional)
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli mempool count
-net riemann
-chain main
```
`Response:`
```actionscript
net: riemann
chains:
name: main
count: 1
```
### JSON-RPC Example
![[JSON-RPC Request - MEMPOOL COUNT]]