Difference between revisions of "BTCplex"

From Bitcoin Wiki
Jump to: navigation, search
m (fixed broken link)
m
 
(2 intermediate revisions by 2 users not shown)
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, still dead as of Jul 14 2015) -->
 
* [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]
 +
* [https://twitter.com/BTCplex Twitter account]
  
 
[[Category:Services]]
 
[[Category:Services]]

Latest revision as of 12:18, 14 July 2015

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