Memory Pool Memory Pool Refreshing

35,239 transactions
40.33 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,475 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,898 39
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,474 (574,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,436 268,436 00000000000000072f68371b43be2450b97751b3b33430722d1ae973be488acc 0.06 MB 121 73
268,435 268,435 000000000000000476bf2d27747f540a8e97b10806a378e8c252aee0034db8db 0.26 MB 335 8,338
268,434 268,434 0000000000000005f285cc42432af9d8e46330696f5851f3ca7e86c779e90976 0.08 MB 161 78
268,433 268,433 000000000000000254d9777ae4818d620fad453a2c4579b616a1d5081ddff098 0.44 MB 845 69
268,432 268,432 000000000000000614fadc7c37c12cb7f4aab23eec2eea7305c8c915d0abd617 0.15 MB 320 67
268,431 268,431 000000000000000682a9858f3fcfd0d8d68d43db6a570c6e35efc09774250f8d 0.19 MB 401 35
268,430 268,430 0000000000000001b8e401feab5c1aa344888cb14c8d66eea61edac818d52533 0.25 MB 527 108
268,429 268,429 0000000000000003901f2802453af7aa8508c5ad344a10f1422ce5754d0e4fbe 0.36 MB 391 48
268,428 268,428 0000000000000005914ee73f5057ff3321821c56c436c0b85eb62b5f0e5f7a26 0.25 MB 253 27
268,427 268,427 00000000000000030d553a32e99a4b1a0dfe6e4fae91672b6046cb6855cb2e35 0.00 MB 1 0
268,426 268,426 00000000000000078919a7eda1ba4d335da5a3751f1fa9e6542484d4c4ca7dc3 0.25 MB 666 63
268,425 268,425 00000000000000054b7a39e0fb4d0c0e9c490fbb94b235ae48553c0e998b8f73 0.22 MB 471 123
268,424 268,424 0000000000000000d4897364c6e74e8785fb0caf934cba830e6a6604fd428cae 0.25 MB 478 27
268,423 268,423 000000000000000041dfeec4aef6788160633024604b777c3d132a5a660601bd 0.25 MB 571 127
268,422 268,422 0000000000000005f6b6d923b84d3f32e07f0e0e2f93da2dbc0fc6ede8b0f750 0.17 MB 352 68
268,421 268,421 00000000000000054eeccf3ac454892457bf4919d78efb275efd2ddd1a920c99 0.25 MB 178 24
268,420 268,420 00000000000000061e8926159d45edd7ba96ed7c163a295a4d30cb4a188808fc 0.90 MB 1,430 82
268,419 268,419 0000000000000005fb8048c7060c79f60a7af47b81ca801e592f6a2cc9595382 0.11 MB 158 38
268,418 268,418 0000000000000004adad91bd9026672366ec1d8d2a01de0a6356a3ea9a9c5d19 0.25 MB 367 39
268,417 268,417 00000000000000021023bb89fb1f094fe13eefe8bf1a74e37cf5a9bea5d302e0 0.25 MB 520 73
268,416 268,416 0000000000000001e3d17a69bfdc1f3a8451ec48652aa7561156f0b22a16fc13 0.15 MB 228 72
Previous 10 blocks ↓
Total Size: 647.62 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,520.86 GB sent, 46.84 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.