Memory Pool Memory Pool Refreshing

63,558 transactions
38.96 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,123 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,127 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,122 (586,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,558 255,558 000000000000003726c1983088e1db57bc1e2cad5df1dd58b36f49202503866f 0.09 MB 202 145
255,557 255,557 000000000000000e63c37c12040b4c8a6df922a25af06e335da404ae568a752b 0.06 MB 106 123
255,556 255,556 000000000000001b55eec35716eb5b530a19e5b928b92224c02652c095d99bba 0.09 MB 221 109
255,555 255,555 000000000000001466ffdf39ae0cf6e6d27f3e6bdd319dcf17bcff04548611fa 0.25 MB 621 149
255,554 255,554 00000000000000241587376c58cbdbdf8c24a4b30be1b3c1a190a7dfb327fc21 0.17 MB 416 143
255,553 255,553 0000000000000003d247790c97673166ce3261236cc24210d15dd71f401f9345 0.06 MB 119 121
255,552 255,552 0000000000000023be686635b1081b937034fdfc8de433589abde8963dfeefc5 0.03 MB 86 113
255,551 255,551 000000000000002834b3b08aaea3d1200d9337e47ea1a392e5c668c565fa342a 0.09 MB 182 102
255,550 255,550 0000000000000013f0b08aeeaddd9a60d73b28536cc8815f3b96952586179b22 0.11 MB 242 115
255,549 255,549 0000000000000018029bb8bfda64a424e988cd6126f8bf7bce978b2f1e6d5c2b 0.20 MB 447 104
255,548 255,548 0000000000000032c2ef84206e6c3de59cc19d6355caf14233f1b5f35810e538 0.10 MB 254 110
255,547 255,547 000000000000003128bec6afb1c88093232f05fb6efc8247a9483d716299e93c 0.09 MB 214 107
255,546 255,546 0000000000000024dbf4f4b3fab22cbc46f7f06e1a7d08e84b219312dca8823d 0.02 MB 43 82
255,545 255,545 000000000000002ce10a5e7f7290ef09fc71f2a453224149b9a86398f48b5fc4 0.12 MB 260 91
255,544 255,544 000000000000003ed2368c5886694063b0777c67d0c1ea6141683d6c3abb9f1f 0.25 MB 688 127
255,543 255,543 00000000000000351d9db36b6b89dd3696b091221de354f685360029b339b91c 0.10 MB 193 82
255,542 255,542 0000000000000033173d7de6a238768f46ba47e986ac8d9eaa24ef80db9f544a 0.21 MB 500 104
255,541 255,541 000000000000003547d0c11392dcea073720edc4b90b9b5686b5e2c9b0673ad6 0.07 MB 172 93
255,540 255,540 000000000000001d1815a1691677ef8f84ded74db408ccef76238ee1a4667314 0.03 MB 77 90
255,539 255,539 000000000000001b1529631d97e1b4cb0ed611829a412255e682aa7606bdb1e5 0.01 MB 22 55
255,538 255,538 00000000000000317ae1346a2b8c7d095f86a12d9de1c76dab50952e2b35c42a 0.09 MB 200 112
Previous 10 blocks ↓
Total Size: 646.97 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,442.08 GB sent, 42.03 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.