Memory Pool Memory Pool Refreshing

64,822 transactions
73.24 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,901 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 253 436
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,900 (669,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
177,358 177,358 00000000000008964b42e55a78ea865c6f4a31f7ceda2602987be2a03cb8dbdd 0.03 MB 76 483
177,357 177,357 0000000000000057c10b965e5c4589d3d4437c3f09fc340ca033f0b248c8aec3 0.01 MB 9 8
177,356 177,356 00000000000009e27cbd4fce55257d5b20275e199256a8477adb73a1aa197fc2 0.00 MB 1 0
177,355 177,355 00000000000008baf8a96f1aa2090b00650ce390579a5e01d6dce47c574626d8 0.02 MB 43 68
177,354 177,354 00000000000000e20ee78a937235cdcde6cdd1da1ef49193118c4f6343b1b102 0.04 MB 101 242
177,353 177,353 000000000000027c68c32f311cc360ad9dd4c2d3d172669238031f6db465d8d9 0.01 MB 5 0
177,352 177,352 0000000000000668171c3471efcb5a903098262adac6e649721bcccabe24b02f 0.02 MB 66 14
177,351 177,351 0000000000000623311d2ec8feb968453fe145dc16233a4aee16b5972b6252ea 0.05 MB 87 167
177,350 177,350 00000000000005f6ca2ddcb033fd4842986bca188b40d670a6bc357fe12f565e 0.05 MB 162 21
177,349 177,349 0000000000000aa00da373fe05e486098c6f89624bba81d397860778f91bf1b1 0.04 MB 95 340
177,348 177,348 000000000000084bf2c3ba1e56a968b41b010d09613f2bee3e6534e8b379d4d0 0.05 MB 131 342
177,347 177,347 0000000000000a4bed96c650756873a24544fc6b855a01c89b3a366079d02a18 0.02 MB 34 54
177,346 177,346 0000000000000a3d3dcbd9e710c93ac517f0e02cd76ace6b8017cb0d10fc2c1c 0.02 MB 58 115
177,345 177,345 000000000000036cb379ed3fa79c0bd7fb89faea088553899276be39eb4f442c 0.00 MB 17 0
177,344 177,344 000000000000004de23272048ec33c34b3aafaaa10d302822fe0b3ea63c470e2 0.03 MB 63 61
177,343 177,343 000000000000086d15d68c519d7b8d3d9e124017b096ba6727351da838b48299 0.00 MB 8 16
177,342 177,342 00000000000007e58ba98aadd6d41e82dd71f337e09c5b28011b5e454b0904c1 0.00 MB 11 42
177,341 177,341 0000000000000a10112a0e10a74249a3d8ae383777abaf5351585836715981d3 0.03 MB 84 1,679
177,340 177,340 00000000000005b1168c4fab0b56f556e433acd285704a812ff1fa55e4b80d4a 0.03 MB 55 188
177,339 177,339 0000000000000a3fc34672e44eb9c00fab4f8c5dd40cc9bbf5c6af63eea2f6fe 0.01 MB 15 179
177,338 177,338 0000000000000742a9abbb22c4202c634dae82a099cfed6a273ab2a0078e8750 0.00 MB 15 65
Previous 10 blocks ↓
Total Size: 655.84 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,510.27 GB sent, 99.22 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.