Memory Pool Memory Pool Refreshing

84,931 transactions
30.90 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,330 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,345 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,329 (270,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,507 575,507 0000000000000000000b1ef3859abe1117038db40bff1ef49c27e8a95ae993be 1.35 MB 2,674 134
575,506 575,506 00000000000000000002609e40840d12878c1708074d8f6a67f0c58b020c3dc2 1.19 MB 2,748 67
575,505 575,505 0000000000000000000eeae6eabe9c48494c5c373c6c4c16a2f73a0d40b0273f 1.20 MB 2,719 95
575,504 575,504 0000000000000000000d5126ae1811b70c5350e66c933b99bebbece001817be2 1.09 MB 3,718 55
575,503 575,503 0000000000000000000ed27858f122fb3e7277c9604a47919f66a359ce7952c2 1.35 MB 2,417 102
575,502 575,502 00000000000000000025e1b9f5943f227db5229b505639e43ea0e15b363204c8 1.41 MB 2,735 132
575,501 575,501 0000000000000000000e5369f3e65a8ca702fd553d61296d8936e8aff3800a9e 1.23 MB 2,786 123
575,500 575,500 00000000000000000025ea1291a464943c87d8f34cc0a18e968f113cabd89cfb 1.13 MB 2,969 79
575,499 575,499 0000000000000000000a3f472037faced321a7f5884f8ce2a6dafb75d1ee85a0 1.24 MB 3,003 113
575,498 575,498 000000000000000000078ea0b19a3d8a28339ada0f7aa5267f3962b3fcaac8ef 1.29 MB 2,309 99
575,497 575,497 0000000000000000000dfcc6a86a426e085ed4a6a3516fad0e0027e8b8e7ee3f 1.24 MB 2,691 142
575,496 575,496 000000000000000000109765c38b59d54d8cef33787cdd92c24811de99796469 1.28 MB 2,946 148
575,495 575,495 00000000000000000013003b679730f01a0a1671b23a358099f5bf79e39dc0f6 1.28 MB 2,742 64
575,494 575,494 0000000000000000001f1f9f2ae8d6b172e09bab15bc06898e78c30fe5873229 1.32 MB 1,871 39
575,493 575,493 00000000000000000021d496c9821eee8a2d384cd8427ca81b329d3e3af213a6 1.48 MB 1,927 65
575,492 575,492 000000000000000000091e954fac3355c4a5114777d02da4bdf6f57fdac33ed2 1.21 MB 2,754 110
575,491 575,491 00000000000000000019ad19bddb459c92b06230474ebcc80288288b32e67dab 1.24 MB 2,398 43
575,490 575,490 00000000000000000028358926ef402d4f2b8a5609d2d934f939a30f8bd37201 1.19 MB 2,996 101
575,489 575,489 000000000000000000152e214cd94acfd7d5fc0ad2b7b00d3e32b0dfe3dee5a0 1.08 MB 2,711 69
575,488 575,488 00000000000000000000b0ae24cb49c635bf866243de3a797fb5f942a2358981 1.17 MB 2,837 67
575,487 575,487 00000000000000000029e3a9ce76730ff6533f40046761a2d144188d89b75a1d 1.24 MB 3,015 130
Previous 10 blocks ↓
Total Size: 654.82 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,412.31 GB sent, 91.80 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.