Bitcoin Forum

Bitcoin => Project Development => Topic started by: BkkCoins on April 11, 2013, 04:20:12 PM



Title: cfmstats - Daemon to monitor transactions and present confirmation time stats.
Post by: BkkCoins on April 11, 2013, 04:20:12 PM
A few day ago there was much discussion on reddit about fees and confirmation times. I decided to make a small python script to monitor how long transactions take to get confirmed for various values and fees paid.

Here is what my default HTML output looks like. This should be fairly accurate data.
https://i.imgur.com/wmBOmdJ.png

I've been testing it out today and it seems to work ok. So I've put it up on my github repo and hope that others find it useful. I don't have a public facing server with bitcoind running right now so if someone wants to serve a web page with the stats real time then that would be welcomed.

The program outputs two formats. It takes an HTML template and inserts data so you have a web page that gets updated for every block. And it has a CSV data dump as well for importing into other programs.

The code is in my github misc repo (http://github.com/bkkcoins/misc) along with some other handy Bitcoin utils.

Please let me know if you host it somewhere or find any bugs or issues.


Title: Re: cfmstats - Daemon to monitor transactions and present confirmation time stats.
Post by: BkkCoins on April 11, 2013, 05:44:31 PM
Ok. I've now hosted it up on bitcoin.speedstats.org (http://bitcoin.speedstats.org) - take a peek.


Title: Re: cfmstats - Daemon to monitor transactions and present confirmation time stats.
Post by: BkkCoins on April 12, 2013, 10:49:32 AM
Updated now with "Probability of Next Block" stats.
Just reset so will need some time to average out results.

https://i.imgur.com/UyFSk50.png