Memory Pool Memory Pool Refreshing

27,569 transactions
26.24 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,255 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,389 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,254 (608,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
233,449 233,449 00000000000001aad628ae27a8b7e89910af45161ee9dc04bf1540e62527e516 0.25 MB 480 162
233,448 233,448 00000000000000c5d07c862577e930666ee7773d01cd78971255d5d92af7d432 0.06 MB 109 95
233,447 233,447 00000000000000eae9e8ad31929f44548b6b1ec64eec987bd80ef999797a0589 0.21 MB 406 159
233,446 233,446 00000000000000cdcc4ac91a8fedfc81f7b387d2867b17d1fa8fa5096afaf7a7 0.00 MB 1 0
233,445 233,445 00000000000000aa04dc2ed25de601d860a17e99068f19bc11197ee4678265e6 0.23 MB 510 151
233,444 233,444 0000000000000198917cdacc516211f9d9adf1e25cfe46b01b0d61730c9709c9 0.23 MB 533 154
233,443 233,443 000000000000014334fecae90531cf5ea784f21711dd261c023a64aa567ab9c9 0.19 MB 422 154
233,442 233,442 00000000000000356f25a1b1e9a697e67e9dcd3a5d2d7bd7be7325cc9a846504 0.19 MB 385 149
233,441 233,441 00000000000000d71084e6f72cac38566bd3a37ae4a8bfeef0da31a61d8edef3 0.20 MB 471 181
233,440 233,440 000000000000005e436a63c5332d0e9fda240959c98afd7d0db869dc239e312d 0.19 MB 326 106
233,439 233,439 0000000000000133f235bad0c3ddcca3014007b5b9a15a085b328b17a935674e 0.18 MB 512 203
233,438 233,438 000000000000018c47d91ab8eb7f34b57cb0386feace9c19230c2d3cc834e243 0.25 MB 727 210
233,437 233,437 00000000000000f28cbd0bcdba5bfde7294d8507b3c04a09b7c28727f0297764 0.11 MB 163 97
233,436 233,436 00000000000000b89c8002ca4c124cf73bc7700cf207d992f0f8fdd40b6e5852 0.00 MB 4 54
233,435 233,435 000000000000011e60e3f43b21319a944227634501acb55cb1f36980c7437a26 0.15 MB 323 160
233,434 233,434 00000000000001cf5d04140c87b38c28343b03124571c116d778c74382ecfa69 0.19 MB 341 141
233,433 233,433 00000000000000caf685d82b2179042f57d6afaeeb2c2412c7e059d114074bca 0.25 MB 571 174
233,432 233,432 00000000000000085fbadedf622fef9b8247addd230055ef417938eed62fd80f 0.25 MB 399 112
233,431 233,431 00000000000001ac289e5d5cfcbfbf5f81eecd899f04e621de648c0af61c8fe2 0.18 MB 369 141
233,430 233,430 00000000000000e4132a28104dc4c81866d732b6e6e7d9da7daa6acaddc3a92b 0.12 MB 270 122
233,429 233,429 00000000000001346ea43a63bff637bf7d450d707191049f99a0d1a478e4218f 0.10 MB 210 174
Previous 10 blocks ↓
Total Size: 647.20 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,462.86 GB sent, 43.85 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.