Memory Pool Memory Pool Refreshing

68,799 transactions
29.63 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,881 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,774 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,880 (620,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,444 224,444 00000000000000705fbb1e489bffe0676a8bfa244e6147c33310102ea9184297 0.25 MB 501 163
224,443 224,443 00000000000001294d395456de10a8a85c6134577a91996486bfc06283be7935 0.25 MB 369 106
224,442 224,442 0000000000000311fc2b348a72ddb49b40c809a78486f5c49dbf00e0d86d2a75 0.00 MB 10 2,746
224,441 224,441 000000000000027df253af2a836dc0e57cbb48bb07d71368a9988d36c7de23db 0.25 MB 509 173
224,440 224,440 0000000000000117584d6a92090252b75f06ae4f5c4d905b93733f57848c1aa7 0.25 MB 524 160
224,439 224,439 000000000000018c2280305676dc52b881b29bc9be0fa506519cc529833f638c 0.25 MB 643 247
224,438 224,438 0000000000000193de6777cf52ce9b44b1095cbb73fc46fac10e72d64e1db135 0.25 MB 455 141
224,437 224,437 00000000000000f40495720baba1cdaf77d34f0e6e24d2606ca0cb75bff86fdf 0.25 MB 564 204
224,436 224,436 000000000000009dccd3f5573e30780f380a1ea7a7b0435e0a4217219f9a7b03 0.25 MB 617 157
224,435 224,435 000000000000024d14c5cde8c4184870b8dba997fbf0d5fb3e0a7d2bcf96ecc7 0.25 MB 800 293
224,434 224,434 000000000000033ce4fb0e71b1ae9ca3a4f4a0011263cba07c23ee69263272e6 0.33 MB 559 140
224,433 224,433 00000000000002ba06e0ef9a31baa0111635d59fec74226dff254083384dc7c5 0.25 MB 845 277
224,432 224,432 00000000000001334755f2fdaac8b48c6e237f5620f19684da2382f70cf43dc9 0.25 MB 756 384
224,431 224,431 00000000000002398a90405aab191619859c60c396dce74b15fe2d7419496a5e 0.25 MB 291 119
224,430 224,430 0000000000000066a4ecb6c17effd72b5bf9f2be462746b93ccc0f5679b0a496 0.25 MB 449 164
224,429 224,429 00000000000001222b25ed675bb1ced2eedccd92c4c080b52f98807c1b32fd2c 0.25 MB 501 194
224,428 224,428 0000000000000227ab4d965e73a4be04359c427f703a6bfb7a835fd52e645c89 0.00 MB 13 477
224,427 224,427 0000000000000110dbade4cd4f7b67b508d99cc60c972dcfb43e324a3c92bc41 0.25 MB 420 111
224,426 224,426 000000000000011619e2e7f0482040a5dd48dfdfe5719b3a3ceba315741665f2 0.25 MB 763 317
224,425 224,425 0000000000000183152a473f8f298597d5bac01f8de0c47cc3d86d765f14abf1 0.25 MB 637 264
224,424 224,424 000000000000029b9131269ace9eb7b9c9ff5819d98d59a9a7799b711c45e17d 0.25 MB 433 154
Previous 10 blocks ↓
Total Size: 652.18 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,211.31 GB sent, 72.91 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.