Memory Pool Memory Pool Refreshing

48,942 transactions
46.51 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,946 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,261 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,945 (443,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,423 398,423 0000000000000000028e18fdf2e1be64a8bdbe1c9a18b7b99b4e5484ad2beb72 0.24 MB 411 30
398,422 398,422 0000000000000000017187d3c273612b4eb546336808c0d893792a21f063ecd0 0.39 MB 581 29
398,421 398,421 0000000000000000017e07047c01a8bbebfa549965bc4af5b724ce5d5c2e873f 0.64 MB 1,104 32
398,420 398,420 0000000000000000078e2c924992de24efc2e97e8ee33090f477ecc32ec3c414 0.73 MB 1,277 34
398,419 398,419 0000000000000000019f0fef4c9d4fb2c51f689472ab3a4fced45f02bfa9d133 0.67 MB 873 22
398,418 398,418 0000000000000000078a3ddf37d3a127a99ff9ed1e3d90b0460f22879e58aab0 1.00 MB 2,547 43
398,417 398,417 00000000000000000736954e2c3dc534ced20f34471e5233cb18b748dd039bb4 0.17 MB 246 22
398,416 398,416 0000000000000000051471c4ff156b799a9ba3c9f42a40fa7566deae3ab182f8 0.53 MB 1,166 37
398,415 398,415 00000000000000000782337b1cf0322d22052f8a3319e77aff2422e81a8e5952 0.29 MB 468 21
398,414 398,414 0000000000000000021ce5c76ef5a9810f6e21c094477941e4f580c5db72d8e7 0.26 MB 488 30
398,413 398,413 00000000000000000241792db7d5425225170b9633a5e747801aff2ca620995f 0.86 MB 1,743 38
398,412 398,412 00000000000000000519fdde0f1e7a230fe6744e62c7ed766b0d1a75ed6cdc6b 0.59 MB 1,222 36
398,411 398,411 0000000000000000055d6e36412e3fd7454d1c401e6a1465735b39bd5dd2c886 0.55 MB 823 22
398,410 398,410 00000000000000000007ed45f73728d9b427315cf171848bf1d51d5e195a4368 0.93 MB 2,411 45
398,409 398,409 000000000000000000239ee3c01dc89944dcda93d149ef44575baf24d19832a8 0.33 MB 624 37
398,408 398,408 0000000000000000008bb18729d2e8a498086ae0eb4bfd719ac91a1678f04023 0.37 MB 746 41
398,407 398,407 00000000000000000242ee2e6e03e3585bae8f550894f884e63b791d521305d6 0.05 MB 110 40
398,406 398,406 00000000000000000517586a7be9053b1565e37e40347df31b15e54d8b659c6f 0.59 MB 873 26
398,405 398,405 000000000000000002a6ce91d1224a53f99de8b302d5cf596b42de05479100cc 0.05 MB 52 11
398,404 398,404 00000000000000000315c0c44cec1d19f7ca18a618df2afa9a9a06929600c0c0 1.00 MB 1,645 25
398,403 398,403 000000000000000000453b093540f4700423a1c91b2c76e21395d3a70a118990 0.05 MB 22 7
Previous 10 blocks ↓
Total Size: 646.66 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,387.82 GB sent, 39.24 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.