Memory Pool Memory Pool Refreshing

59,418 transactions
46.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,071 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,546 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,070 (205,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,894 636,894 0000000000000000000cb2f876936e144308e565aca8be9f474f2eb7cb9dcf2e 1.33 MB 2,647 35
636,893 636,893 0000000000000000000bed706903ac62dd136544fe63b7ff78890db905b7cdd3 1.22 MB 2,307 30
636,892 636,892 00000000000000000003f7aeb224a233cad5a9bb7dfe97ff44b5a52c2bc0b064 1.35 MB 2,161 21
636,891 636,891 00000000000000000002b14d1614b0e92ec7859836d278d0cd41b38a7e4bc610 1.31 MB 2,616 28
636,890 636,890 000000000000000000021e7bbf4767f60094db4d120bd8cec6dc23e5c0afeb22 1.33 MB 2,075 18
636,889 636,889 0000000000000000000ddb593c1fcc02c0f13b581f1f6eb6c73856eaf91e725e 1.32 MB 2,714 27
636,888 636,888 00000000000000000009131115a32f48bfc2a7cf5690aba8c4b98444509c54cd 1.29 MB 2,656 31
636,887 636,887 00000000000000000004fb9661a1aa6b54e7afc64783be903a4a66f2faab039e 1.30 MB 2,670 30
636,886 636,886 000000000000000000080e1a0bec2d4a4e69107145d64356c031dafec7b56b83 1.14 MB 1,738 20
636,885 636,885 000000000000000000020e5d0d23ed6b9923269dec011281728e3ac32bde19fd 1.27 MB 2,546 31
636,884 636,884 0000000000000000000e3ba744195393e1d61414d6e3ec84614473e10ce780c3 1.20 MB 1,869 15
636,883 636,883 0000000000000000000cdadc29cc0e881b88f62f24f25b6de5662f4772bbd73e 1.34 MB 2,388 26
636,882 636,882 000000000000000000097069d08db71e6703c8438c979c5c0bf4244533cfa6e9 1.09 MB 2,339 20
636,881 636,881 00000000000000000000e060061a2cfa91db144624301294b8a02a041fde7575 1.33 MB 2,618 34
636,880 636,880 00000000000000000005aa8e9de9d8ecd652ea72b2fbacd600a867156c0144d3 1.17 MB 2,363 19
636,879 636,879 00000000000000000000a573d0ac71e7b6131bf33a66f395857c211ccd0fffac 1.42 MB 2,394 25
636,878 636,878 0000000000000000000f93b6fb7a7b80e15ac78f2ea8cfe3858ad5a0296ad081 1.48 MB 2,338 35
636,877 636,877 00000000000000000008c04a60297011678ee17c0a9a358071825709844e824f 1.73 MB 1,609 32
636,876 636,876 00000000000000000010f230d900eda85b79c15159bca5c885f35e98f766764f 1.28 MB 1,981 20
636,875 636,875 00000000000000000007321c32040f86279e1db8ad63adb5385e338e03d2780b 1.72 MB 1,823 33
636,874 636,874 0000000000000000000a5b0efe9418bd6d8d676abb730aecfc5caecd76ef1964 1.15 MB 2,047 27
Previous 10 blocks ↓
Total Size: 646.88 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,430.99 GB sent, 41.07 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.