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
  • 26,550
  • 30
  • 111
  • 246
  • 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. –  Dec 19 '12 at 19:45

1 Answers1

3

Here's a third party service that creates an img:

Balance:

Total received at the address:

Stephen Gornick
  • 27,040
  • 12
  • 67
  • 141