Memory Pool Memory Pool Refreshing

118,198 transactions
25.66 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,642 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,018 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,641 (561,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,731 283,731 0000000000000000b0d401a5d6097f4b9c4a8742325fac09ab9ae505e511e07d 0.21 MB 249 15
283,730 283,730 0000000000000000d1fc13d2fafc61680b17b24085e1dd5f7e4ca20fceec3051 0.05 MB 173 58
283,729 283,729 0000000000000000afb6922317c026b31b582c1096074670518bf6dd18df365c 0.05 MB 170 106
283,728 283,728 0000000000000000936af4d3488a1d78ba4d3d0ca6db68764fa07b561635e334 0.20 MB 304 30
283,727 283,727 0000000000000001c37c43d3f9a7a96d9d8328028e56e2e34a9957de8d901656 0.28 MB 471 34
283,726 283,726 0000000000000000a6241063bdecf22f9cb586dfa0a7f7382a802fe87bd5ee6d 0.21 MB 367 29
283,725 283,725 0000000000000000aec88bf91a5b6205fa700e9f5507c6508dbdc22ea02fbc20 0.11 MB 82 14
283,724 283,724 000000000000000053ea1ab1ee8f254fb1e437181427fa6e284b1966e21a2840 0.25 MB 697 50
283,723 283,723 0000000000000000318549315489a01bc3be5c4378b340e21ff79b6f341b9f17 0.02 MB 14 65
283,722 283,722 0000000000000001d9c30b895617686c6c6a7c6584046a23c556c29db767521a 0.32 MB 407 28
283,721 283,721 0000000000000000c607e04c20ef6455cfae67d005c4a890c6b958b1d60395de 0.15 MB 229 32
283,720 283,720 000000000000000064b82a6ccad85e92162395dfa8b90aaa43a9a444a8e5ed3b 0.12 MB 269 41
283,719 283,719 0000000000000001b50a1711faf173c241c043d897da5b893fbdd8c29ab5e523 0.11 MB 170 25
283,718 283,718 000000000000000085fb134059f7e55ba33de89e174674ef7a1a817d6c4f654a 0.29 MB 434 39
283,717 283,717 0000000000000001baa1e2aad551c35b13757a89ec15fcd8936ba548aca8a240 0.17 MB 301 41
283,716 283,716 0000000000000000ef3fdb1a4555ecf42f0c063719ec96a051995ce8e1e7e0b5 0.33 MB 327 22
283,715 283,715 00000000000000013e37f41297f665b91401832174b31be2267cb285226e218f 0.08 MB 168 43
283,714 283,714 00000000000000008c8d22681c503a53af3f351fdebbf66a67df28be7c88f5fc 0.25 MB 633 52
283,713 283,713 000000000000000053b6b8e92cb46d7a58085533d17217227dc95371b68d40f4 0.05 MB 99 36
283,712 283,712 000000000000000181ac688426fd3c2de193297b7e28c30b901a53dcbf3a493a 0.00 MB 8 51
283,711 283,711 00000000000000006ae9fc0eede74f313554a79efb16f31afefb1d4aadf5772c 0.01 MB 12 21
Previous 10 blocks ↓
Total Size: 653.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: 9,324.80 GB sent, 82.84 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.