Memory Pool Memory Pool Refreshing

91,243 transactions
32.26 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,130 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,846 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,129 (615,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
229,276 229,276 000000000000023901e3d182ffed3d7dcd068a4707772b11dd5042a5b7d4df3d 0.07 MB 141 119
229,275 229,275 00000000000001999447294809e6c5820f258dd8b9111fa7e82a373d526532db 0.22 MB 439 214
229,274 229,274 000000000000021ab256017e38e32c4c0916ff5c15d3e8e12fefe7896c76f863 0.15 MB 275 116
229,273 229,273 0000000000000038876ca15d886e0614cf9f8764bf683b1c78331b991b254f1e 0.18 MB 403 187
229,272 229,272 000000000000023284589c94c492acf469f9c585db2650fcf2a60092dae02da0 0.25 MB 579 174
229,271 229,271 0000000000000155ddaa246e6f01f29a425df767afdd790965fdcb6584d058c5 0.21 MB 468 159
229,270 229,270 000000000000002d64f3fd1f707b394a007f5d6c81ebc862f6b952999cc8d849 0.13 MB 305 157
229,269 229,269 000000000000009913019e3f760670cdd8db23060a27ca7d33aa9b86ba0a8153 0.15 MB 188 79
229,268 229,268 00000000000001eb75671d6c003e0a2a9a1afe8f06510bb80e322bda1f7b5e55 0.05 MB 116 168
229,267 229,267 0000000000000228045bf04e55ea59bd71d1c9a7edd784ccf118cfff77e00a45 0.17 MB 353 174
229,266 229,266 00000000000001c6f36267d5ecd0d37464fce613ccfd12e52cb19cce26ac8b5a 0.13 MB 262 143
229,265 229,265 0000000000000007be28256c0cce3a715d84f8b93a31973e0839aebb981b3a87 0.05 MB 94 58
229,264 229,264 00000000000000d794790ebc1c5637f56c65457be7efeff5dafeaf965eb27105 0.11 MB 287 186
229,263 229,263 0000000000000175222689af9bd9cda34eee370d8f85e96ee1ffd1495f136ce8 0.15 MB 225 14
229,262 229,262 000000000000005f4249ad5f56fd5683d95bc99444537f445e2361a2ff2fb44e 0.15 MB 245 93
229,261 229,261 0000000000000105e0b566d266f521e872c34fa8d7d6ea46c483adbb542d0460 0.10 MB 256 242
229,260 229,260 000000000000009bd89c89e436dd0a471f8fe5d3da9cf0ae82d37b301bed243b 0.07 MB 82 61
229,259 229,259 000000000000007f5424e556e038eb7a8bcfb16440573595f74930d9ad37b6b4 0.29 MB 648 155
229,258 229,258 000000000000004bb3ed7b6a521399500215a1e74eafe0d934348d73f8241d34 0.16 MB 235 127
229,257 229,257 00000000000000318705af14b4e60dcbecab87bb473859beaff9346edcb8546a 0.15 MB 256 142
229,256 229,256 00000000000000fa02101c9de4ddc3de6bea542b687d5455a4178d2363cf3536 0.21 MB 418 163
Previous 10 blocks ↓
Total Size: 652.64 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,279.61 GB sent, 76.17 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.