Memory Pool Memory Pool Refreshing

30,810 transactions
44.80 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,934 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,383 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,933 (443,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,427 398,427 000000000000000004e83d47f412a272d1d06c36e55e407e06f7d3289d267898 0.98 MB 1,873 35
398,426 398,426 000000000000000001d2f47ef15ce373e2d0b5613d94f62a73d1b7c66fa4b8cb 0.00 MB 1 0
398,425 398,425 000000000000000000879412632e423c5da172c13564cd77fe8fbb274bafcaf1 0.26 MB 529 38
398,424 398,424 0000000000000000041822bf7f83e7992d213e5905898b446d334e997154cc49 0.49 MB 627 31
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
Previous 10 blocks ↓
Total Size: 646.64 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,378.55 GB sent, 39.02 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.