Author

Topic: How to make block explorer? (Read 8248 times)

newbie
Activity: 4
Merit: 0
March 24, 2018, 08:39:14 AM
#16
I'm trying to build an explorer for BCX [btc fork] and also add a rich list.
Any suggestions on how to do this?
member
Activity: 68
Merit: 10
July 17, 2017, 11:46:56 AM
#15
Nice little nutshell on making a block explorer. I think abe is a pretty popular open source one.

For everyone saying how do I do it. Well, you need to learn how to program and code first  Cheesy Wink

And if building by scratch you really need to know your stuff. Thanks for everyone's input, including nemgun.
hero member
Activity: 882
Merit: 533
May 31, 2017, 10:39:14 AM
#14
A block explorer is really easy to do, the main problem is about CSS, but for the rest, you can walk on it without any trouble.

First : You need a full node.
Second: You have to create some classes to retreive the block hash, block number, Block timestamp, TXs in block, Total fees, total amout of TXs.
Third : You have to provide a link where the users could click on Block hash, or TX id, and retreive its informations in the page.

These are the basics of a block explorer i guess.

In order to do that, you need :

1- Fully synced Daemon (not wallet)
2- Knowledge about RPC API of the daemon.
3- Knowledge about the language you want to use, either PHP, NODEjs, or any other language (any language can be used because it is a common API that will be used).
4- Time and patience, especially if you are learning.


I suggest you to do it on your own, it is better then use a ready made project, unless you want to save time, but you own't learn much doing that.
member
Activity: 70
Merit: 10
Journey to the future begins today!
May 31, 2017, 10:16:10 AM
#13
I don't code that's why I'm asking any other way to get one going?

https://github.com/jtobey/bitcoin-abe

you want that, it is a block explorer build for you already.

good advice. will see
newbie
Activity: 14
Merit: 0
May 26, 2017, 04:18:05 AM
#12
I  want to know how to make it on node using react and socket.js  Wink
sr. member
Activity: 266
Merit: 250
September 28, 2015, 03:13:53 PM
#11
no step by step to run this instructions, no picture which explain to me with easy Huh
this is still confused
newbie
Activity: 42
Merit: 0
September 01, 2014, 11:07:31 PM
#10
hero member
Activity: 644
Merit: 500
September 01, 2014, 06:44:59 PM
#9
can this block explorer work for altcoins with sha256?

yes
newbie
Activity: 42
Merit: 0
September 01, 2014, 06:15:11 PM
#8
can this block explorer work for altcoins with sha256?
legendary
Activity: 1064
Merit: 1002
June 11, 2013, 03:46:53 AM
#7
I don't code that's why I'm asking any other way to get one going?

https://github.com/jtobey/bitcoin-abe

you want that, it is a block explorer build for you already.

I have been looking for something like this for a few days. If I can get it Working I well give you a decent tIP. Thank you very much

If anyone is willing to give me a tip for finding this, please redirect it to https://github.com/jtobey/bitcoin-abe#more-information he deserves it much more than I do.

Thank you very much for this. I have googled this to death and found nothing. I am going to be sending all of my .1 btc to jtobey's address in the readme. It's really not much as I just invested in a few more gpu's.Thank you again for helping me find this. I now have a weekend project!
legendary
Activity: 1064
Merit: 1002
June 10, 2013, 04:15:47 PM
#6
I don't code that's why I'm asking any other way to get one going?

https://github.com/jtobey/bitcoin-abe

you want that, it is a block explorer build for you already.

I have been looking for something like this for a few days. If I can get it Working I well give you a decent tIP. Thank you very much
hero member
Activity: 532
Merit: 500
June 10, 2013, 03:26:40 PM
#5
I don't code that's why I'm asking any other way to get one going?
hero member
Activity: 532
Merit: 500
June 10, 2013, 03:21:45 PM
#4
OK can you explain a little more please on how to do this I need to get one going
legendary
Activity: 882
Merit: 1000
June 09, 2013, 06:05:34 AM
#3
Can anyone tell me how ?

Well now it is really easy to make a block explorer, you can download bitcoind, and use the "-blocknotify " add it to a database I would recommend using redis.

will this work if i want to put it on a webpage?
full member
Activity: 168
Merit: 100
June 09, 2013, 05:46:00 AM
#2
lol yeah while your at it tell me as well
tks
legendary
Activity: 882
Merit: 1000
June 09, 2013, 05:19:17 AM
#1
Can anyone tell me how ?
Jump to: