jhoenicke / mempool

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

Switching y-axis units from kB to mB for memory pool size plot #9

Closed dhimmel closed 7 years ago

dhimmel commented 7 years ago

Great visulations at Johoe's Mempool Statistics!

Have you considered using millibytes megabytes (mB) rather than kilobytes (kB) for the memory pool figure:

mempool-size

This will make it easier to mentally estimate how many blocks would be required to clear the entire mempool. It also seems like the mempool is often now in the range of multiple megabytes.

jhoenicke commented 7 years ago

Hmm, you probably meant megabytes (funny typo). I don't see a real need; the difference is just "," vs. "." in the tooltip. Okay the numbers on the left hand side would be smaller.

dhimmel commented 7 years ago

Commas on y-axis, i.e. by passing the y-axis tick labels through toLocaleString would probably also satisfy me... I guess the main issue I'm trying to address is being able to effortlessly convert from y-axis to number of blocks needed to clear the mempool to a certain fee level. Without any separation, its hard to read the numbers.