Memory Pool Memory Pool Refreshing

32,848 transactions
49.32 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 841,527 (255,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
585,685 585,685 00000000000000000011ab63c0ef0108cf4d475c1c2d7496dce565bb04c8ea57 0.78 MB 1,704 41
585,684 585,684 0000000000000000001bd7be53c0aa40e2ea3de13fab3e25f5cca6ee21028240 0.42 MB 1,022 37
585,683 585,683 00000000000000000013bc95c4a6662c84c23c97df692448aab8cc1d32b11864 1.02 MB 2,122 40
585,682 585,682 000000000000000000062c8a662056bde9b16d081b73f206ba0ab300d4ede155 0.99 MB 2,103 21
585,681 585,681 0000000000000000001e8332e646e3907ea0e79b26c72482899fe3d45c8623cb 1.18 MB 2,051 33
585,680 585,680 00000000000000000019970f8780b8010c785f5511ed4aed893e067faa032e8b 1.34 MB 3,020 70
585,679 585,679 00000000000000000019b1adf7f867343ef1e467e7ac4f1348024ecd80e0a1ec 0.86 MB 1,938 10
585,678 585,678 00000000000000000003304cb8edd7fa93b34b8e202f0d61065f1f85eaa2d68e 1.24 MB 2,514 48
585,677 585,677 0000000000000000000ce87a57e7b937a3354f5e387c2ad597b90e4784cb59b2 1.28 MB 2,501 37
585,676 585,676 00000000000000000015dc49c2830586092c5fffd1d9283f84835fecbc2cc225 1.17 MB 2,238 35
585,675 585,675 0000000000000000001e14989cdd8620205a32cc8eba191a61e141c0b57cd6a1 1.27 MB 2,742 65
585,674 585,674 0000000000000000000e5f163187c6f42363323cf0f53583a85d0b2944f4db95 0.58 MB 1,246 37
585,673 585,673 0000000000000000000c0f49359ae0f56f4bf0f8d14bb84e733bcadbfee2bcb2 1.15 MB 1,712 5
585,672 585,672 0000000000000000001b96e5bcacb62123e61be8f9b93a8e7eb2da14d57292a7 1.10 MB 994 24
585,671 585,671 0000000000000000000cdb1e3a12586bd70b46744fb1dbc7c8db79f1b8e83925 1.05 MB 1,178 14
585,670 585,670 0000000000000000000bce35ab85982ccf8800061e17f72e81c0d193c9b7f376 1.09 MB 1,223 19
585,669 585,669 0000000000000000001a8965d6453a6ea46a321e2b2679b4634e5cbebe016644 1.20 MB 2,465 25
585,668 585,668 00000000000000000012ae816ad633d6fdeae4a9ec92310fe63e71969071a05d 1.26 MB 2,912 68
585,667 585,667 00000000000000000011df8e3e467978da19d6611b14c9e563a9e4a14a425584 1.07 MB 1,150 12
585,666 585,666 0000000000000000000f4c7ffbea8a84095ab894c63e60dcb6b491b6fc956783 1.09 MB 1,598 20
585,665 585,665 0000000000000000000290b0db4de88db3055920f45a9aadaf52b94bf5b61180 1.09 MB 1,980 36
Previous 10 blocks ↓
Total Size: 645.87 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,300.34 GB sent, 34.63 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.