Difference between revisions of "BTCplex"

From Bitcoin Wiki
Jump to: navigation, search
(BTCplex is an open source Bitcoin block chain browser written in Go.)
 
(added a missing link)
Line 1: Line 1:
BTCplex is an open source Bitcoin block chain browser written in '''[http://golang.org/ Go]''' ([https://github.com/tsileo/btcplex source code available on GitHub]).
+
'''[https://btcplex.com BTCplex]''' is an open source Bitcoin block chain browser written in '''[http://golang.org/ Go]''' ([https://github.com/tsileo/btcplex source code available on GitHub]).
  
 
== Blockchain Explorer ==
 
== Blockchain Explorer ==

Revision as of 15:27, 22 March 2014

BTCplex is an open source Bitcoin block chain browser written in Go (source code available on GitHub).

Blockchain Explorer

Web Interface

BTCplex allows you to search and navigate the blockchain.

API

BTCplex provides a full-featured JSON API to access data pragmatically.

External Links