Memory Pool Memory Pool Refreshing

31,886 transactions
42.28 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,203 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,948 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,202 (496,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,160 345,160 000000000000000014bda4bb77f7970413dca4082aedfd9e5f4772153bbfaa69 0.10 MB 118 13
345,159 345,159 0000000000000000062b51a8d32c808e7d4a3a981f7b4fd1caa7f149acd6c749 0.67 MB 1,166 24
345,158 345,158 00000000000000000bae23bbb3ba8b024e78959ab51bda9280d8d18152c1eb65 0.50 MB 692 19
345,157 345,157 000000000000000007f55b54203cba38e16e63c0dd86d4852f55aa96dbfc3440 0.21 MB 512 29
345,156 345,156 0000000000000000026d229f6ede58738c8d23652e8a741d45c8a2910021b557 0.17 MB 512 51
345,155 345,155 0000000000000000125899a2c6547d8c8e9b8f767a1f78d1437e0691428f87ff 0.00 MB 1 0
345,154 345,154 000000000000000011bd53b5fbe41e3e0fbda70ee01f410f2aa0b7a1aa7ca31b 0.08 MB 112 14
345,153 345,153 00000000000000000265f515db819518902e913a74e14ec99a326ac7fe3820ad 0.79 MB 1,496 25
345,152 345,152 000000000000000004b1ed1be0c298689c8d24fefbfc6ffc968c6461fa6e4c3c 0.57 MB 707 19
345,151 345,151 0000000000000000092c2133fef3b12b9f8949a2c34ceb738f8138dff3ac6aaf 0.75 MB 820 18
345,150 345,150 0000000000000000041e2f4b6138dfed77acab53b396972ecc3eb9a6cac9c40a 0.85 MB 2,213 30
345,149 345,149 00000000000000001388c74fa196929eadd610bc3a72dd5a786464a74ac3886e 0.28 MB 1,024 59
345,148 345,148 000000000000000012e61afb49adc90a1caae86fed460c19195923349e34bc54 0.48 MB 567 15
345,147 345,147 000000000000000006f682b879819d30023a8b2739089738ab1e2fe8101ca3a8 0.75 MB 1,357 24
345,146 345,146 000000000000000001aa3c2fc240f2395bc0ce6e24741080eca9208324a51b78 0.31 MB 1,024 48
345,145 345,145 0000000000000000066ad365b962867663133d9d4ff96077aacc638caf711617 0.09 MB 229 22
345,144 345,144 00000000000000000d7afb231ed633fb8a814f12973d0d1b406309bd8f83a096 0.88 MB 1,748 26
345,143 345,143 000000000000000002dab62005ac24f554778ba092eea267ce40750b56aa46f9 0.37 MB 656 26
345,142 345,142 000000000000000013cf561af5b2e270eabe416a0dd1c6f6834acaa8f68a642b 0.21 MB 466 28
345,141 345,141 00000000000000000d6564c9e4e51c7aac58dff66467a43971a7334bcc3ffdf5 0.25 MB 178 12
345,140 345,140 000000000000000000b37d05cc52fc2f7157a8ab8cb216a2248c0d71ee2e68a2 0.75 MB 1,584 31
Previous 10 blocks ↓
Total Size: 645.26 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,226.12 GB sent, 31.33 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.