Post
Topic
Board Bitcoin Discussion
Re: run my own blockchain explore
by
anylettuce
on 22/10/2016, 04:26:02 UTC
For Bitcoin, BitPay's Insight API should meet your requirements. Its API methods should work nicely with Google Sheets, e.g. to check an address's balance:

https://insight.bitpay.com/api/addr/38ccq12hPFoiSksxUdr6SQ5VosyjY7s9AU/balance

The rate limiter can be disabled if you host it yourself.

Keep in mind that IMPORTDATA is executed remotely, so your API server will need to be publicly available, whereas 192.168.1.101 from your example is part of a private address range.
sounds exactly what I need. Now to get the install issue figured out.