Bitcoin Forum
May 25, 2024, 10:01:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: TxMon: a decentralized transaction monitoring app  (Read 728 times)
basil00 (OP)
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
August 04, 2015, 11:27:12 AM
 #1

I implemented a very simple decentralized transaction monitoring app called TxMon, available here:

https://reqrypt.org/txmon.html

TxMon displays transaction and related information real-time.  Using the --verbose option, TxMon also displays additional information such as node statistics and transaction rates.  See the above link for a visual demo.

TxMon is an application (program), and is not "web-based".  TxMon is in some ways better than most web-based "block explorers" in that (a) it displays the complete transaction rather than just the hash, and (b) it is decentralized in that you connect directly with the Bitcoin network rather than going through a third party.  TxMon therefore provides a much more accurate snapshot of current network activity.

TxMon is based on the PseudoNode project.  This means that TxMon inserts itself as a "pseudo" full node into the network, and participates in network activities such as transaction and block relaying (using network heuristics rather than full-node verification).  This means that TxMon can connect with the network and "sync" near instantly, without downloading the blockchain.  It also means that TxMon is not simply leeching bandwidth from the network, i.e. it also contributes bandwidth.

The source code for TxMon is part of the PseudoNode repository (under apps/txmon):

https://github.com/basil00/PseudoNode

TxMon was implemented for my own amusement, but others may find it useful too.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!