Memory Pool Memory Pool Refreshing

10,705 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,079 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (460,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,393 447,393 0000000000000000002ea76f791d9248205fda93207d107f1558c9de62d073d0 1.00 MB 688 92
447,392 447,392 000000000000000001ff5c476b4ed5043bd5a7202000949c2974cedededdbc2f 1.00 MB 2,265 116
447,391 447,391 000000000000000001ba99301b9d5f78610a3bb28bd2c84dd2c3e90ba8823656 1.00 MB 2,034 83
447,390 447,390 000000000000000001d7d287045650c2b6af91a1f4c77decd00716858c916764 1.00 MB 2,283 87
447,389 447,389 0000000000000000012cbfa22ca274ff70e22ee3b56820fc63cf0bd0a89122e0 1.00 MB 1,442 92
447,388 447,388 00000000000000000274e7ee17695224fc009d02e4830d7fdd2e76952348dfff 1.00 MB 1,127 79
447,387 447,387 0000000000000000015df7a5f8aa6f9253711cfd8a922ef8bfc8509b06ecf423 0.90 MB 2,398 118
447,386 447,386 00000000000000000244da75b1322b6c07bafb32a2ababc069a7786f2a07a3b0 1.00 MB 2,085 72
447,385 447,385 000000000000000001e1e968f66609fd09a2ab0512e40283b12738c3181eedc8 1.00 MB 1,862 104
447,384 447,384 0000000000000000027175e4c9a3216c1331650e45eafdb948ff03ab59ef1778 1.00 MB 2,481 68
447,383 447,383 000000000000000001003e51d9ec49ae0b6db5f52547b1bbc7db9bdd3a47038a 1.00 MB 2,075 93
447,382 447,382 000000000000000001905809473771fdd5e3bd3e7cbc206e91c13a260a9892dc 1.00 MB 2,684 135
447,381 447,381 000000000000000001d34fe18f1d77f2cb0d3cd0281aa8d45ede38e367823677 1.00 MB 1,666 95
447,380 447,380 0000000000000000007a819e1d83f751370c9d32478b715ff22c67c06ffb75a0 1.00 MB 2,382 69
447,379 447,379 000000000000000001cacd9528ea16e2e9d5c85fc6c7338cd658cd5d2c1dcbac 1.00 MB 730 70
447,378 447,378 000000000000000002daab4ea16d8e7542ff0e1f0fce4abf5772f8799cda0548 1.00 MB 2,532 93
447,377 447,377 0000000000000000011a6ab9340264b6b4ef6c8ff120a1efea83a4b04cb9e187 1.00 MB 2,632 93
447,376 447,376 0000000000000000009f0556ae6e5df7f7f9a596661c054505833362d39f0cde 1.00 MB 2,756 88
447,375 447,375 000000000000000003387fd43fb8cfb396e586e5dcb4eb0d73b9eff546c6a18a 1.00 MB 2,352 92
447,374 447,374 0000000000000000020b811488b47c9e20bf6fbd3192f05262aa02f3a9c99cf8 1.00 MB 2,436 81
447,373 447,373 000000000000000002c8a0359c95edfc7614f1eb14ef3cf22ab5772e2fe17391 1.00 MB 3,569 75
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.05 GB sent, 94.13 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.