Bitcoin Forum

Economy => Service Discussion => Topic started by: Iron Fist on September 06, 2022, 08:51:16 PM



Title: Blockchain explorer with advanced options?
Post by: Iron Fist on September 06, 2022, 08:51:16 PM
I am currently working with a client which is trying to perform some searches on blockchain data. One of the issues that I am running into is that there is no Blockchain explorer with advanced options, i.e. one where you can filter transactions according to certain criteria. For example, we would like to see only those transactions that started on specified input/output addresses. Do you know of such an online tool?


Title: Re: Blockchain explorer with advanced options?
Post by: TryNinja on September 06, 2022, 08:54:29 PM
https://blockchair.com is probably the best I've seen so far.

For example, you can search by hash, block, input/output count, time, fee, size, etc...: https://blockchair.com/bitcoin/transactions

Didn't work that well in the cases I needed it, though.


Title: Re: Blockchain explorer with advanced options?
Post by: un_rank on September 06, 2022, 09:04:03 PM
one where you can filter transactions according to certain criteria. For example, we would like to see only those transactions that started on specified input/output addresses. Do you know of such an online tool?
Using any of the reliable explorers[1][2] you can search for those input or output addresses and would get all transactions linked to them.
I am yet to see a special option to easily navigate a filter, but just modifying what you are searching for can give the result you want.

[1] https://blockchair.com
[2] https://www.blockchain.com/explorer

- Jay -


Title: Re: Blockchain explorer with advanced options?
Post by: NeuroticFish on September 06, 2022, 09:15:29 PM
I am currently working with a client which is trying to perform some searches on blockchain data. One of the issues that I am running into is that there is no Blockchain explorer with advanced options, i.e. one where you can filter transactions according to certain criteria. For example, we would like to see only those transactions that started on specified input/output addresses. Do you know of such an online tool?

All transactions containing an address are under that address in a blockchain explorer, it's not an advanced option.
But maybe you indeed want something (much) more complicated (which you either didn't express well, either I misunderstood). And then you may want to take a look at this topic (and related pages) : Bitcoin in SQL (https://bitcointalk.org/index.php?topic=5401114)


Title: Re: Blockchain explorer with advanced options?
Post by: hosseinimr93 on September 06, 2022, 10:05:05 PM
Can you please elaborate more on what exactly you mean by "transactions started on specified input/output addresses"?

As suggested above, blockchair allows you filter transactions based on some different fields. For example, it allows you filter transactions based on number of inputs and outputs or their value. But I don't understand what you mean by "specified input/output addresses".


Title: Re: Blockchain explorer with advanced options?
Post by: khaled0111 on September 06, 2022, 10:14:27 PM
All transactions containing an address are under that address in a blockchain explorer, it's not an advanced option.
But maybe you indeed want something (much) more complicated (which you either didn't express well, either I misunderstood). And then you may want to take a look at this topic (and related pages) : Bitcoin in SQL (https://bitcointalk.org/index.php?topic=5401114)
OP's wording is indeed a bit confusing because if you look up an address on any blockexplorer you will see all the transactions it received (address used as output) and transactions it sent (address used as input).
However, I believe OP is looking for some more advanced features like what blockchair (suggested by TryNinja) offers.
OP, if this is a serious project and you will need to make multiple queries and need fast results then you might want to check their paid api service: https://blockchair.com/api
https://blockchair.com/api/plans


Title: Re: Blockchain explorer with advanced options?
Post by: Potato Chips on September 06, 2022, 11:34:13 PM
For example, we would like to see only those transactions that started on specified input/output addresses. Do you know of such an online tool?

Maybe you meant to say filter transactions from address A to address B? if so, I'd look into visualizer tools like breadcrumbs.app


Title: Re: Blockchain explorer with advanced options?
Post by: BitMaxz on September 06, 2022, 11:42:16 PM
The Blockchair is enough I think but if you are looking for a more advanced option and you know how to use API blockstream would be a good alternative.

There are lots of commands that you can use in Blockstream API and API can be found here https://github.com/Blockstream/esplora/blob/master/API.md
And you can find more blockchain explorer tools here https://github.com/dubuqingfeng/awesome-blockchain-explorer


Title: Re: Blockchain explorer with advanced options?
Post by: OROBTC on September 07, 2022, 08:52:39 PM
...

Member witcher_sense posted the below interesting link that searches out probable wasabi conjoins using blockchair, this is an example of the kinds of options:

https://blockchair.com/bitcoin/transactions?s=time(desc)&q=input_count(50..),output_count(58..),time(2022-06-26..),version(1)#f=hash,input_count,output_count,time,fee_usd,output_total,output_total_usd,version


[edited]


Title: Re: Blockchain explorer with advanced options?
Post by: Iron Fist on September 08, 2022, 10:15:40 PM
Thanks everyone for the suggestions. It seems to me that the only solution is by using the API and combing through the data on my end.

Maybe you meant to say filter transactions from address A to address B? if so, I'd look into visualizer tools like breadcrumbs.app

Yeah, that's exactly what I meant. I just thought there was something simpler because I don't need visualization and other tools.
Thank you!


Title: Re: Blockchain explorer with advanced options?
Post by: Potato Chips on September 09, 2022, 09:49:45 PM
Yeah, that's exactly what I meant. I just thought there was something simpler because I don't need visualization and other tools.

I actually think it fits the term "simpler"--at least for me and my use cases-- like you put in an address, get a graph and when you select a path, a window will pop up showing the transactions:

https://i.imgur.com/MaXcjqL.png

In any case, nice to see that you found a workaround!


Title: Re: Blockchain explorer with advanced options?
Post by: Iron Fist on September 10, 2022, 02:03:12 PM
There was, somewhere on this forum, a list of all the Bitcoin blockchain explorers that are out there. However, I couldn't find it.
In case anyone finds it, please let me know.


Title: Re: Blockchain explorer with advanced options?
Post by: hosseinimr93 on September 10, 2022, 02:11:09 PM
There was, somewhere on this forum, a list of all the Bitcoin blockchain explorers that are out there. However, I couldn't find it.
In case anyone finds it, please let me know.
You are probably referring to the topic created by 1miau. Click the following link to visit the thread.
List of useful Bitcoin block explorers (https://bitcointalk.org/index.php?topic=5197909.0)

Edit:
There's another topic created by bullrun2020bro.
[List] Blockchain Explorer (BTC, ETH, XRP etc.), 02/20 (https://bitcointalk.org/index.php?topic=5225537.0)


Title: Re: Blockchain explorer with advanced options?
Post by: Iron Fist on September 10, 2022, 02:19:38 PM
Thanks, that's exactly what I was looking for.