Memory Pool Memory Pool Refreshing

68,556 transactions
29.80 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,886 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,110 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,885 (148,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,237 696,237 0000000000000000000d3b0aa6dde78f46178828467f919a04908b256b29e152 2.09 MB 722 2
696,236 696,236 00000000000000000002ffe9ceadef49ec50d4945f0abf81e6a1eeb6f5709638 1.47 MB 3,106 11
696,235 696,235 00000000000000000007edc460c0356a5e92e2bf725b56c540ba0951ff160788 1.46 MB 2,240 32
696,234 696,234 0000000000000000000429cc180aafaaeece44395da866718eada4fb1557ff52 2.12 MB 1,163 3
696,233 696,233 0000000000000000000685747e13f1356e3210fd8f16db05bd030d3f6dba151f 1.79 MB 1,811 11
696,232 696,232 00000000000000000004cfb7397e735bf2158bae2b6d265490f6aa895e76128a 1.86 MB 865 6
696,231 696,231 000000000000000000055d72f70b8c8b7657fe8e8d3ebda881a7c53a6091813b 1.50 MB 2,969 7
696,230 696,230 0000000000000000000825f23c35e925a59f779bbc3d626271ac65ca77579790 1.52 MB 2,875 9
696,229 696,229 0000000000000000000e48ad9837dbdaa3a52a07f23d6f3ffd453558d7ffacad 1.61 MB 2,240 7
696,228 696,228 0000000000000000000785fb5909a05f4755ff66b011de9b3544aac6e2771a44 1.35 MB 2,526 20
696,227 696,227 0000000000000000000e930dc72fe7a7aadda1304a0d1ae88f430934cf014dcf 1.52 MB 2,619 63
696,226 696,226 0000000000000000000d967e23859089f90d0ef7ddd705c6c146f9a1a844a1ff 1.43 MB 2,248 10
696,225 696,225 00000000000000000010cbd26f0a3229a1436bb35a764863114ebe828b13eeb0 1.53 MB 3,461 8
696,224 696,224 0000000000000000000e6a24c6d8ca6dea7e5e6fab2bc6ded805471207b849e1 1.41 MB 2,966 16
696,223 696,223 000000000000000000087de6dfdbe1beaf46296f4c0a07c75c5f0fe79bfb8bad 1.44 MB 2,684 15
696,222 696,222 0000000000000000000a1ebf1f07986540d00e678086b0c2f4cc82ce08e1ffa4 1.23 MB 1,487 8
696,221 696,221 00000000000000000003f8384079a66cfbdaa311b18db2613e81e3dcb21eab31 1.51 MB 2,984 2
696,220 696,220 000000000000000000011b71550e2d6d7c4058abb6093505886b837316486b32 1.46 MB 3,202 24
696,219 696,219 0000000000000000000a0054d90210cfb7e8f88e78164474b7748c90a5300866 1.35 MB 1,968 2
696,218 696,218 0000000000000000000089d14d5bfc6737d8b7c66fda15b00f4364d71afad7d8 1.47 MB 2,861 17
696,217 696,217 0000000000000000000a1a1d310e9ad43cdf57698a1c0362dccb32efcc6d9a74 1.11 MB 333 2
Previous 10 blocks ↓
Total Size: 652.19 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,212.17 GB sent, 72.96 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.