Bitcoin Forum
June 22, 2024, 09:15:28 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Lightweight blockchain explorer  (Read 817 times)
fancyDog (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 19, 2014, 03:04:31 AM
 #1

I am currently working in a project which needs to look at some specifc addresses. I have evaulated some blockchain expolorer, but all of them required huge space for the whole blockchain, but I just want to capture the transactions of some specific addresses , do you have any suggestion?
rme
Hero Member
*****
Offline Offline

Activity: 756
Merit: 504



View Profile
July 19, 2014, 05:37:26 AM
 #2

Maybe querying Bitcoin Core in RPC mode via PHP can do the trick.
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
July 19, 2014, 07:36:06 AM
 #3

Maybe querying Bitcoin Core in RPC mode via PHP can do the trick.

-tx=1 but you can't query by address, only rawtransactions and blocks, so you will mostly likely have to build something on top of it.

I would use a blockchain explorer api at this point.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!