Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: LoyceV on April 19, 2024, 07:50:46 AM



Title: Visualize bitcoind server transactions
Post by: LoyceV on April 19, 2024, 07:50:46 AM
The creator asked me to post this on Bitcointalk.

Working site: https://btcds.tarnkappe.info/
Source code to run this privately: https://github.com/tarnkappe-info/bitcoind-stats

How to use
Paste the JSON output from listtransactions (https://developer.bitcoin.org/reference/rpc/listtransactions.html) into the site. You can import more than 500 transactions.

Screenshot
https://loyce.club/other/statistik.png

Sample data format
Code:
{ "result": [
  {
    "involvesWatchonly": true,
    "address": "1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD",
    "parent_descs": [
    ],
    "category": "receive",
    "amount": 0.02500000,
    "label": "theymos",
    "vout": 1,
    "abandoned": false,
    "confirmations": 363419,
    "blockhash": "00000000000000000070279a0d22bb339bf4c606931e6b0fa3e669e7439594a3",
    "blockheight": 476482,
    "blockindex": 919,
    "blocktime": 1500441150,
    "txid": "2599adc6fcc4225d485d2e06726d02660d53a9b3e0224707fa8903d36e4d34fa",
    "wtxid": "2599adc6fcc4225d485d2e06726d02660d53a9b3e0224707fa8903d36e4d34fa",
    "walletconflicts": [
    ],
    "time": 1500441150,
    "timereceived": 1713439094,
    "bip125-replaceable": "no"
  },
  {
    "involvesWatchonly": true,
    "address": "1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD",
    "parent_descs": [
    ],
    "category": "receive",
    "amount": 0.04560345,
    "label": "theymos",
    "vout": 19,
    "abandoned": false,
    "confirmations": 213762,
    "blockhash": "0000000000000000000a61a6ce749255e257205126c9cec2a7f31de63b401c16",
    "blockheight": 626139,
    "blockindex": 1959,
    "blocktime": 1586978018,
    "txid": "70a6f287479a557a2bd53d8da0152f472d6e3c8db3e06e26468a6203b966d0dd",
    "wtxid": "82638e04d5fd13e9fb81837d841d6b13d112248dac5c5654ac35be78adc09233",
    "walletconflicts": [
    ],
    "time": 1586978018,
    "timereceived": 1713444145,
    "bip125-replaceable": "no"
  }
]}


Title: Re: Visualize bitcoind server transactions
Post by: promise444c5 on April 21, 2024, 11:18:14 AM
~
Could you help us to ask creator  if the generation  is randomly  or we can  specify the transaction to generation  just like using 5he bitcoin-cli too to generation  transactions


Title: Re: Visualize bitcoind server transactions
Post by: LoyceV on April 21, 2024, 12:32:57 PM
Could you help us to ask creator  if the generation  is randomly  or we can  specify the transaction to generation  just like using 5he bitcoin-cli too to generation  transactions
I'm not sure what you're asking. It probably helps if you read it again before posting.