Memory Pool Memory Pool Refreshing

54,364 transactions
41.10 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,308 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,322 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,307 (724,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,450 119,450 0000000000006f782acf25c54111c192096deb1ba635972c00660020f9be2b73 0.00 MB 5 0
119,449 119,449 000000000000b48a60c076540df44b0d05f2f02e73a105fc8e05f2519b8055f3 0.00 MB 1 0
119,448 119,448 0000000000002dc39d02cd584d3ff10be2fcfa89c7943aafaa07f66c36d98e28 0.00 MB 6 0
119,447 119,447 000000000000547cde4764b7c855b2ea2cde06f93bde1bf9be0be4a4b0e3d6ae 0.00 MB 11 1,310
119,446 119,446 0000000000006368b32e1ae76c3e07b4aa70f4c18c70590752f27db8cf05a5af 0.00 MB 10 0
119,445 119,445 0000000000000872bf097d1cf9325f639d0e6c7c1687d5b787ab91afe4c14b76 0.00 MB 1 0
119,444 119,444 0000000000009936b009529f1184b01e89b8c6b029baa663504de7f294c8f953 0.00 MB 6 1,208
119,443 119,443 00000000000088709f9dc64431acdfc2be2653036a90f08be722402dd9c35cbc 0.00 MB 15 1,017
119,442 119,442 0000000000002e35238628edc4458ad50b4db96978810666922891b7ab122261 0.00 MB 5 0
119,441 119,441 00000000000094fa5fce8fa2ee5a7f35876c8646f3043c85acf1ca12924852a1 0.00 MB 6 0
119,440 119,440 0000000000002c47555e81a16df0497b882564fc8b2b337bb2788101193b5e06 0.01 MB 30 376
119,439 119,439 000000000000acb7998d038a6e734c5a0bc54d74399e5a28f49dc92627d0dd73 0.00 MB 12 328
119,438 119,438 0000000000002f9fa5938a3df823739282289b35db42b9c52762c464a9fcf3ec 0.00 MB 5 0
119,437 119,437 000000000000453cca2384c2308eed34c3d81b6cd2c78a1ca8116acdc1c0a4ac 0.00 MB 4 0
119,436 119,436 000000000000ad99f718727d994c4c9113b4a0127639e83de2af2bcf98c377f1 0.00 MB 7 511
119,435 119,435 000000000000021f2189771fbfb434ee978c3d4c409dbef281f682b4c8a64821 0.00 MB 6 542
119,434 119,434 000000000000152fe081738269e4eee4f50065c9ac1ba6f3022ff784cd130d0e 0.00 MB 9 0
119,433 119,433 00000000000003d208a7115d817e7a06b07310feac60decb7da68824a571c97d 0.01 MB 16 553
119,432 119,432 00000000000096263065ed84d25aa945b629ee4d438323864d9e28681f49b741 0.00 MB 6 0
119,431 119,431 00000000000087c2b0145d81ea4e2b0607b6631711230ea0389c91da58d2e3b5 0.00 MB 9 459
119,430 119,430 00000000000071df305320fe556448680a3fb25d285e8f75c4164772f46b9593 0.00 MB 7 601
Previous 10 blocks ↓
Total Size: 651.08 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,086.14 GB sent, 66.59 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.