4,156 questions
4,369 answers
5,718 comments
You can check mempool for that by using getmempoolinfo json rpc API command.
You can get all unconfirmed transactions by running: multichain-cli [chainName] getmempoolinfo
Note: please change the name in the brackets to your chain's name
Take a look at getrawmempool for a list of transaction IDs in the memory pool.