Memory Pool Memory Pool Refreshing

95,400 transactions
32.68 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,935 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,159 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,934 (555,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,412 289,412 00000000000000001342630a9c4235fb990569d380c9fc9d5e386cda58f5928d 0.16 MB 242 27
289,411 289,411 0000000000000000f6b99382078c2659315241683ededc2e22db64bc6eb22fc0 0.17 MB 188 35
289,410 289,410 000000000000000015518cb794f28a4eacb9975ed9112a3634522f78e4a2b314 0.17 MB 301 30
289,409 289,409 000000000000000047356ed1760f857d670e737f90ad55590aded8d5ac5851a6 0.16 MB 259 32
289,408 289,408 000000000000000098f85437d1782e5f29c7f314832852d95067b776ac5aed1f 0.23 MB 435 32
289,407 289,407 00000000000000002867ae195e69075f7224b89d67da9aa41d181b8671196f66 0.14 MB 261 34
289,406 289,406 00000000000000011ef733f9406080735214026fcc1b867df7d92f30cc30c468 0.34 MB 670 37
289,405 289,405 000000000000000055f85001726c8d1ec58c372fe63e1cf593bf002c3e513739 0.59 MB 581 43
289,404 289,404 00000000000000000d4a8f8d36dedec731e5d3444c70799f8ad0b5d2b4bca6b4 0.35 MB 877 54
289,403 289,403 00000000000000006c484ba28aa6ad96196e8f9bc121c67ddf0c0e06652ab52f 0.08 MB 256 50
289,402 289,402 0000000000000000c4c1c21ea8b89c50cf21b683ecafcff4ea39d6c9f1352b71 0.62 MB 913 28
289,401 289,401 00000000000000008dbd8a084f2f4a8b9f24440a85a6356861800e5cb6ca3728 0.09 MB 256 49
289,400 289,400 00000000000000009058a220dad9179cf68fbe3e80ef8499a618ff4f278aa8bc 0.35 MB 898 54
289,399 289,399 0000000000000000896ff4139aee8d8b9412ce729d4bccde10c29fc1df0bbc31 0.39 MB 860 40
289,398 289,398 00000000000000005059740eeb51371c69785a01f8b96c5f8f81ef75d68615db 0.10 MB 149 19
289,397 289,397 0000000000000000d5f368e50cf904099bbb072c229c868407fae2cb54d6e542 0.15 MB 340 29
289,396 289,396 0000000000000000f5ef33d0234b12dcf72a0e58bee645fb860921fdcc8ee798 0.63 MB 1,177 39
289,395 289,395 000000000000000044170d054fa3ab59662a5bb0d5783918a3ec8a3ec7a2b5ff 0.51 MB 1,103 37
289,394 289,394 000000000000000044279ef09c871372c6573c3f97c1de709d9897ec3a9857d3 0.47 MB 763 31
289,393 289,393 00000000000000011591536ecc59a89482633e9e1c250fee5690c0212d8f9a8c 0.32 MB 608 40
289,392 289,392 00000000000000004aa05df80949db2f75a93963a3ac03a22c7be9c629d296fc 0.12 MB 260 33
Previous 10 blocks ↓
Total Size: 652.28 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,216.20 GB sent, 73.65 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.