Memory Pool Memory Pool Refreshing

37,306 transactions
33.41 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,823 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,830 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,822 (73,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,278 768,278 00000000000000000001d8047b21fdb06ed35aa2a7feb99b910b8405e2404c00 1.85 MB 1,408 5
768,277 768,277 00000000000000000003edf767fdf84dea5a32f7c07562364f50de456467d2ce 1.68 MB 2,534 6
768,276 768,276 000000000000000000077851029dcc2c84e00cfaf8def3f4f1b2326c6941294e 1.42 MB 3,045 26
768,275 768,275 00000000000000000004686100aae02e4a5a97b3bf09b8678f9251c10558d54b 1.83 MB 2,271 8
768,274 768,274 00000000000000000004a792625715b4ae1ae3a0a300310855a010463aeb5d46 0.00 MB 1 0
768,273 768,273 00000000000000000002e626d9b263aabbbb404daf66fc0e1b4d2ea62bd82c32 1.73 MB 2,627 17
768,272 768,272 000000000000000000040fcb7c090c56c67990a1e18ee0dea72d9a7c61a62e85 1.40 MB 3,186 25
768,271 768,271 000000000000000000015e5c4506ce27ee0e565291739fdb6f6f75b319a53a60 1.39 MB 2,723 36
768,270 768,270 0000000000000000000725592eacf9534c24a86d09b6d4eda188f8c51d915b20 1.71 MB 1,517 12
768,269 768,269 00000000000000000004b950c113ce41ded6af87ca5776ab181c95a033d71d82 1.29 MB 1,854 20
768,268 768,268 00000000000000000001140d9fc217aae7bf4dd1dd1cdf53939a2f393bb30ecf 1.58 MB 2,983 22
768,267 768,267 000000000000000000000f11df6fa4b4f502a355ce0fba3121af020835c238da 1.75 MB 3,426 9
768,266 768,266 00000000000000000002d21b9fd0b208b0bc467888435bef9341223e7bd272bb 1.59 MB 2,958 14
768,265 768,265 00000000000000000002ccfb769bd5115df768309fe644a54a21bc9a983ce37a 1.47 MB 3,165 30
768,264 768,264 0000000000000000000344fd54553a22fd00bcbf6f5b7f61474466c43306b1cf 1.58 MB 3,566 20
768,263 768,263 000000000000000000024843496ca7caaf693e5fc2f93736f6b83fc5ec69aa5e 1.30 MB 1,709 12
768,262 768,262 000000000000000000002271589de6049a288455d843a280c661e545cd6e029b 1.49 MB 3,359 20
768,261 768,261 00000000000000000005bf6f5ee0379aec6d846cb477c54bc8754c8c52b8645d 1.56 MB 2,732 20
768,260 768,260 00000000000000000002aaf6255a32e09c16f5c7e4c1c08d7ffdd61d250212b6 1.35 MB 2,144 27
768,259 768,259 0000000000000000000737b25f04944b0ad1aa490cdcc89a605ccb3d07005874 1.63 MB 2,837 17
768,258 768,258 000000000000000000071caf0cf68073f15319c0f24fed58100251024d9b9622 1.90 MB 2,198 21
Previous 10 blocks ↓
Total Size: 646.43 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,351.36 GB sent, 37.71 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.