Author

Topic: How to list all transaction by a non-wallet address? (Read 555 times)

legendary
Activity: 3472
Merit: 4794
they surely did some pre-process saving everything in their DB.

Correct.
newbie
Activity: 27
Merit: 0
Every single transaction?

Start at block zero.  Get a list of all transaction hashes for the block.  goto the next block and repeat.  Continue until you reach the current block.
I have no idea why you would want to do that though.  Maybe this is an xy problem?

http://meta.stackoverflow.com/questions/66377/what-is-the-xy-problem

I am just curious about why blockexplore can track my address transaction so quickly for bitcoind have no API interface to do that.
With your explanation, they surely did some pre-process saving everything in their DB.
donator
Activity: 1218
Merit: 1079
Gerald Davis
Every single transaction?

Start at block zero.  Get a list of all transaction hashes for the block.  goto the next block and repeat.  Continue until you reach the current block.
I have no idea why you would want to do that though.  Maybe this is an xy problem?

http://meta.stackoverflow.com/questions/66377/what-is-the-xy-problem
newbie
Activity: 27
Merit: 0
getrawtrasaction can get non-wallet transaction by hash, but how can I know all the transaction hashes by a  non-wallet address?
Jump to: