Memory Pool Memory Pool Refreshing

90,452 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,064 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,091 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,063 (324,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,488 521,488 0000000000000000001268215345685d7b20a427afbfdd8f9da910b52654a25e 1.19 MB 2,802 46
521,487 521,487 00000000000000000001723281f74eb01a6372c06f945f349668f018c23e14ea 1.07 MB 1,679 57
521,486 521,486 000000000000000000164156e84cb3873a16ef7ff7678280cfd4b0997b4cedaa 1.10 MB 1,965 7
521,485 521,485 00000000000000000036d67abb4e58d068585ba0a4fdd51f93a491551fb3bad7 1.17 MB 2,546 39
521,484 521,484 0000000000000000000c52fb8c6914664cf24618e4b88b6ca0a7d694ba8d9cb7 1.11 MB 1,537 16
521,483 521,483 00000000000000000031cd9525091e7508295f2a89aedd2ab4501838e34e178a 1.15 MB 2,156 42
521,482 521,482 00000000000000000014f469338df7a8faae50952c516a34b3099b315f85eb1f 1.13 MB 2,507 13
521,481 521,481 0000000000000000000c7c81e4d9d03b74f604c410ccc029024e890f5bd5c1dc 1.02 MB 962 12
521,480 521,480 00000000000000000015511e7be64d9443d6e007eeb918af04bb2d035b264ddc 1.10 MB 2,305 29
521,479 521,479 000000000000000000163b02afe1bc27ab8e15d6150b150663a9769d9b24c4a0 1.28 MB 1,721 22
521,478 521,478 00000000000000000035df2ad0d4a8f94ba659bac6271cbc94198adb4d2c6bcc 1.12 MB 1,986 52
521,477 521,477 0000000000000000001584810fa0d98be923e38f945356aad586242e2fdb23f5 1.13 MB 1,603 68
521,476 521,476 0000000000000000001b42274a9f74340bafe480fc3c4397dfcf6cabd7a06888 1.02 MB 576 48
521,475 521,475 0000000000000000000746cbab9cce40952e10736caa9a6e7b6fa7ebcd0517e5 1.03 MB 883 71
521,474 521,474 0000000000000000001271f05a9d4a017245a86c7a3b7db9e1fa7b7866f7431d 1.10 MB 1,661 59
521,473 521,473 0000000000000000000adb63f597b0c4e7289b66fbdbe37db7d0f58228640b6b 1.10 MB 1,756 11
521,472 521,472 0000000000000000004356e4afc76b54550b51d63a229ac9e368488fa5ce4596 1.11 MB 2,283 43
521,471 521,471 000000000000000000439d1c7b689023719b5b9ddccd6d3cd26e2ee8a1ef8d87 0.73 MB 1,549 30
521,470 521,470 000000000000000000356935868cfa1b6d29bd56e0f02e46a631301671596437 0.90 MB 1,336 33
521,469 521,469 0000000000000000001965bbfbecc91889baeec90e6918ea1dbe5e8a1612cd38 0.06 MB 148 33
521,468 521,468 0000000000000000003d6ddb877cc3a9901300c8f9de970767879d6c251f3e4b 0.66 MB 1,325 28
Previous 10 blocks ↓
Total Size: 654.34 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,368.02 GB sent, 88.25 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.