Memory Pool Memory Pool Refreshing

41,739 transactions
45.84 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
842,461 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,818 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,460 (576,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,217 266,217 0000000000000003d2570838462a6ec50355a65c1e90637deae36db5202f4e64 0.23 MB 526 36
266,216 266,216 000000000000000738c66042d033cbf7a279840cb0b7b51b94f0dd01cdca6196 0.25 MB 742 171
266,215 266,215 0000000000000005fef8737e14deb4efa11aa16ae6052e6b5cf737586394b986 0.05 MB 101 73
266,214 266,214 0000000000000007d6e9557b8f3e69a9e7deb9432ff52e5a1d1f0c16bab960ad 0.04 MB 106 69
266,213 266,213 00000000000000064efb046ac477466d40a7c0df021b60e526e5513cfbb9e640 0.14 MB 98 10
266,212 266,212 00000000000000099539809d1a1a94046649920191b3d3261fdd32008799aa6f 0.18 MB 295 35
266,211 266,211 000000000000000007de65c84d2c547d126b3bfa16e43a2f57ee6c3539a34289 0.25 MB 752 109
266,210 266,210 000000000000000375c295ecce14f647de6256a263ab72867f172cfb1c94b536 0.11 MB 255 101
266,209 266,209 0000000000000002e01bbb8350604b77c5b50aee5b1b5b77028a3d1e8c592493 0.08 MB 179 58
266,208 266,208 00000000000000080d1c3a923a1453fdb9143d4246b6c3e569d48be14824f6b0 0.15 MB 86 10
266,207 266,207 0000000000000005ca97ed54a9f8c3519f7f5b17a954ba2502d8056ab42cdfbe 0.15 MB 199 29
266,206 266,206 00000000000000014a0eebde981022c6b994fd59588d189b19daa0aec6aa40da 0.03 MB 34 136
266,205 266,205 0000000000000001a3248119dad1665fc6c09ec592f8bb8572081ae99cc88061 0.04 MB 34 18
266,204 266,204 0000000000000004e83f19c8932cca4f4edfa27e6b0a3c3330201715f212e2f2 0.22 MB 516 99
266,203 266,203 00000000000000090154d76cbd8b0024461676c60c63903e4ee9b1acdf7d7863 0.03 MB 92 111
266,202 266,202 000000000000000a393eb3565f3e230ed8c293413e26f536bd0bedf13b57f8f1 0.15 MB 207 21
266,201 266,201 00000000000000098ea71c63e56805c7c63ae540f9f593513921be33a61745ec 0.14 MB 324 98
266,200 266,200 000000000000000654c8bacf0660c0ceab00cb4c86f65825086777af218a1896 0.04 MB 102 58
266,199 266,199 000000000000000010d631a2b0529909c9624201ac8e740f0b51af0a1658abb3 0.06 MB 182 52
266,198 266,198 0000000000000008f88e0f117b89ee8b5f8a2e44d33a3947a9776303d6cc9825 0.18 MB 319 31
266,197 266,197 000000000000000268df857ca74705edb981a9fb6628f7a5616aebb109b5e165 0.25 MB 736 117
Previous 10 blocks ↓
Total Size: 647.59 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,516.18 GB sent, 46.67 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.