Author

Topic: Lightweight blockchain explorer (Read 828 times)

legendary
Activity: 1498
Merit: 1000
July 19, 2014, 03: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.
rme
hero member
Activity: 756
Merit: 504
July 19, 2014, 01:37:26 AM
#2
Maybe querying Bitcoin Core in RPC mode via PHP can do the trick.
newbie
Activity: 6
Merit: 0
July 18, 2014, 11:04:31 PM
#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?
Jump to: