Is it possible to only receive UTXOs that are not in the mempool?
I’m using bb_getutxos RPC Method | Bitcoin Documentation
Yes, it is possible only to get the confirmed transactions. You have to set the confirmed: true
boolean value.
This will only return the confirmed transactions and not the ones from the mempool.