BTCplex: Difference between revisions
Jump to navigation
Jump to search
m Added Twitter account |
TheRealSteve (talk | contribs) mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
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]). | |||
== Blockchain Explorer == | == Blockchain Explorer == | ||
Line 5: | Line 5: | ||
=== Web Interface === | === Web Interface === | ||
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 === | ||
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] |
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.
- Browse blocks and transactions.
- Check addresses balance history.
- Search for blocks, transactions, and addresses.
API
BTCplex provides a full-featured JSON API to access data pragmatically.
- A REST API for acessing blocks, transactions and addresses balance.
- A BlockExplorer.com compatible plain text query API.
- Few server-sent events endpoints to monitor addresses, unconfirmed transactions, and new blocks.