Memory Pool Memory Pool Refreshing

34,628 transactions
39.97 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,289 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,656 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,288 (574,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,169 268,169 00000000000000005e16cbd8577774e89ed8f92096a09f3549b680641f0ee58a 0.21 MB 390 61
268,168 268,168 0000000000000002545c2a81773ee6c7c713a02a4ff2629a2ebbc17b8c550919 0.04 MB 61 8,722
268,167 268,167 00000000000000025ed5751b83c8497781804c10b1507ebfe03fba9c13b4f8e6 0.08 MB 194 49
268,166 268,166 0000000000000001db27332d6c122ece6e1b63cd8498ce249acf4fedbddb2768 0.21 MB 455 69
268,165 268,165 0000000000000001e278d94a647530e29b8f7946856b833e4052c8a3847eff9b 0.22 MB 556 73
268,164 268,164 0000000000000003d43ad8206b0869f6d2baee3d96f508833a42e9363ff0542b 0.31 MB 701 77
268,163 268,163 00000000000000009753c8bb32a6f439c454ec594a94483126a41bf7c7f59577 0.18 MB 418 68
268,162 268,162 0000000000000003f6ba068163c6eea7c4adaf5fe9613bde6ad6e4d188645bb9 0.17 MB 350 68
268,161 268,161 00000000000000011a839886f00a638ec3b19da427ee512f0021c1e7b511c67a 0.20 MB 495 68
268,160 268,160 000000000000000727725da61348d40af0700defc9a4d0658d5cb35a7aa112ef 0.06 MB 128 36
268,159 268,159 00000000000000005feee7ae49d9324925a46c842d1ba5543416e463ae4eda00 0.49 MB 934 59
268,158 268,158 00000000000000035846854b3a9fedba4649652fe29b2b9b4cedc0b5f77ad981 0.25 MB 388 23
268,157 268,157 00000000000000031f623337e9ec2d05ee2e0f63ed20fc1fcce1488dd7a793c5 0.25 MB 547 105
268,156 268,156 0000000000000004a9f33d853c30c79ec2ba1a8b45b8a122953b39e29ade0a8b 0.19 MB 316 110
268,155 268,155 0000000000000006fa381f9c0568bf6d299f4bf38e1925462188790c60201ee5 0.10 MB 206 71
268,154 268,154 0000000000000008293afc65050a545fca620a37a27fe0861797927cfd896973 0.05 MB 84 35
268,153 268,153 0000000000000002632aa1483bae5a6e1adf9bf1facb2150a89cce62a8172813 0.10 MB 170 56
268,152 268,152 00000000000000009e490802ff012a96626781d7a9ba29e452f51d8a0868e434 0.41 MB 571 60
268,151 268,151 00000000000000047f563e1857960d79d84ae2371367346cd80691d2937e048b 0.11 MB 240 58
268,150 268,150 00000000000000033447a379775becbbdb58b93452de6062508de0abd1514c85 0.16 MB 337 74
268,149 268,149 0000000000000001b30ac18c945c6185df72875f9363bf1d34aa9fd9237eed3d 0.12 MB 216 10
Previous 10 blocks ↓
Total Size: 647.26 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,469.75 GB sent, 44.32 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.