I can look and see that the whole chain of 2 unspent transactions is averaging 120 satoshi/byte and will likely that both transactions won't confirm for a while.
A lot of miners use CPFP now, so I would like to add a method to insight-api to return the ancestorsize and ancestorfees for a given transaction so we can try to CPFP them to help confirmation.
If I use
bitcoin-cli getrawmempool true
I can get info on all mempool transactions like this:I can look and see that the whole chain of 2 unspent transactions is averaging 120 satoshi/byte and will likely that both transactions won't confirm for a while.
A lot of miners use CPFP now, so I would like to add a method to insight-api to return the
ancestorsize
andancestorfees
for a given transaction so we can try to CPFP them to help confirmation.