Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
16643949
Topic
1657315
Board
Bitcoin Discussion
Re: run my own blockchain explore
by
MartinL
on
22/10/2016, 06:48:42 UTC
Quote from: pooya87 on October 22, 2016, 06:16:42 AM
almost all the Blockchain Explorer APIs that i have seen had some type of Query API which will return Plaintext in their repose that you can use in your google spread sheet
here is blockchain.info
https://blockchain.info/q
example:
https://blockchain.info/q/addressbalance/{bitcoinAddress}?confirmations=1
for multiple at once:
https://blockchain.info/q/addressbalance/{add1}
|{add2}?confirmations=1
you can change the confirmation to a different number between 0 and 120 to only get the confirmed transactions.
OP specifically mentioned not wanting to rely on a third party. He is already using a service like you are describing.