Memory Pool Memory Pool Refreshing

3,113 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (861,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,885 46,885 0000000034fe3b0137075d0d80bb9aa18fb41d743e11ea2eed6822fa8cdf703e 0.00 MB 1 0
46,884 46,884 000000001ebbe59be50a3a170625f98a3543f5b6d48e23a5d1ac6aceb77a7c73 0.00 MB 1 0
46,883 46,883 000000002e32c8451d7a8ec3c0f40b8364fba5e7e39e82cb7a7402832a8854f6 0.00 MB 1 0
46,882 46,882 00000000112e59003af4105b0c13bc827c87c42cd39a598aa22d2600bfc0d685 0.00 MB 1 0
46,881 46,881 0000000011c62f2b59e090e1b598ddb6c21ddf7bbf9e88cd556cbcb4262a8c02 0.00 MB 2 0
46,880 46,880 0000000023bd0e6c63fc35ef9155da38ea5d41562c2574f5ee499131437b491c 0.00 MB 1 0
46,879 46,879 0000000016ac6c49e23183a9be054087336f5c37eebd72bb6fc34588739ce07a 0.00 MB 1 0
46,878 46,878 00000000378287b659b740ed58122c1bf0d13f19443b3a15c15894b4d9e53401 0.00 MB 1 0
46,877 46,877 000000000a8efc68131f14aa761f60f86d17f4f0eb917aa62673f651bf22965d 0.00 MB 1 0
46,876 46,876 0000000015f6ae2ae11fc671a92726649c4f254d9e92a486e8180e4ece4884aa 0.00 MB 1 0
46,875 46,875 00000000197910fbab3a1fb64acbcac19e13d13e07784f70abdfa0fc854531fa 0.00 MB 1 0
46,874 46,874 000000002aeca57cdfa43767634fb459b1c51f6ef1fc383031c15b3d56a48849 0.00 MB 1 0
46,873 46,873 000000000500054640383479195419ebe6c4569f4922304cd2f22de031120820 0.00 MB 1 0
46,872 46,872 000000000a9f4c36a1b072d52787dc64f84df2779a13c4212c730002617e2458 0.00 MB 1 0
46,871 46,871 0000000022ccda18649fd3a90ae93d3bf9f43898182faba4a6a9ec16c8e81a8b 0.00 MB 1 0
46,870 46,870 000000001013430a360e3a9bccdf590ffe1b53390aea0c18225dd1a49496783d 0.00 MB 1 0
46,869 46,869 000000002b1a1a7710337b8732f59ea1a7da827e005d009177708be01e3b3343 0.00 MB 1 0
46,868 46,868 000000001583433d75686a3f505312790647f2998e50f9e6007c6fba8f8ae3d8 0.00 MB 1 0
46,867 46,867 00000000010c7610bdd82e5a9bc3ebabc686505dc8b6a561d5f4635fcc3b9fb5 0.00 MB 1 0
46,866 46,866 000000002054ad633609624e97222e0327ad5e1d13dc3bf028e39ccbc940cf75 0.00 MB 2 0
46,865 46,865 0000000010e3e4d7f283ec827f84f8254da665a5943805805594d885a5be6918 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.