Memory Pool Memory Pool Refreshing

40,199 transactions
41.95 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
840,813 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,367 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,812 (721,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,302 119,302 000000000000a4b96e58dd13638ba871973950c338c0d93435921e78bcb9f1e1 0.00 MB 12 1,208
119,301 119,301 000000000000ac50b90227e65fb7db25db1f4600c6844f9c5fce73270d622adb 0.00 MB 8 318
119,300 119,300 00000000000024d8b30b59cc164f5454b48f4c50d0cf088488bd85c6aec66f2c 0.00 MB 11 0
119,299 119,299 000000000000a5046485db4aba24a285738e3e36c9dc614ae46b2e9d3e41ed02 0.00 MB 2 3,861
119,298 119,298 00000000000069162f60580e869b37c5873a7e5c9f87193c72e782ee1b2d6396 0.00 MB 13 509
119,297 119,297 00000000000058e5fee294c63ad70dcc160b27662571c41720b6595f77a38ee7 0.00 MB 11 0
119,296 119,296 00000000000084a15b0bfaad5c7750bce233cec3f6bb82354c036057ab2fa9ac 0.00 MB 2 653
119,295 119,295 00000000000090493a6662122a7d31c0dea2263afe137ed8634705354222091e 0.01 MB 26 678
119,294 119,294 000000000000565c8556cd075b5b4e04b93bb7d4b3db8daad0cd679c82457179 0.01 MB 20 209
119,293 119,293 00000000000085b8fde745a082f1235bc864589af758fdd101f1dafeff89a0dc 0.00 MB 16 1,347
119,292 119,292 0000000000000cecb778ef587bbc14398a39993d6be24ad96f0534012ed25398 0.01 MB 12 760
119,291 119,291 0000000000002d00dca495b5c5b4b0d30faab02895446ba0a5c14b708b47c888 0.01 MB 32 0
119,290 119,290 000000000000621edb423f0968db5911b545f0e83753d72727adb2cbb33cfbe2 0.00 MB 11 346
119,289 119,289 0000000000002d53f187d8a3b264015d6da2a27165013d85e8e8f6d510bcff38 0.00 MB 17 1,058
119,288 119,288 0000000000006e8226897065752bd531e54730787b7decbb037cae7c268f4d62 0.01 MB 17 462
119,287 119,287 000000000000022386edcb3113370cd5184f1329e8e01f75032d6b7e25740156 0.00 MB 13 409
119,286 119,286 00000000000047329488459462b6bf6298d19a857a728d5904a3b1e82e45be33 0.00 MB 6 0
119,285 119,285 00000000000012a2f6174d012671418ed09117e3f15a58f04969623626172660 0.00 MB 8 0
119,284 119,284 0000000000004d6b048bca61becfd973222d679ec3dbd8f880082513b83cf10a 0.01 MB 17 196
119,283 119,283 0000000000002c0b2a2512f8f1d2f50ff8a6951bc232256310ecf460815d9804 0.00 MB 6 280
119,282 119,282 0000000000006209bdffd0c5dbf979beba892a25718894bfdf6a292c7b1959a8 0.00 MB 7 231
Previous 10 blocks ↓
Total Size: 644.55 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,060.88 GB sent, 27.80 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.