Memory Pool Memory Pool Refreshing

41,736 transactions
51.69 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,104 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,790 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,103 (298,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,500 542,500 0000000000000000002644890f86895380b889cb808dd5fc9e75b7341e07946a 0.06 MB 158 15
542,499 542,499 00000000000000000023cfac57b203bd0bc9e9d32feea2376152e59c9b1e31fc 0.27 MB 541 14
542,498 542,498 000000000000000000160d859d109264ee370589a6fabd54772fd131b8b7e015 0.10 MB 164 17
542,497 542,497 00000000000000000010f21c5add2965f1b1021dddcfa2d87cf50d9b5a6e6b11 0.27 MB 505 27
542,496 542,496 00000000000000000006c834cefe47f385c6fd86d2ea10325960e07b350d7297 0.75 MB 1,271 11
542,495 542,495 0000000000000000000de10555b5236d47ec032dafe442c9841f67313833d1ea 1.19 MB 2,130 40
542,494 542,494 00000000000000000004f7504f962ec140474c64b33474924c5c10ac3abe954e 0.00 MB 1 0
542,493 542,493 0000000000000000001d87fe023b4c15866b20652ef6d0d625efa6381badabf7 0.56 MB 1,065 32
542,492 542,492 0000000000000000000fd2752e53aa677af0c755b2910ae23611ef21ca106e63 1.18 MB 1,611 27
542,491 542,491 0000000000000000001eccb495a1e7f5c5f61403a16bd1e4fa34f2b84f636ae1 0.00 MB 1 0
542,490 542,490 000000000000000000077f122e0e7e7e59d8454f0b1090eeceb6e10fd7a1231b 1.17 MB 1,960 23
542,489 542,489 000000000000000000001564f62155840df961677068c346d6f6d545139ac2e4 0.00 MB 5 7
542,488 542,488 0000000000000000000857209ce192cf1d40acad489c17aecf0d923bc946e85f 0.08 MB 167 15
542,487 542,487 00000000000000000007df4b2c75d06b0c62ca5cdb08bda22210f4359699f6ae 0.48 MB 843 13
542,486 542,486 00000000000000000010363a342aae15669ce9cc1472cacb62da3fe7aa7d7f91 0.80 MB 1,160 15
542,485 542,485 0000000000000000001f31ece9ec07de121db63c3f077c12dc2b0b17b7ff19a0 0.12 MB 286 18
542,484 542,484 0000000000000000001049ddfc7768a913458b220e8f53445fb0b57e2eb58ef0 0.63 MB 1,206 22
542,483 542,483 0000000000000000001909e74d7bbb376d97600f84a158b26799e79a6e4285b1 0.18 MB 368 17
542,482 542,482 00000000000000000011d824b9dd145bd5d811616ee852f7228ce036a984a51d 0.13 MB 269 19
542,481 542,481 000000000000000000224f06b7017f319b62fa676642a60a155c8c4fe068e4e7 0.00 MB 10 13
542,480 542,480 0000000000000000001de0703b265255dd3b8670aaa93723e550050505d23f95 0.39 MB 817 15
Previous 10 blocks ↓
Total Size: 645.08 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,190.84 GB sent, 30.39 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.