Memory Pool Memory Pool Refreshing

99,659 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,979 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,379 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,978 (578,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,785 266,785 0000000000000005304f088b01e82b67af4845892da02bc7a17e43a17a8fb28d 0.04 MB 102 90
266,784 266,784 00000000000000087b790743160e524a95bac02a732a8c32bd91e5eb47912932 0.16 MB 383 89
266,783 266,783 0000000000000007ef422ab6896bda1a720ee97f6da1e2960a18df27f681214f 0.12 MB 297 84
266,782 266,782 00000000000000060d4dab8688bcd7edf1e3138ca742cf635e56b6f2969c80e4 0.42 MB 828 81
266,781 266,781 00000000000000099ee4bd8fec941c63613d4af4d7142a5c1087aedf68c5b9f3 0.17 MB 324 81
266,780 266,780 0000000000000007370b211761d12439dd55816029ea2093a988c8fe63a51af3 0.14 MB 342 92
266,779 266,779 0000000000000006f8636fd71d6f13c9d3c3d3f1618829363c30f7a8e6c688b4 0.03 MB 64 89
266,778 266,778 0000000000000001dfe31fc3418b674b369a3d897142063766d6c9459f2d9990 0.15 MB 300 73
266,777 266,777 0000000000000008a1ff192b1f7a4ba335b32d695c9bc33c756087ce72dcc729 0.15 MB 303 81
266,776 266,776 0000000000000009f3e4b6a2fe5923d165821095657b0cea1d0a261d87784d72 0.17 MB 275 78
266,775 266,775 0000000000000004ecb560f5eac256fd75ee8f2c1d4e01dac1d60e56a2475a1e 0.07 MB 170 65
266,774 266,774 0000000000000009fc6d504ca2c02a3ea3c7d66d3acb17c17f02b02b127f26cf 0.23 MB 540 105
266,773 266,773 0000000000000007458bc31ce120f2eabdca3fcc1525feeb1b271afa0f801fe3 0.20 MB 418 74
266,772 266,772 00000000000000084c580aaae8461b8b61cc82c2b1dbb56ff795fdd4dd51363a 0.09 MB 120 59
266,771 266,771 0000000000000003b3e3ea51fabdd2903a3b0e03ec2c951fafa0a9546b870096 0.03 MB 60 74
266,770 266,770 0000000000000008acbb9bbd078be9f253516f31a95f6076b49c3d41f5e8ac3d 0.08 MB 206 102
266,769 266,769 00000000000000075f5dcceb294e35376d38cb7f5d26a6f2669efd8825adff7e 0.03 MB 60 40
266,768 266,768 0000000000000006d8ab813f1bc63d3b43f4daa620ba01d91a89c99a0842b7db 0.23 MB 549 106
266,767 266,767 00000000000000094e77293e9718852437864b66c43d0c5184dde89511dd7173 0.07 MB 154 137
266,766 266,766 00000000000000025fdacfc7f87bdf4324b192323fd99d8b126efef922b90aed 0.08 MB 179 64
266,765 266,765 00000000000000015b49a4ff453212b34cbfdab82f868e647e9dba993a41b913 0.08 MB 176 54
Previous 10 blocks ↓
Total Size: 652.36 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,251.99 GB sent, 74.21 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.