Memory Pool Memory Pool Refreshing

68,787 transactions
38.83 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,838 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,374 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,837 (150,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
696,955 696,955 0000000000000000000af0e453e7fb63fc844e1a59f9e9e09f4f0c9a7b21b336 0.98 MB 623 3
696,954 696,954 0000000000000000001211128fbe8a5efef5ded25e86dc11fcc6e56a5da9a81b 0.85 MB 1,174 8
696,953 696,953 0000000000000000000d2d2eadaadfbed1753935d11e68c726e6000778cb102e 1.15 MB 1,245 9
696,952 696,952 0000000000000000000edc5c54c171e241e92ee36bd04072efd68193c4482279 0.53 MB 777 16
696,951 696,951 0000000000000000000757f207e9186fe6b471de1074b9c7df8c502750c0058c 0.02 MB 52 6
Previous 10 blocks ↓
Total Size: 657.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 52 incoming
  • Data Transfer: 7.89 GB sent, 0.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.