Memory Pool Memory Pool Refreshing

87,332 transactions
31.85 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,216 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,208 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,215 (589,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,383 256,383 000000000000002f16d91182c43192adeb82142837278d6151cd918693315510 0.09 MB 222 128
256,382 256,382 0000000000000023b4bfa3b48852ed42dd5a7a5073e512ac1800c144b74f4716 0.00 MB 6 60
256,381 256,381 000000000000001c585dee658d44a98a35c53b726eebd4e04533051e3a06c2a2 0.01 MB 24 106
256,380 256,380 000000000000001b1bd29d299106d041ca0d6cde4e7bf732a70d55cdf8ead085 0.15 MB 375 121
256,379 256,379 000000000000001262dbcbba4a43111d7d9e4f7e7022c2e67311274b437d561c 0.19 MB 404 103
256,378 256,378 0000000000000001278ee8b6c29da75cc6b7046b4d1ee47567204ff998c49e5e 0.01 MB 21 1,164
256,377 256,377 0000000000000017f2b6bff698867057ac815923770374084edad98d544b1600 0.15 MB 315 110
256,376 256,376 000000000000001bb8898cbb90d0c5d5a481962c7629e7865e9323ebabdc11a9 0.19 MB 225 95
256,375 256,375 000000000000001dda884e4bc851e2406e7ddd81d0e3585527981a6da319ff01 0.06 MB 71 32
256,374 256,374 000000000000000b97c827e219e1cd470423b9085f185880b0f9678cdc214ee6 0.25 MB 530 98
256,373 256,373 000000000000000dd6405642a47a23accb7d122087d19e2ca7221818256ab460 0.25 MB 774 204
256,372 256,372 000000000000001ab6bd2383a2d6957a925bb6b2a47f2a41e91eb9811ec91f64 0.13 MB 328 139
256,371 256,371 00000000000000246c7717ef2a74c7a329ac33c0c4037f7d38c64be57d26f311 0.02 MB 36 99
256,370 256,370 0000000000000014c0e9ef121e88b957af632d33c41662c9069409f59c0d0d31 0.07 MB 148 111
256,369 256,369 000000000000002c1e42126ee15a89d87285d853cf7f59f3ba4071662293d407 0.38 MB 916 124
256,368 256,368 000000000000000c2e41058b9cf78acbdd537af68b5ee448a384085bbf68104f 0.05 MB 128 190
256,367 256,367 0000000000000008826fdcefabd1cb0a9cffcd486e50d19c8fc401aa035ae46e 0.12 MB 326 137
256,366 256,366 000000000000002b24931607909866b3913583574645632653d6236f1f267ce1 0.03 MB 57 87
256,365 256,365 000000000000001c6b869784b2a106d6e0429c9559a2e47266895b6f8d5d43c9 0.15 MB 360 126
256,364 256,364 0000000000000002a31eeabcd9c4537a506877df71448ec79684490e01ba97d7 0.22 MB 501 123
256,363 256,363 000000000000002004b218b2740bab21fa5917c95bdf5b30b0c7f5b99d7fc71e 0.11 MB 270 122
Previous 10 blocks ↓
Total Size: 654.61 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,383.50 GB sent, 90.27 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.