Memory Pool Memory Pool Refreshing

33,313 transactions
38.11 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,994 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,959 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,993 (147,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,976 696,976 000000000000000000062dfeb53a04f1ecf5d53a4914586b332b4fae20bdead8 0.12 MB 236 8
696,975 696,975 0000000000000000000543ca512421888b166183e8b0e364928b8929c6e55fda 0.20 MB 472 12
696,974 696,974 00000000000000000006c5ec10fb9d94d7dcddeb15505d602103eb753b70f68d 0.66 MB 969 10
696,973 696,973 0000000000000000000040e2312d10f57db77c8eb80b0325836319184cb3514f 0.68 MB 1,118 15
696,972 696,972 0000000000000000000d02c15abc7d6c5ed2ca5d3ff576f1bb234a80d46363ac 0.63 MB 925 2
696,971 696,971 0000000000000000000f4c42d43bfe3360eab1727e5e6928f03ae042d25bc2a0 1.30 MB 1,827 10
696,970 696,970 00000000000000000011aae3e1b239a025e51297063ea068d815b10193201a16 1.65 MB 1,427 9
696,969 696,969 0000000000000000000b3e2716da675f99df43134a67fc1987c5590f1c370472 1.61 MB 1,119 12
696,968 696,968 000000000000000000113f254177a5e614013985365d776b3b3c7059ea8ff0a8 1.03 MB 1,692 8
696,967 696,967 00000000000000000008b771494dad2986c75b0a2f3bd03c52be4326d1c26580 1.34 MB 2,315 14
696,966 696,966 0000000000000000000b725235eabb60e77417629e8cdb8660bee53540b863c7 0.04 MB 64 14
696,965 696,965 0000000000000000000471631708f613050c0a33400dc563e9ed58df0c0ff70c 0.43 MB 533 9
696,964 696,964 0000000000000000000a58696562fff80ce42d470e242b98c395dd87d7162ccf 1.30 MB 1,859 10
696,963 696,963 0000000000000000000a58ce52f3709b3fe8c868706bc037093b83b6d7eb1e77 0.14 MB 290 14
696,962 696,962 0000000000000000001141ce6782c18ad7fa085c777181ffbddaeb8a3d8fcf13 1.02 MB 1,105 7
696,961 696,961 00000000000000000005350be586c9dee72b3d188d0c175c0e8ce21dea75d44c 0.49 MB 551 2
696,960 696,960 00000000000000000003c8655c3f92ffcc61204c1efd97ed689d15140e7a3ac1 1.23 MB 1,775 14
696,959 696,959 00000000000000000008649eb49fe4bd9240b05c5cb3dc69657062bad0f6c5a8 0.13 MB 40 3
696,958 696,958 0000000000000000000c3d2e3614772419534263066fe1e12968fd53b1cd1007 0.37 MB 394 34
696,957 696,957 00000000000000000003d0eecc1ab29530bbbe290eb311e7e28e7b5977c68736 0.03 MB 23 5
696,956 696,956 0000000000000000000c9bd0b686d32aac4cd74ed8d6374a2d3a630e27d35708 0.24 MB 22 1
Previous 10 blocks ↓
Total Size: 650.50 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,990.33 GB sent, 63.20 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.