Memory Pool Memory Pool Refreshing

71,810 transactions
28.64 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
846,821 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,432 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,820 (328,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,216 518,216 00000000000000000002e86c7738093fdbe1737311a38663d0292d7e368f2f8f 0.20 MB 322 49
518,215 518,215 0000000000000000002135981ffe3d5457d53b1230ec2650b79c9b2f1ca08d89 1.02 MB 374 5
518,214 518,214 000000000000000000440ae67f1cab7c0273abe24d00a35e96bfa2b592ade586 1.18 MB 2,714 15
518,213 518,213 000000000000000000102c48d1787e331f52e5484b322871efea2706b985c66e 1.15 MB 2,879 50
518,212 518,212 0000000000000000004234835f7b282770f6ffe6b80518d07780fd0085bd9c8e 1.07 MB 1,225 16
518,211 518,211 0000000000000000001e1473b76c1fb0d8cbdf328f7865e5ecc7508e6f34c7f1 1.06 MB 800 13
518,210 518,210 00000000000000000044a0379fbde7968616ce8f2d4f8e13a32b839cc72150b3 1.06 MB 944 15
518,209 518,209 0000000000000000001099c54c818ecd795531d8c0ea0c5221e8edf3d77c45e3 1.01 MB 246 3
518,208 518,208 00000000000000000033622a2eb435f6d903eee86dffb160f8a8865ded4abd55 1.10 MB 2,023 24
518,207 518,207 0000000000000000003c0a566ebdf3163c83bdcf64a68ec8dc61ed64feae38c2 1.15 MB 2,332 25
518,206 518,206 00000000000000000009e34db01492b2c28d1d76e5fb3a563f889ed5d1f3b2b2 0.40 MB 873 42
518,205 518,205 00000000000000000021cec1aa57d22dff0576f89ebcdfdd15e5ccd1fee9e5f5 1.02 MB 298 6
518,204 518,204 00000000000000000036ff2652f40432745607c336e47bf71a6e87f8fdc3255d 1.11 MB 1,914 24
518,203 518,203 0000000000000000001d4c4540e75db36be30ce027a4e220ac5d172a608ab02d 1.17 MB 2,810 33
518,202 518,202 0000000000000000003202a770a5ba275e759b998378e4375827d67aa150f343 1.03 MB 556 8
518,201 518,201 0000000000000000004851cdd101afc18d2c92d36b0e3410b23e05a347341e17 1.07 MB 1,085 18
518,200 518,200 0000000000000000002ca5b22391d7a23e7f3baf16ac1b42d2d3b40eb708e53a 1.04 MB 867 13
518,199 518,199 0000000000000000003db320892c591cc09e84ba4144d4fb329aee582090a2bc 1.08 MB 1,514 20
518,198 518,198 00000000000000000004ee0ecb20d2c4705c077562a8b3f5d945181e92b5b146 1.07 MB 385 6
518,197 518,197 0000000000000000000cd9abd84c1fca9a8749b8b70e5db1654056efa9923ba4 1.03 MB 564 9
518,196 518,196 00000000000000000025d0ad772aa75bb68db6fee665171f1b0d3f45b708e08f 1.02 MB 752 8
Previous 10 blocks ↓
Total Size: 655.72 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,502.70 GB sent, 98.39 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.