Memory Pool Memory Pool Refreshing

12,167 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (583,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,140 324,140 00000000000000001e76250b3725547b5887329cfe3a8bb930a70e66747384d3 0.48 MB 803 25
324,139 324,139 000000000000000008c385b580574fe34398738bcd46d3ffc08b5ddc72c71625 0.04 MB 64 84
324,138 324,138 0000000000000000118facf86c770474fb02458968a27e786fa924166e9822b8 1.00 MB 1,583 29
324,137 324,137 00000000000000000aa57896505caf9f6c82c9f5e7f0ecc4b992c35f3959b83b 1.00 MB 1,914 32
324,136 324,136 00000000000000001ceca2f98db4cdbde1387b38bce8b6ac1d2a77c6cfd002b4 0.52 MB 684 22
324,135 324,135 000000000000000012df7fa40be2870a82def6b26aed81d530c5e5036bae868c 0.75 MB 1,404 28
324,134 324,134 00000000000000001643fbf3a0bc98408c9a1416620309b0ba1cbde7d476b79b 0.81 MB 1,584 30
324,133 324,133 00000000000000000f105d0ad059e56bdc3b40a4f01a53b12ae6b7cf9012d040 0.27 MB 490 31
324,132 324,132 000000000000000002adb6188d6f295041dabc418e31d6f098897f56867b2c31 0.19 MB 337 24
324,131 324,131 00000000000000000b6a8f34b4e3440058888fa82c8bcaac54283454928955c5 0.22 MB 371 31
324,130 324,130 000000000000000011f140a2edb97479f213396c90291a1af123d9e9636e989d 0.19 MB 349 22
324,129 324,129 000000000000000010cd703845c0f4b549bf3f46b9555bbe297df0d595d65cd3 0.24 MB 323 20
324,128 324,128 000000000000000003fba53be70fd16e1782079fb55b1fce496e7d7dd6c018b2 0.23 MB 268 20
324,127 324,127 00000000000000000ab6a523ee56bb1b5f187f6632768fc116ad68f4a4069df3 0.03 MB 58 27
324,126 324,126 00000000000000000bc0fcf8c0bb2e639deb9eb1c5c4370fc701bbe6f71dafc6 0.24 MB 463 30
324,125 324,125 000000000000000006cf60f91b8f00e536c2b26af847cb64a938be19ef0d1f22 0.14 MB 308 23
324,124 324,124 0000000000000000172a3c918bd52efd5612fae9d62a46bc36138f27c00ae2cc 0.26 MB 482 28
324,123 324,123 00000000000000001882a15d8b645ab7628f5f1de6adb5ad7eede9c07042e0bc 0.23 MB 387 33
324,122 324,122 00000000000000000925b17f9eb67c1193d70150110bafa7b94c670b3d99550c 0.23 MB 408 28
324,121 324,121 000000000000000007f97a7537e6218cf8517bc670565f34168479292e27c681 0.74 MB 931 22
324,120 324,120 00000000000000001764d1313d13907e279b89b06e218b45f2a5f7da4f2007a9 0.67 MB 1,049 26
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.