Bitcoin Forum
May 24, 2024, 12:14:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How Do You Make A Block Explorer?  (Read 435 times)
y8tvkid (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 16, 2014, 01:07:31 AM
 #1

How do I make This?
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
March 16, 2014, 01:29:20 AM
 #2

How do I make This?

You need 1st to code it.
Implement algorithms.
Buy a server.
Put it there.
And job done Smiley
easy, isn't?
lmfsthefounder
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
March 16, 2014, 01:49:12 AM
 #3

ok man. since nobody is helping you.

you have to make sure your wallet is set up to have RPC connections

use a standard php RPCclient (google it)

learn the bitcoin API, its pretty well universal on the altcoins.

anyway, you can get data from it. learn how to parse JSON objects into usable text.
 
create a php page. tell it in an if isset (whatevervariable) to submit _GET[thisvariable] as a request to the wallet to get data on that transaction.
 
inside page, create in nested html a text field which allows a user to input thier txid. when they submit, make sure it submits to the current page. that will set the variable from above.

tl;dr

I can write you a simple one, but that would cost a little.
Fdt
Full Member
***
Offline Offline

Activity: 137
Merit: 100

Forexcoin Developer


View Profile WWW
March 16, 2014, 01:56:28 AM
 #4

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

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!