Memory Pool Memory Pool Refreshing

68,349 transactions
28.79 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,016 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,504 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,015 (232,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,362 616,362 0000000000000000000b3c58abd75d7a59526cd86b07f8336557c9873bad3d23 1.09 MB 663 6
616,361 616,361 0000000000000000000919d996ada30f52ac4d0c3909e4898f17b4eafeeefc66 1.17 MB 2,573 4
616,360 616,360 000000000000000000041e119bad525d4e1e68ab9689f69e60d6b6f12015efac 1.20 MB 1,852 29
616,359 616,359 0000000000000000000a115f4ee3de9f69120f5cb836647d1f0201de5c68554d 1.28 MB 2,257 28
616,358 616,358 0000000000000000000450796dcc8c19e077b8b5c90a90c23008aa88bfdd9dc3 1.16 MB 1,909 13
616,357 616,357 00000000000000000003e32b31d4aea83cc4d4dfc4f21b84f866e8882eba5499 1.11 MB 1,168 10
616,356 616,356 0000000000000000000a45773aba4660f019b8f42d6cdb97af1278dc348c7771 1.01 MB 188 1
616,355 616,355 0000000000000000000623a59f16b476f0b85b7f97c3b478441659b8bafaf351 1.07 MB 292 2
616,354 616,354 0000000000000000000d6d0c60281a6965ffef009a19756fcca36a644688cc02 1.06 MB 639 4
616,353 616,353 0000000000000000000718b76b2ebb20a13028c10a9920ee740ab51ec768ca2e 1.30 MB 2,682 18
616,352 616,352 0000000000000000000f2a2f49715b8156f6f736641fd9a63b4681c4a92534d0 1.16 MB 2,037 4
616,351 616,351 0000000000000000001026dfd801448ebfd122a580fef2e63d17c6bbf290dd7f 1.17 MB 2,284 8
616,350 616,350 0000000000000000000f9de031cf74e3ec3a4492d2d2721152c13c33ea3bc4a8 1.36 MB 2,582 22
616,349 616,349 000000000000000000083c117f3ec3df720fd3610793313bd54ac394128c1fe1 1.33 MB 3,122 46
616,348 616,348 00000000000000000006a5ea3be113a845a6b65ee36c23408a6f4e4310c96cae 1.10 MB 970 9
616,347 616,347 00000000000000000005ee941128175545bbf86e0014b17ff759b407adb45a17 1.18 MB 1,434 11
616,346 616,346 00000000000000000000e2215dfde5c9a21ac6eb1f92f0cf2a2654795acbd293 1.29 MB 3,194 17
616,345 616,345 0000000000000000000de113364882b42af5123423c451b100a3b9dc3e114784 1.20 MB 2,645 17
616,344 616,344 0000000000000000000b33a8588206cf9526886ff8560c279464b591c7af1f80 1.34 MB 2,944 29
616,343 616,343 0000000000000000000ad2ee72ce6fb94efc1791f25318081fb4ed5909b1cc6d 1.14 MB 1,631 9
616,342 616,342 0000000000000000000d23b3984aa2a7c181c5e5012f1d0b8dd450a1830a9493 1.05 MB 590 4
Previous 10 blocks ↓
Total Size: 659.65 GB

Node Information

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