Memory Pool Memory Pool Refreshing

91,232 transactions
31.94 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,943 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 2,331 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,942 (555,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,676 289,676 00000000000000007af98d46f353032f31143c91690f7bb11b0b236929ee0b2c 0.22 MB 289 26
289,675 289,675 000000000000000009fa4c0a9582c8cb34fdf088ab353e5e64f08d04131885b6 0.05 MB 36 4
289,674 289,674 00000000000000011f3d5759739f5fdc9050e60871a1d1437a8dc53c10afd7d1 0.11 MB 166 27
289,673 289,673 000000000000000061b628bda5c16f74e670c4f56fcf64d6b70f341526652bd3 0.03 MB 124 4
289,672 289,672 00000000000000011f05d62ce488978c54686eddafe3127d07b5256a449df542 0.22 MB 418 31
289,671 289,671 0000000000000000ccf808722108c0abd3fe484f32c88c1d2485bdb0118ffd40 0.20 MB 380 25
289,670 289,670 00000000000000006e3bf3be45aa5d0f35abf9a34ab79086640a9297d2f40173 0.02 MB 30 29
289,669 289,669 0000000000000000434ed40b6e1efacdec540f736c0feac29da2d3eac6789467 0.10 MB 149 8
289,668 289,668 00000000000000006e3bfd4de45068fbcbafe6b3f0a7e40450e97bfefd826761 0.05 MB 67 29
289,667 289,667 0000000000000000f027e02632183d36e06c248af96d4e10adbcdb4787a8da31 0.21 MB 410 28
289,666 289,666 000000000000000055cea4a262e43381170de25e744994cde4d0c9a03e02ffc9 0.12 MB 171 18
289,665 289,665 0000000000000000e5e60afa2f99af904647dbf6a5e2cc02269cae4c5d0d3f7f 0.01 MB 11 18
289,664 289,664 0000000000000000a83fd6a9e941051a03edcbb31a2f5ab978ae2ff7e7728ef3 0.09 MB 121 28
289,663 289,663 0000000000000000eeddd8b320a192b4f68b2a403f97cd946bc43c3925fefb22 0.04 MB 111 13
289,662 289,662 0000000000000000e04174418b088cdb56f445307d17e93a933810ab44655355 0.05 MB 116 31
289,661 289,661 0000000000000001154d9a5672043ed3be0a83e50846da7d638122036d4e18fd 0.64 MB 1,045 33
289,660 289,660 0000000000000000e6a0697411fe771175467b00aa2f46e7f5e9e2cc531dc774 0.16 MB 323 20
289,659 289,659 00000000000000002e964579da3adb86904e8a7637d350d144244058ca3f1b92 0.40 MB 536 22
289,658 289,658 00000000000000003b80eb4db31771dd4d67f0dbc697aae9da91779ea1dcbdde 0.07 MB 141 39
289,657 289,657 0000000000000000e56e55fe39d3084a25460dd390fc41c20061c7bd46fecdf8 0.33 MB 397 30
289,656 289,656 0000000000000000fb138c66241c25f20481da52cf42ab0c121445fbbba2b637 0.22 MB 318 23
Previous 10 blocks ↓
Total Size: 652.29 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,218.02 GB sent, 73.73 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.