Memory Pool Memory Pool Refreshing

6,058 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,017 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (584,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,470 323,470 0000000000000000190eb000f31bce34bbdc17b32851bcf1b446e67ae56aa994 0.18 MB 398 27
323,469 323,469 00000000000000001074e50000737e8909c93a9f38d64856b50b7f1dc5af33fb 0.59 MB 846 18
323,468 323,468 0000000000000000164e2c3a26031e4e29a881e3e5c72d973e3e79e4f7224e9c 0.35 MB 1,005 37
323,467 323,467 000000000000000002ffe6d17efed615e42ec71840385620ab2d83645bc318fc 0.17 MB 336 25
323,466 323,466 0000000000000000152ef8a99ee1660c2ed849fb3ba6310d4009ef1ad6a01d40 0.17 MB 374 23
323,465 323,465 000000000000000014783c6f4d0db1b6336b8716ceadce375b4dd337f96f0b1d 0.45 MB 722 26
323,464 323,464 000000000000000012f1c60a945cc0227e93f939babd361812f4beb1f1968258 0.50 MB 938 27
323,463 323,463 0000000000000000037815faf761a134522ae407913a284e1c264a3179ade16e 0.23 MB 385 17
323,462 323,462 0000000000000000197f07142db900d17ee3df0e4a1b919e4759bd97d66e0f02 0.07 MB 105 23
323,461 323,461 00000000000000000a27c0efdc8ac331523a617738ad5a2051ba8f9d440658c2 0.07 MB 109 26
323,460 323,460 00000000000000000486dffaa125bb277a8452302c182d049d8a3416fd367997 0.06 MB 97 34
323,459 323,459 00000000000000000fbd732f9d50f5bf98f3e7bd49ea770e475eafb71867b9c2 0.11 MB 207 27
323,458 323,458 00000000000000000a54f944561a6096a9b10644ae03200ea40f36341f8abcda 0.01 MB 16 31
323,457 323,457 000000000000000016498a9020755bbcc5d3e24d29ce9cae88a905ceeb5e59f9 0.12 MB 236 31
323,456 323,456 00000000000000000a43dc483caa3cc8018aeff2466d2ce5e94c3714298289a0 0.34 MB 557 25
323,455 323,455 00000000000000000b1d8c3ab90b66dd40d6be6a6e0202d5fc5d1f4cb87c21e2 0.06 MB 143 28
323,454 323,454 00000000000000001df7b0e7591364b77e177eb842c1c0b806fcc7b080a2350b 0.18 MB 334 26
323,453 323,453 000000000000000012345b434cea9b76ae6bffb49e624ca60182fc15a0a1ee2b 0.51 MB 1,152 28
323,452 323,452 00000000000000000317af86dd628cdd74e06eeb5de8211e37d2bc432db0fc07 0.09 MB 180 30
323,451 323,451 000000000000000010db392358328b79eb0aaebc223cc6f5170c9996764902a9 0.10 MB 203 23
323,450 323,450 000000000000000000c9efa9be6e1e52a2a9c5a8f895cc42ecf9aed8933b2237 0.24 MB 306 22
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.