Author

Topic: Need Help with setting up Bitcoin Explorer (Read 179 times)

newbie
Activity: 21
Merit: 0
July 07, 2018, 03:26:31 AM
#5
Thanks a lot Sir !
HCP
legendary
Activity: 2086
Merit: 4318
What you can do is request for specific blocks (and transactions if you have enabled the transaction index)
Can you please explain in brief how to enable transaction index ?
You need to start bitcoind using the -txindex=1 commandline argument (or add txindex=1 to your bitcoin.conf file)
newbie
Activity: 21
Merit: 0
Thanks, got your point.

What you can do is request for specific blocks (and transactions if you have enabled the transaction index)

Can you please explain in brief how to enable transaction index ?

So you can get the blocks around the timepan that you want and get the transactions from there to analyze.


If you can guide a little how to get specific blocks from time span
staff
Activity: 3458
Merit: 6793
Just writing some code
You cannot just query for all transactions with some given parameter, bitcoind does not work like that. Bitcoind is not a block explorer and is not meant to be one. What you can do is request for specific blocks (and transactions if you have enabled the transaction index). So you can get the blocks around the timepan that you want and get the transactions from there to analyze.
newbie
Activity: 21
Merit: 0
Hello,

I have Bitcoind and Bitcoin-cli setup on my Ubuntu and it is working perfectly fine.

However, I am researching on some serious bitcoin trends during a specific period. Let's say I want to see transaction volume between specific period, day wise. Is there anyway, I can do it ?

Any help will be appreciated.

Thanks.
Jump to: