Memory Pool Memory Pool Refreshing

2,651 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,629 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (196,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,902 710,902 00000000000000000001ce458aa59c4bd9431167d0a68a016ab4edbae33652e6 1.43 MB 3,138 13
710,901 710,901 00000000000000000000b48a486903a0f157fc3654185b35b6ecd2516dd67b7a 1.47 MB 2,383 25
710,900 710,900 000000000000000000010ddf1de140a2115542521c71341caecd0a17c91e9cb5 1.14 MB 2,128 10
710,899 710,899 000000000000000000090695bbb9e637573132e93c99ed6cb9a759bfae639cf0 0.07 MB 161 13
710,898 710,898 0000000000000000000881d9c87bf7f3f508a2b6f8e5c8db738f82f9f8045c09 1.22 MB 1,669 7
710,897 710,897 0000000000000000000579e2a73a081c0daa7fdd064afdda2fe6d4032d1ab5db 1.26 MB 536 4
710,896 710,896 0000000000000000000c1de1fee1b4d7675c4f03729f7041a20df60c0f3dfc71 1.33 MB 2,325 11
710,895 710,895 0000000000000000000014fb6dfb33e65ee44a4775a3192b7ded297b44f81213 0.99 MB 227 1
710,894 710,894 000000000000000000060ef4349127cac0cee5936a144918c274c2c838642a20 1.38 MB 1,970 7
710,893 710,893 00000000000000000003ab4a644bc57a41c45a9b546ea0e375d7ef061934b39e 1.38 MB 886 2
710,892 710,892 000000000000000000094c9fb3659ae65ca9b4d3b6efd75dcd50846cc1f97870 1.38 MB 1,129 1
710,891 710,891 000000000000000000001613a8fc583686073e3241d5d43fb6d73822c029d1cb 1.62 MB 3,656 3
710,890 710,890 0000000000000000000aa9f796990dc376496bf81376b40c3ada68f70cfea1e1 1.52 MB 2,073 12
710,889 710,889 0000000000000000000c546131af1cbf866fb74efa9370d39c8eec199dab6d59 1.50 MB 3,048 13
710,888 710,888 0000000000000000000726519051e39acced9b17e21501a7999c776b83082b5b 1.59 MB 2,833 13
710,887 710,887 0000000000000000000c430092cf1b38960c45fea8da1e34fe76cf855230abd0 1.58 MB 2,624 7
710,886 710,886 000000000000000000071ddd12c6195d281f299c9dd9590f8261e33117203fc0 1.51 MB 2,904 8
710,885 710,885 00000000000000000007982d9735957a5cb44f0785fa02b87d3160da50e78a45 1.41 MB 2,834 27
710,884 710,884 0000000000000000000ae14d588c0266a2808107179f4965aba64db82c2cfeb6 1.61 MB 3,057 7
710,883 710,883 0000000000000000000718b230602ebd270f9f30d5c84d0fe1dbb8f7d1935021 1.50 MB 2,960 20
710,882 710,882 00000000000000000003698112c33713c13c3f2de722754b22ef26e0b808bece 1.58 MB 2,304 5
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.