Memory Pool Memory Pool Refreshing

3,446 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (732,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,167 175,167 000000000000023840300119326967eb6ed34d38fe4203e8d75c7efdbaf404b1 0.03 MB 66 145
175,166 175,166 000000000000092cdda4483b236e40530dc0f44c16c058c2d280d3ea8d407dae 0.01 MB 22 14
175,165 175,165 00000000000000b31321b8bc4ffdfa42c70773d089fce4c6c7738668137c08d5 0.04 MB 83 160
175,164 175,164 000000000000002825ff87929326bf34d40d72503e04ad52ee6c9f94571acf4b 0.01 MB 21 82
175,163 175,163 000000000000056f9edfadc8cc796756eac20936f05c916f0e959a6204c7724d 0.00 MB 8 45
175,162 175,162 0000000000000704929c472adf540fe47a38d551e81d1fc0641c4f0b9ff8f03c 0.01 MB 20 40
175,161 175,161 00000000000000efe54c70d6083a5a48a7678ffd3d7c9f3f26820e29562e20ad 0.03 MB 61 279
175,160 175,160 0000000000000429256979d1ef69bd9c676f2407fc806e574b3a45070c79ee20 0.01 MB 22 102
175,159 175,159 0000000000000894d23d9f83b473829981008b147e2f83049280cce28c31c262 0.02 MB 28 62
175,158 175,158 0000000000000042fc803102d1ef7481081dce7a9a6071a9e866dd7da2ef62a7 0.03 MB 127 62
175,157 175,157 00000000000009d7ad7aecd297adec41365fa48aec8cdb66335ab60d441596af 0.00 MB 2 0
175,156 175,156 00000000000004d289ae35fa83647b35cfa7cf20a0e99ff0fb06194009d86b09 0.01 MB 11 49
175,155 175,155 00000000000008f416b680f51ec3c9bd32739f3b8266766f9353f922792ac6fe 0.00 MB 10 44
175,154 175,154 000000000000069f34fca194ebfd5a5afd825fc1fea4b97afd3e3137ae106b1c 0.05 MB 74 80
175,153 175,153 000000000000031ea3bd407a489f16cb4f4771ba3a2431957676ae25251ab34f 0.00 MB 10 53
175,152 175,152 000000000000049b3fc42421d4709873fd60bf50a397f0f1e1a61a35e15dceb4 0.02 MB 74 67
175,151 175,151 00000000000009b355dbab43ae55a66e772f3bf64f4b575e152bbc430a563a6e 0.00 MB 9 84
175,150 175,150 00000000000005dc2811ad9578a834d5b09e8e6ed74353394c407a4d6171e7a7 0.01 MB 24 136
175,149 175,149 00000000000005908ebdd5fa150ae79fe88595f8e6712e612357cbd92bdd5718 0.03 MB 106 145
175,148 175,148 00000000000005e8c745f87380858292ba041cd5d723878f7bd63eedcd7fc886 0.00 MB 14 73
175,147 175,147 0000000000000719f072f6d90ac93d3fd8d425909a376b10db1394a2edb0ae52 0.02 MB 41 116
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.