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?
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?
3
Here's a third party service that creates an img:
Balance:
Total received at the address:
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