http://cryptometer.org/quark_96_hour_charts.html (First 96 Hours)
http://cryptometer.org/quark_90_day_charts.html (First 90 Days)
http://cryptometer.org/quark_104_week_charts.html (First 104 Weeks)
Interesting. How did you do the transactions graph?
Hi Zzzack.
All the charts are generated by a python script that connects via JSON RPC to the currency daemon. To make the transactions graph, I'm using the JSON RPC command "decoderawblock" on every block and that returns the number of transactions in each block.
It's a bit misleading because every block has a special transaction called the coinbase transaction that contains the coins that are mined. This means that on my chart, it's difficult to distinguish between a lot of blocks being generated and a lot of real transactions. Someone has already suggested that I separate the coinbase transactions from normal transactions on the chart. I will be implementing that soon.