Difference between revisions of "BTCplex"

From Bitcoin Wiki
Jump to: navigation, search
(added a missing link)
m (fixed broken link)
Line 16: Line 16:
  
 
* 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.
* A [BlockExplorer.com|BlockExplorer.com] compatible [http://docs.btcplex.com/api_query/ plain text query API].
+
* A [[BlockExplorer.com|BlockExplorer.com]] compatible [http://docs.btcplex.com/api_query/ plain text query API].
 
* Few [http://docs.btcplex.com/api_sse/ server-sent events endpoints] to monitor addresses, unconfirmed transactions, and new blocks.
 
* Few [http://docs.btcplex.com/api_sse/ server-sent events endpoints] to monitor addresses, unconfirmed transactions, and new blocks.
  

Revision as of 15:40, 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