Memory Pool Memory Pool Refreshing

30,948 transactions
47.06 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,033 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,349 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,032 (571,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,115 270,115 0000000000000001036d6593def7348c12d410799b61adee249a7037b4b1118d 0.21 MB 448 76
270,114 270,114 00000000000000068603db42ff0133ac79636d55f320c49e824109579fb6832f 0.06 MB 118 74
270,113 270,113 0000000000000006e1c78fe02a76ec328758d92b13350ba161f4530bc564f6ba 0.41 MB 1,052 122
270,112 270,112 00000000000000035ffd6e36d70040f219f98d4437192e20e7ceaa48076df466 0.00 MB 6 63
270,111 270,111 00000000000000065f9d924a17382153af066a464558fdfd900017d5481fae62 0.11 MB 240 40
270,110 270,110 0000000000000004e0085a87b245f832d8b1ee76f1bcb5e9941b084a4a4df529 0.17 MB 350 55
270,109 270,109 0000000000000003c275cb98ef57c6a8393a811f21e6895036e7d512bda13c5a 0.13 MB 204 54
270,108 270,108 000000000000000826defabe28ecc63942805b77ff836fe9b104656bf25cbf77 0.14 MB 269 49
270,107 270,107 00000000000000074e7d9fac271fa7ab3c42323d4b0f1d0b5f82534a4f8f0095 0.16 MB 345 66
270,106 270,106 00000000000000008a2bc014ff53b0f11f8c8e7da20049784980f51878308517 0.08 MB 182 49
270,105 270,105 000000000000000397ae074a60f75c19ea00382f4ccfc95eec1ef596487de880 0.11 MB 313 171
270,104 270,104 000000000000000147248aec1196a73a7078d72e88347f59e5142e89cd97f50f 0.07 MB 117 49
270,103 270,103 0000000000000007905d6b43beef8f0ded9a2a948b498c3210bd85f85180612e 0.06 MB 140 37
270,102 270,102 00000000000000014ca7c7f73a76b313694acfd1aa48402da1917780f2970d73 0.03 MB 64 56
270,101 270,101 0000000000000001ee27dcea2d3b0702b310d6213866d8dcfffceb8b5b87e973 0.11 MB 198 24
270,100 270,100 000000000000000427ef332dd54bf3f611c1400dcbe1863c811d4e223a975d9e 0.13 MB 316 71
270,099 270,099 0000000000000005e283ba322761cde5f606238a8a032b34f053e9500552d57f 0.09 MB 123 54
270,098 270,098 00000000000000058d6997ca0836ec8acc7900bf137ac1b2a9182741937b2525 0.24 MB 545 66
270,097 270,097 000000000000000567720d1f23931cea76782dd63181c5c65de4156c27f86d5e 0.21 MB 467 82
270,096 270,096 0000000000000003606abfa5b19abcdefd839cc1b0da2fea63cbda317597de5a 0.08 MB 149 53
270,095 270,095 000000000000000735e3f5b33f6a72639400dd9800e225942aa743de9f181df2 0.14 MB 299 57
Previous 10 blocks ↓
Total Size: 646.82 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,414.26 GB sent, 40.34 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.