Difference between revisions of "BTCplex"

From Bitcoin Wiki
Jump to: navigation, search
m (Added Twitter account)
(Looks like the site is gone, so I'm leaving only links to GitHub)
Line 1: Line 1:
'''[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]).
+
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 ==
Line 5: Line 5:
 
=== Web Interface ===
 
=== Web Interface ===
  
'''[https://btcplex.com BTCplex]''' allows you to search and navigate the [[Block_chain|blockchain]].
+
BTCplex allows you to search and navigate the [[Block_chain|blockchain]].
  
 
* Browse [[Blocks|blocks]] and [[Transactions|transactions]].
 
* Browse [[Blocks|blocks]] and [[Transactions|transactions]].
Line 13: Line 13:
 
=== API ===
 
=== API ===
  
'''[https://btcplex.com BTCplex]''' provides a full-featured JSON API to access data pragmatically.
+
BTCplex provides a full-featured JSON API to access data pragmatically.
  
 
* A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance.
 
* A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance.
Line 21: Line 21:
 
==External Links==
 
==External Links==
  
* [https://btcplex.com BTCplex]
+
* [https://btcplex.com BTCplex] (dead link as of 10 Dec 2014)
 
* [http://docs.btcplex.com BTCplex documentation]
 
* [http://docs.btcplex.com BTCplex documentation]
 
* [https://github.com/tsileo/btcplex GitHub repository]
 
* [https://github.com/tsileo/btcplex GitHub repository]

Revision as of 12:22, 10 December 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