Memory Pool Memory Pool Refreshing

55,206 transactions
80.13 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
846,914 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 313 527
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,913 (619,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
227,131 227,131 000000000000017ea698b71a119c7ab96efaaaad8e4c1c967cbd9cb247456549 0.10 MB 231 170
227,130 227,130 0000000000000172f7a67d78235c02bc933c4ec7d6a70b9e8b435cd1837b8b83 0.03 MB 75 145
227,129 227,129 00000000000000b014f95cec964d0245f9f6fbd3bab677d02d6fad4320c20fda 0.05 MB 118 194
227,128 227,128 000000000000010f9cf3c50785b96ff28894c669302cde63c57ab326e8ea570c 0.01 MB 40 228
227,127 227,127 00000000000000138b3c1872359a76cd738a5078d958cf075ed99465ba110c69 0.03 MB 91 36
227,126 227,126 0000000000000305d61ed3cf166af010fe9110d880c7d6aae333441bd461c038 0.15 MB 255 115
227,125 227,125 00000000000002264206f08f16688fc691d527eb910681690bfb5ea66b2a1a7a 0.10 MB 241 1,963
227,124 227,124 00000000000002e48fba5f5f1bf421466b06326796c27a356393df73ef365433 0.16 MB 337 191
227,123 227,123 0000000000000157659f347f9d835f51b243e396c30a19859f0e8cd0f211628e 0.15 MB 362 106
227,122 227,122 00000000000002d0a04a8775cff7e1c35098240e7ef76aa4fbff4a6214bda03b 0.13 MB 239 155
227,121 227,121 00000000000001a1694cb2d826a9640ffb911a9a77a8c86c51a22d5ccf00f23b 0.18 MB 387 175
227,120 227,120 00000000000002f72c38ecacad74b3082e49a99a7c7b5d266c2d69146dbcdd46 0.00 MB 6 70
227,119 227,119 00000000000002ae0724763668555ebf89c31b6165e01e7fe565153fffcebe56 0.17 MB 385 159
227,118 227,118 000000000000017e6e65551488b5368081edef34a81a41fde8e81fb3cceb8049 0.02 MB 34 86
227,117 227,117 00000000000003189310cc0d100a33e19fc11d1031f5e221ef0bdbd5a7fc1ab2 0.15 MB 247 109
227,116 227,116 0000000000000269b3e3999a91dd8491b27e909f7ba3f404c44302a230a1b753 0.08 MB 163 114
227,115 227,115 0000000000000037467a9165505e63e299e42cd06dfb0438060a133482933f08 0.24 MB 412 328
227,114 227,114 00000000000001e8a69a43f3ae0aa0da6b1df0fddda7a18ed0db00ccb8648c76 0.15 MB 373 166
227,113 227,113 00000000000000ce2e62146de70a51cbaa921131b0bd34fa69e4e15a62803b71 0.15 MB 248 140
227,112 227,112 0000000000000200141c087c05f4ce9f799bf351fbb649dfdf85466dfd241f8f 0.17 MB 254 122
227,111 227,111 0000000000000317c456c18cbb4a4b34a581e235865638e422bd7a8328c74467 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 655.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,510.95 GB sent, 99.29 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.