My bitcoind
(v0.13.0
) mempool size is currently 12k transactions as can be seen from:
tail -f ~/.bitcoin/debug.log
I find this number very surprising as I naively expected it to keep in line with the number of 'Unmatched transaction' as reported say by blockchain.info which currently shows 3k transactions.
https://blockchain.info/unconfirmed-transactions
What am I missing?
getmempoolinfo
RPC command. – Pieter Wuille Aug 25 '16 at 15:48bitcoin-cli getmempoolinfo help
got it :) Thanks v much ! – Sven Williamson Aug 25 '16 at 16:24"subver"
field of my connected peers (which I can still get fromgetpeerinfo
). This feature disappeared 2 or 3 upgrades ago. Is there a setting which allows me to have it back? – Sven Williamson Aug 25 '16 at 18:50