Javascript widget that shows the balance of a particular address

3

Is there an embeddable javascript widget (perhaps using blockchain.info API) that can show information about a specific Bitcoin address?

Like current balance, total incoming, outgoing, and latest transactions?

ripper234

Posted 2012-09-25T09:02:08.050

Reputation: 25 192

Unfortunately, bitcoinbox.ru is dependent on blockexplorer.com, and when blockexplorer.com is broken, so is bitcoinbox.ru. It queries http://blockexplorer.com/q/addressbalance/1TBZjmXho6mdGhoESaMV2svtqJXYtWfEp/ and represents that text as an image. Compare the above to my final balance at http://blockchain.info/address/1TBZjmXho6mdGhoESaMV2svtqJXYtWfEp and you can tell if blockexplorer is working properly.

– None – 2012-12-19T19:45:49.187

Answers

3

Stephen Gornick

Posted 2012-09-25T09:02:08.050

Reputation: 26 118