I am interested in what the wealth distribution is of one specific cryptocurrency. To find that out, I first used an open source block parsing tool (https://github.com/znort987/blockparser) and edited it so that the parameters would work for the Neblio blockcahin. More details on Neblio here: https://nebl.io/.
After some trials in getting to the working block parser, I was able to export a .csv file of all balances from all public addresses on the blockchain.
This chart shows a histogram of a the balances of all accounts. Originally, I had the scale from 0 to 1,000,000. It turns out that 85% Of addresses have <500 tokens, therefore I moved the bins in to only show the folks with 500 to 10,000 tokens to show the distribution of those that have a significant amount.
The resulting view shows that more people have fewer coins, but once you reach 5000 or so coins, the amount of holders of each amount begins to level out. The distribution of holders declines exponentially as the amount of coins increases.
Note: This was built using blockbuilder and forked as follows: forked from d3noob's block: Simple histogram using v4 forked from jwang1616's block: Simple histogram using v4
https://d3js.org/d3.v4.min.js