Memory Pool Memory Pool Refreshing

96,800 transactions
38.82 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,849 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 877 96
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,848 (747,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
100,131 100,131 000000000004592c114ed28ebbeb7728e85ff87c6e2c272dcde78c316aea777c 0.00 MB 1 0
100,130 100,130 000000000001404895d384bc70d37c796c0440948b8792090db3bc2734135f73 0.00 MB 1 0
100,129 100,129 000000000003b6e4351f1e5defa669b69701a8e1ff311e45d817c110c6658037 0.00 MB 3 0
100,128 100,128 000000000000435da7cd8f11bd66f9435187a8bffb7dce260b3c108e0568554b 0.00 MB 3 0
100,127 100,127 00000000000343000d07a0e158b64d0238ea88aa36e9cc3431724324fdcc7d41 0.00 MB 3 0
100,126 100,126 000000000003adf55c303e3d230feec8730610e44ff7cbfc10a99a8d03f9dbca 0.00 MB 1 0
100,125 100,125 000000000003527a33a646d1e78964e318f7fbe00ddb0d4b1c027f8e9a7956cf 0.00 MB 1 0
100,124 100,124 0000000000024c0f293136fe7b20fbf646a270b942c0e2e38d372395135e0c22 0.00 MB 3 1,582
100,123 100,123 0000000000032d3e1e558a097d25384348c607a17641efab988a93d3fc2a3e00 0.00 MB 2 0
100,122 100,122 000000000002f3798ac4e07ebe6ebdf8eab2707e8d50d068067ecab799daf727 0.00 MB 4 0
100,121 100,121 0000000000028109572ea03840902140474e53d8e09f65a04c153ed8c2b29aa8 0.00 MB 8 0
100,120 100,120 00000000000000c0930bc3046ce0fab487933b847c7226bdf0e86f4a7c094403 0.01 MB 6 0
100,119 100,119 000000000000c0c893bf1f49151306773af69c74309ed943e0837367258124a1 0.00 MB 1 0
100,118 100,118 0000000000027f08ed8813e0e76332f4513458467eeab1823b32963c1d8350f7 0.00 MB 7 0
100,117 100,117 0000000000018596777510be02677959b26830eccc975e8bead25ca0c00e0bad 0.00 MB 1 0
100,116 100,116 0000000000011aff196c9019e34225767fbbf82ecf840749b2f96125f100d827 0.00 MB 3 0
100,115 100,115 00000000000059dd3bb043f8fec23a581c973e6a297936d96f81d30db7d39897 0.00 MB 2 0
100,114 100,114 000000000003b243d751dc9ecad1381ec087ea5a0b118fee25d0941266269ab4 0.00 MB 13 0
100,113 100,113 0000000000034f5dd5771489d62d055d86700c3bca6beea7e626a080a0595646 0.00 MB 12 0
100,112 100,112 0000000000015421c36210a1f252b29faba84d1a9412e24d6f5ea4acbfa562eb 0.00 MB 1 0
100,111 100,111 00000000000331b5fca71781aae86bc8b99e5196479c6b9d8ab552b37ce07524 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 657.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 54 incoming
  • Data Transfer: 28.81 GB sent, 0.27 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.