Memory Pool Memory Pool Refreshing

84,131 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,150 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,544 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,149 (653,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,467 192,467 0000000000000194c18a0e2c43d343dce0515fbd7a76a06f0131d518d0ba6958 0.26 MB 562 175
192,466 192,466 000000000000063170fe3fe0765af17e44e98dcba0d97c4c01253e80cb642170 0.00 MB 10 3
192,465 192,465 00000000000008030b14b7b7532e2189db2601306c80b0ebcda336a430d02629 0.26 MB 544 138
192,464 192,464 0000000000000806b84e284a055e06de7d1b2de1c21c001331fd72a29c8a0b31 0.06 MB 161 148
192,463 192,463 000000000000032e7d550715895d26a310eaaccd7bd23c4278691ce4377b15c9 0.20 MB 512 259
192,462 192,462 0000000000000355a305af200193cc73cdfd25f748f5887e7e4afa2e7f08a93c 0.00 MB 10 2
192,461 192,461 0000000000000149b5ce5a5ebd01366e0bac3972645f69353ea16f7507470769 0.09 MB 224 137
192,460 192,460 00000000000002479e30025188f0e5e876ed37f1f093cf6a5d6553b653e27d61 0.06 MB 184 9
192,459 192,459 00000000000003f2665054aabc944911817a16fda0e903ddd0dc2fc34daa4f08 0.09 MB 191 158
192,458 192,458 00000000000003b490514de394e3abdcde93df341d6e66c72c385945f053216d 0.14 MB 278 181
192,457 192,457 00000000000006669a252817d74370fcda999f626ab6d24c303edf33d035e8d7 0.14 MB 372 156
192,456 192,456 000000000000057719c30f2d78a1535939756a1ec3316869eecfca813aa038c7 0.04 MB 113 147
192,455 192,455 00000000000003bf2d1e95e39aed8402ab2762f1a29263ff7e10cb64a0a9663e 0.00 MB 9 628
192,454 192,454 0000000000000264cb8000941d27baabc7eb5dae2d2d70edbd5b95b2e3abf269 0.23 MB 512 80
192,453 192,453 0000000000000464eba56dafeb69f9aff81618a6f98fc3f9cf91b34999ae4ece 0.26 MB 479 105
192,452 192,452 0000000000000436740497a526b11336c31eeb79a9fafd32e977ee520cf8db6c 0.03 MB 75 136
192,451 192,451 00000000000006e506f31c25a5abec70e1fe89012a048fc39454cd0a48bd7085 0.04 MB 90 98
192,450 192,450 0000000000000440b20896bea11ecdac4e68ec3b66f1edf20f65fef39885a02a 0.11 MB 379 106
192,449 192,449 00000000000003a604baa6bcbcc469bd4945f76a60764506082d67c21e6fa3de 0.25 MB 608 130
192,448 192,448 00000000000002e066c056fa3fad4d372bb912e4bebcee01a78f0dca14a57d7e 0.05 MB 143 37
192,447 192,447 0000000000000653c56f1fbf9af24fefca3af0e74dd93e8bf42700943eaef276 0.25 MB 608 136
Previous 10 blocks ↓
Total Size: 654.49 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,377.96 GB sent, 89.38 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.