jhoenicke / mempool

Bitcoin Mempool Statistics
GNU Affero General Public License v3.0
334 stars 92 forks source link

Chart in Bitcoin value #4

Closed prusnak closed 7 years ago

prusnak commented 7 years ago

Would it be possible to create third type of chart - which would show value of Bitcoins transacted? (i.e. not total fee like you show on hover, but total coins transacted)

jhoenicke commented 7 years ago

It's not something getrawmempool outputs. I think parsing the raw transactions would just take too much resources to be run every minute.

Unless there is a simple way to compute that from startingpriority and currentpriority...