Memory Pool Memory Pool Refreshing

47,434 transactions
60.51 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,306 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 165 54
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,305 (171,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,129 672,129 0000000000000000000afe0482aefcbdd1f5de35a7ae105a04805dc816f3a152 1.23 MB 1,873 115
672,128 672,128 0000000000000000000319afc1e8aa2d1b9b1da167c4884d8437a09649c17e46 1.09 MB 977 148
672,127 672,127 00000000000000000002320e23f42463f346d9f20fc100ba2c50879d69f5b86a 1.28 MB 2,456 106
672,126 672,126 000000000000000000039af4df70aa7063a23598a07cb5ad72abdeac9ec35741 1.19 MB 2,732 63
672,125 672,125 00000000000000000008022b9c361a53436d0510af7782a4c1d7a4c8939e8c39 1.29 MB 2,932 94
672,124 672,124 00000000000000000002363e49f8a2e00fac36bb08ed0a8eff19f70081b4bafd 1.34 MB 2,474 98
672,123 672,123 00000000000000000002f0d92b8e06aa1f53856fa6727d058fb3760075233e41 1.34 MB 3,052 156
672,122 672,122 0000000000000000000a154158b6fe3f4ddcd7855768b99cc267b261b0b8b101 1.27 MB 2,772 83
672,121 672,121 0000000000000000000a2dcb3ccea56dbd6b1f88de5a385a880f3f20fc928100 1.17 MB 2,727 40
672,120 672,120 000000000000000000000979b72bb6054de84af8ec1ae50f3e7c1976bdf20c8a 1.18 MB 2,593 66
672,119 672,119 0000000000000000000b286819889fbbbcdce61ab08a6e299d7b693e639e5fae 1.12 MB 2,695 46
672,118 672,118 0000000000000000000820f62d01c50b5b08024a36a4432df56e58f0647d4e12 1.35 MB 2,595 99
672,117 672,117 0000000000000000000a60f2caa44755c7ffaff7b2f83c7740566b04b2b7c7b7 1.37 MB 1,991 138
672,116 672,116 000000000000000000058e47cb13a08c5a2abcb94f9d53ccff56606b7ace8506 1.19 MB 917 142
672,115 672,115 00000000000000000005d636abf8b7ac69c8fcbc955a38fdf1f0efda7d1132de 1.51 MB 2,028 107
672,114 672,114 00000000000000000008c538281c71471f25030308a055760d90721f30a4e106 1.32 MB 2,100 87
672,113 672,113 00000000000000000009f37a6c9677f5641d3376d56f547d63e4efc338c3cfb3 1.39 MB 2,936 66
672,112 672,112 0000000000000000000c173d7f5ccc52fe71ac031d6557ab7293ab345b7571ed 1.40 MB 2,814 116
672,111 672,111 000000000000000000031d26a767f919a1e7c5badd44a65023b8215b7322bdd3 1.36 MB 2,351 148
672,110 672,110 00000000000000000004dc3757b1fd6283747f3c9282a7d9fc0c0bba5cb08f0c 1.31 MB 3,399 165
672,109 672,109 0000000000000000000aed8051aef28b575a3deebf8488c174fa3b6095e24a69 1.29 MB 3,385 168
Previous 10 blocks ↓
Total Size: 649.23 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,760.09 GB sent, 56.94 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.