Memory Pool Memory Pool Refreshing

90,936 transactions
36.44 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,105 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,007 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,104 (524,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,354 321,354 00000000000000001ff8abd7bae6f861d293224156f3ce5e67cf92039f1635a7 0.24 MB 315 19
321,353 321,353 00000000000000001eb3a9bcf31dbd1d79b3d50db9a0ca956631732e7482d599 0.52 MB 781 23
321,352 321,352 00000000000000001415ccb0f8a33d54ce9e1154c54f64697b2c6b204f19cb77 0.39 MB 742 28
321,351 321,351 0000000000000000125c044caaaeaf4f3e2b59ae19f3a86b73dd6e8d254a1bb2 0.26 MB 594 35
321,350 321,350 00000000000000000dc6a012db4d1985dcab53bb62e0c8248f83442d7c00f21d 0.04 MB 108 22
321,349 321,349 00000000000000000b3b5e68d140bdb7b7e9f73d333c3c02c9e77d6db2fdc51e 0.56 MB 1,092 28
321,348 321,348 00000000000000000add5fe16cd4f9d36cd52742360f7f4238b79d69e486536d 0.07 MB 79 8
321,347 321,347 000000000000000016d79443e3042277d863462aa42812b8eb653be709dda8c5 0.12 MB 158 17
321,346 321,346 00000000000000000396a77c6c341fcee191a7556d83571879d36e63342d2079 0.21 MB 364 25
321,345 321,345 00000000000000000fa44bf88c707058d87822ce7f724156eebbd492444ff0d2 0.16 MB 189 17
321,344 321,344 000000000000000004d31ff1816a45d4e7db9806e8bbdf0da2a1c90941fbfdef 0.35 MB 624 27
321,343 321,343 000000000000000007cd331706e3441616b20e48b6825884e85f17b8be7e107c 0.27 MB 510 30
321,342 321,342 00000000000000000f8bdbcf314c101321a1c2a87fe6fcb1635ffbf018ea9db8 0.07 MB 59 8
321,341 321,341 0000000000000000248e8afeea50ca750a944b289f34c696004b9444a9194b3d 0.25 MB 404 24
321,340 321,340 000000000000000009e32a4feb5e400e049a30abb03a080cdc8a1542f36e7e9a 0.13 MB 253 29
321,339 321,339 00000000000000000f3c976d3e59613394dbbb1407653e81d47b736ff1e69542 0.07 MB 152 31
321,338 321,338 00000000000000000fa36c7f2973cc05b44592334fb538b230217135b77624b4 0.28 MB 516 28
321,337 321,337 00000000000000000168411c2ca95cffdcd1bf767764f588c390550048297cde 0.31 MB 579 30
321,336 321,336 000000000000000010518f375b943a9b2c76c6a4946d32709ff56aad56936f3a 0.34 MB 461 22
321,335 321,335 00000000000000000f6b6c9f65685d3b17dd26ff7ec8b7d73b4b915fef5dd4dd 0.02 MB 64 46
321,334 321,334 000000000000000006d8f401f0e926e60ea55aaa00e6c0c7f7f323dda111fa0c 0.04 MB 82 24
Previous 10 blocks ↓
Total Size: 654.41 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: 9,371.36 GB sent, 88.79 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.