Memory Pool Memory Pool Refreshing

47,036 transactions
46.54 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,324 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,666 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,323 (301,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
540,962 540,962 00000000000000000027896ea289809263efa3c49ba07f6d5b9e82239aa44fd5 1.15 MB 1,544 27
540,961 540,961 00000000000000000000a23c458637f20d20e53bf037d31dfa103b3b464af117 1.06 MB 1,359 44
540,960 540,960 00000000000000000027f444a93547497ce933ea1353892eb555ee04ac0919a8 1.11 MB 1,578 28
540,959 540,959 00000000000000000001d4638069579085df85acceb8efae7f78c177da760bd3 1.32 MB 2,826 12
540,958 540,958 0000000000000000001474d3d2b56df49510a7007f0443aee4a04a1ff4e3d285 1.15 MB 2,056 59
540,957 540,957 0000000000000000001206d8dd000bdf373e4e55a643f8a98028cfed033b3d98 1.17 MB 1,944 20
540,956 540,956 00000000000000000015d02e121d66d44fa08d98f4340475fe0c5c7fbb13905e 1.03 MB 484 4
540,955 540,955 0000000000000000001534b65134e194d985833be7e16b32d571ef46d6109c7b 1.16 MB 2,063 14
540,954 540,954 00000000000000000023257071eeaf0f4defb8ca3d55ad4c9110f09a4332cadd 1.27 MB 3,039 8
540,953 540,953 00000000000000000008ec264470435ae75f12fc63ce11eea5285ea187f1ef88 1.14 MB 1,648 16
540,952 540,952 00000000000000000027a330635ca0203e7d5469d210fcac2d32f3e4e1a4536f 1.11 MB 1,676 19
540,951 540,951 0000000000000000001c16383ad1071e3c84045e8624b08b8c17b3751578d492 1.03 MB 829 44
540,950 540,950 0000000000000000000735267d6fb50ab017f12cf3f7c171439ffcb1d35f800c 1.02 MB 843 64
540,949 540,949 0000000000000000001fd3e1325586eada9927095ce4147d24cf8b8a67026431 1.17 MB 2,345 12
540,948 540,948 00000000000000000023cd61b87e2ea60560b3a6e1a05aa97d9985983e879bdd 1.23 MB 2,932 11
540,947 540,947 00000000000000000001f6875765d78819d430f8282d8f6db46e0ff57c93912f 1.14 MB 2,259 46
540,946 540,946 00000000000000000004f9bdcc05b70f5027ab30fa3b3d5cd97c13b3ce168202 0.28 MB 370 22
540,945 540,945 00000000000000000012ea1e855b661286ea5ab43cd54bdfc8fac06224ee24d4 1.17 MB 2,642 6
540,944 540,944 00000000000000000026c7d99fa81c4f3bb162f03cc1d924090e01411c6a06f5 0.31 MB 575 41
540,943 540,943 00000000000000000001abf4032b087aca2ecc662c2f2efcd9e9eb302b944dc0 1.17 MB 2,635 19
540,942 540,942 00000000000000000022ca6450ff15fe07699590ef8d0f3678cd0ebb96c63c5e 1.24 MB 2,270 31
Previous 10 blocks ↓
Total Size: 647.33 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,477.49 GB sent, 44.94 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.