Memory Pool Memory Pool Refreshing

59,958 transactions
38.92 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,371 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,802 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,370 (172,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
672,108 672,108 00000000000000000005a9c36f235b5a781d8f31f29818f2471b518184e43bae 1.35 MB 1,367 51
672,107 672,107 00000000000000000001efe20991e1d8ade2ee6499d2c22d18e4adbe04e4b3f6 1.15 MB 1,738 89
672,106 672,106 000000000000000000043f641cdd011377e7b026809ec91d755a150c3b118195 1.32 MB 817 72
672,105 672,105 00000000000000000002ece42faace1e8f34caadb24c9156c4804460b6b10bf0 1.83 MB 587 33
Previous 10 blocks ↓
Total Size: 651.21 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: 9,108.01 GB sent, 67.26 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.