Memory Pool Memory Pool Refreshing

39,079 transactions
38.56 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,382 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,030 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,381 (443,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
398,402 398,402 00000000000000000116dc3ecb4e9049369cdd97f47bfb79ce73f55753efc14e 0.99 MB 3,127 53
398,401 398,401 00000000000000000540e66b89b76f41d2dc8b0b7d462238937ea15b95e6b61f 0.40 MB 858 34
398,400 398,400 00000000000000000067c815c29d3abe54d91d8195038dc50b131343aa972eef 0.99 MB 1,886 36
398,399 398,399 00000000000000000195c6e238d5b2e44429200375e62717f2f2c7cf989d8f8b 0.56 MB 916 31
Previous 10 blocks ↓
Total Size: 647.43 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: 8,486.69 GB sent, 45.74 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.