Memory Pool Memory Pool Refreshing

93,111 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,353 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,250 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,352 (556,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,391 289,391 00000000000000006d730f1dea995afbdce83a0db6fe7d293324eef1cf6673cd 0.55 MB 1,063 33
289,390 289,390 0000000000000000b519dd74b780d09bfec3f526597594913e5c8a826128486b 0.45 MB 324 17
289,389 289,389 0000000000000000bcac85bdd52a7c5a9b8d19d2d52f8265928da9d8dccfdd0c 0.50 MB 499 17
289,388 289,388 00000000000000002d91c59e557568b014b096e959e6cb1fa54547e62e000ace 0.23 MB 512 32
289,387 289,387 0000000000000000a2e7023f9a0fc30876fa8204c415ffbffe8bfff1ce24133b 0.35 MB 886 42
289,386 289,386 00000000000000011d541db6063c531d52b137decf0c8f8b238dadad7c934512 0.35 MB 946 97
289,385 289,385 0000000000000000702b1b625a0a54f059d4a651c74fd6f2a95e4b6955323ca0 0.10 MB 150 13
289,384 289,384 0000000000000000d0ab0365f780699edaa33900e212b15641597ab26fbf1233 0.04 MB 91 40
289,383 289,383 0000000000000000726fbd95db566e2a2480e769a0296604aed27a44c37aafda 0.06 MB 128 44
289,382 289,382 0000000000000000d3993477e639daf71195f8752bf76df70107af5bc55835d7 0.17 MB 133 15
289,381 289,381 0000000000000000fcae97828ce538141f22ba2cea5530a608e5e088e8e88dd7 0.25 MB 557 36
289,380 289,380 00000000000000003665556a093f7d404869fb3bc19580e28ce19d01ac818dca 0.13 MB 229 26
289,379 289,379 000000000000000086921d8dc498f1646878df898c12e4694e4502e5ae68a6a5 0.22 MB 315 25
289,378 289,378 0000000000000000e869bd7ca5ad65e9e1aefec9c64598adb25aac9768d6c49f 0.19 MB 89 15
289,377 289,377 0000000000000000621b779d1cc6f97b79ff0630352e73ca76d9f2277e26928e 0.35 MB 742 37
289,376 289,376 0000000000000000182c9a09a6e4b5a15988e89b83876cf1e1f0829827d74611 0.31 MB 536 33
289,375 289,375 0000000000000000b1dd11140868e4767da0531ecd654f27cb9caf21310e29f7 0.14 MB 157 16
289,374 289,374 00000000000000004cd815f5a21cafefcb252096e10f726ac596ed2c2502dd3d 0.50 MB 364 16
289,373 289,373 000000000000000022968e2c22a2e0d233521b4897950462e9895c781dbee5b6 0.75 MB 1,203 28
289,372 289,372 000000000000000037146bccb68f60f6517f79c6610a0408c8f698f7a24290d6 0.35 MB 773 40
289,371 289,371 000000000000000100ef914cd4b52f1285a397c6b61bce37fa5d856a823b3fd6 0.25 MB 747 56
Previous 10 blocks ↓
Total Size: 654.86 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,414.20 GB sent, 92.12 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.