Memory Pool Memory Pool Refreshing

7,165 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (465,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,438 442,438 0000000000000000032cac8e9d1bba47bfd75834ce0d5b94c5071980dab6eea7 1.00 MB 1,177 41
442,437 442,437 00000000000000000059aed30a49d3fe582dea40c3abd58d5d04bf374bbc6ad4 0.86 MB 1,565 59
442,436 442,436 000000000000000001eb1edbb879d6676996807a8dbfb136017949c64983b2c0 0.03 MB 71 66
442,435 442,435 000000000000000001f4cf9766c25ab6cef82ce2d962890e1fa4fed783cd9472 1.00 MB 2,312 69
442,434 442,434 0000000000000000030b69784328ebb80ce462525205700a8aeea36df5a840b1 1.00 MB 425 14
442,433 442,433 0000000000000000032a8d871ad30a78b9960b45cce6aab5a8e8603168ceb6db 1.00 MB 2,228 64
442,432 442,432 000000000000000003bc2c9e4e93be8a57b2e2da2ffa16613691529316fcb994 0.96 MB 1,263 48
442,431 442,431 000000000000000003769f22ecb07b8e26bd9530bb11a37cc115d7f7940035f3 1.00 MB 2,082 67
442,430 442,430 000000000000000002e34dee8a75cc2cfedc10a40004d71f1fddd47e01745272 1.00 MB 2,243 59
442,429 442,429 000000000000000003184f93976fb70c65eb0b5502a4c0aafed1c222ce02a9a7 1.00 MB 2,221 75
442,428 442,428 00000000000000000132832c3027b7c96dd21137b5e290730f71bdaf8407dbc9 0.00 MB 1 0
442,427 442,427 000000000000000000d23931ae1fb154635df9fedaf6fb4edaf31eaa6929d5d2 1.00 MB 2,361 78
442,426 442,426 0000000000000000003df5d6b50dc1731a85bd34ecd0ff601ce0a379ae813b7d 1.00 MB 2,654 99
442,425 442,425 0000000000000000013bb15b8f7b8c58b87e7a89e88abea9378b1d6fe708fcd7 1.00 MB 1,999 58
442,424 442,424 0000000000000000004a8b7ad77058d1e17a843f69f305a647db7dbd198c31da 1.00 MB 2,601 105
442,423 442,423 000000000000000002335239496f9461a83554e4e2766d358083d2baa64f31e6 1.00 MB 2,638 80
442,422 442,422 00000000000000000241a95763dab92c04553714c11a84ffd21c6bf8992e9380 1.00 MB 2,277 74
442,421 442,421 000000000000000003b2f82b80e5ad6da69faf4891fbbbb051d161121a8810e2 1.00 MB 2,670 100
442,420 442,420 0000000000000000014d895dcc4fe711bfa84413ab699bf669669d8485b091ce 1.00 MB 1,766 68
442,419 442,419 0000000000000000034e94fa638404a75812f783a1d85befe543b6a5711b6d4c 1.00 MB 867 36
442,418 442,418 0000000000000000031054833b4d45cb1661525d861939abf20674982803e8f9 1.00 MB 1,820 76
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.