by danielabrozzoniI crawled the Bitcoin network to record the minimum relay fee advertised by reachable nodes through the FEEFILTER message.The scan used a modified version of virtu’s p2p-crawler which connects to every node, waits up to three minutes for a FEEFILTER message, and records the result. If no FEEFILTER message is received within the timeout the node is listed as “No FEEFILTER sent.”Only nodes that accept inbound connections are included, and the results are based only on what each node advertises in its FEEFILTER message. I don’t think nodes have a reason to fake this field, but I suppose it’s possible, and I did not perform additional checks such as sending test transactions or monitoring relays.Two full scans were run on 10/09 and 15/09.
pull down to refresh
related posts
Reported minimum relay fees
4% of nodes having a more permissive policy leads to sub-1 sat/vB transactions being 40% of all transactions.
Footnotes