Bitcoin Forum
May 04, 2024, 07:06:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: How to make block explorer?  (Read 8245 times)
barwizi (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 09, 2013, 09:19:17 AM
 #1

Can anyone tell me how ?
1714806400
Hero Member
*
Offline Offline

Posts: 1714806400

View Profile Personal Message (Offline)

Ignore
1714806400
Reply with quote  #2

1714806400
Report to moderator
1714806400
Hero Member
*
Offline Offline

Posts: 1714806400

View Profile Personal Message (Offline)

Ignore
1714806400
Reply with quote  #2

1714806400
Report to moderator
1714806400
Hero Member
*
Offline Offline

Posts: 1714806400

View Profile Personal Message (Offline)

Ignore
1714806400
Reply with quote  #2

1714806400
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714806400
Hero Member
*
Offline Offline

Posts: 1714806400

View Profile Personal Message (Offline)

Ignore
1714806400
Reply with quote  #2

1714806400
Report to moderator
noel
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
June 09, 2013, 09:46:00 AM
 #2

lol yeah while your at it tell me as well
tks

My Bitcoin Address is 1A2WeFuxL2WuyoqNAYqKx4P2a5YieYaunp

Donate Please.
barwizi (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 09, 2013, 10: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 <cmd>" add it to a database I would recommend using redis.

will this work if i want to put it on a webpage?
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
June 10, 2013, 07:21:45 PM
 #4

OK can you explain a little more please on how to do this I need to get one going

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
June 10, 2013, 07:26:40 PM
 #5

I don't code that's why I'm asking any other way to get one going?

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
June 10, 2013, 08:15:47 PM
 #6

Quote from: gweedo link=topic=229883.This433062#msg2433062 date=1370892521
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
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
June 11, 2013, 07:46:53 AM
 #7

Quote from: gweedo link=topic=229883.This433062#msg2433062 date=1370892521
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!
grantenierman
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 01, 2014, 10:15:11 PM
 #8

can this block explorer work for altcoins with sha256?
rikkejohn
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
September 01, 2014, 10:44:59 PM
 #9

can this block explorer work for altcoins with sha256?

yes

1PkwpyTLo5TfagzCPgjdvQFNVzuEyHViGt
grantenierman
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 02, 2014, 03:07:31 AM
 #10

can this block explorer work for altcoins with sha256?

yes

thank you
bb2ebb
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
September 28, 2015, 07: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
rockerashxxiv
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 26, 2017, 08:18:05 AM
 #12

I  want to know how to make it on node using react and socket.js  Wink
DataScientist
Member
**
Offline Offline

Activity: 70
Merit: 10

Journey to the future begins today!


View Profile WWW
May 31, 2017, 02:16:10 PM
 #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

Neuro NRO - cryptocurrency for neural networks, machine learning, big data.
Neuro Storage beta! https://www.facebook.com/events/148393389047238/
nemgun
Hero Member
*****
Offline Offline

Activity: 882
Merit: 533



View Profile WWW
May 31, 2017, 02:39:14 PM
 #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.
bliss
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile WWW
July 17, 2017, 03:46:56 PM
 #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.

the earth was a formless void and darkness covered the face of the deep, while a wind from God swept over the face of the waters.
T_BCX
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 24, 2018, 12:39:14 PM
 #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?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!