Memory Pool Memory Pool Refreshing

34,049 transactions
53.38 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,679 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,752 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,678 (312,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,278 530,278 0000000000000000003439f594948443f8d6a7c382847edef63768c73b1af16a 1.01 MB 367 8
530,277 530,277 0000000000000000001c55e34fb3da8843c1d4254622ac42d6065097684270e8 1.16 MB 2,187 24
530,276 530,276 00000000000000000001233e734a2e27a907c24bf43a55b71ea28e06ec4b829a 1.19 MB 3,102 34
530,275 530,275 00000000000000000009e63379bc28f94b6e346e7fd2c95b8b746f3ea70ef2f7 0.27 MB 453 63
530,274 530,274 000000000000000000262001a4acc896d468fc004547e453eb84affd6e6911e5 1.01 MB 373 3
530,273 530,273 000000000000000000175b26ef238f86dabb3f8856cd8bc43570ebf46d62088e 1.03 MB 679 11
530,272 530,272 0000000000000000002a2f346472f2696c4128d4995d81bb220ce3a394b34d6e 1.01 MB 225 1
530,271 530,271 0000000000000000002e7054dc7c45aca6f3e0a95b63dd25bfe8cbe13af3f3ca 1.15 MB 2,570 26
530,270 530,270 000000000000000000307b0ac8d53b36b9cddd672c825671618da9a619691e29 1.11 MB 1,001 16
530,269 530,269 00000000000000000005ddbcf13b1444c6e2d95c68bd6751945a2971afcc0908 1.15 MB 2,245 22
530,268 530,268 00000000000000000007ab0841efdff776f602480dffda17a510251e16c9b857 1.19 MB 2,367 28
530,267 530,267 0000000000000000001ba9eb416faf04f6035759e05beb0ea5b5479147b1cd09 0.62 MB 474 9
530,266 530,266 000000000000000000087d8a9ea3eb44823385fcca5a7154d472a2991eda10e4 1.08 MB 1,413 18
530,265 530,265 000000000000000000012917498a67a4791726ddf10540e5addc0bf39c461375 1.02 MB 347 5
530,264 530,264 0000000000000000000ef46507b29f87dc9ce67aa0ad4c6955c565fe87a21bf9 1.09 MB 1,111 16
530,263 530,263 00000000000000000004b6a596ede63e45ec4e57b61096328085eb92d5da7c46 1.04 MB 429 6
530,262 530,262 000000000000000000255456c15a74086cd316bff71557552b1d127f9ded9adb 1.13 MB 568 2
530,261 530,261 0000000000000000000b269ab4164e8d4982e4cd0b42153522438f870b97ab32 1.09 MB 2,259 8
530,260 530,260 000000000000000000089f2420954c5c84373531582d90c22d7d314623f7f903 1.10 MB 1,769 18
530,259 530,259 000000000000000000182f5f969f0cff10619135555e7b2eb1eaf57c586769a2 1.21 MB 2,803 26
530,258 530,258 0000000000000000002c62955c8153011be6d74db04cb4e40c77d73803626317 1.03 MB 852 7
Previous 10 blocks ↓
Total Size: 648.01 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,562.71 GB sent, 49.24 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.