Memory Pool Memory Pool Refreshing

74,679 transactions
43.13 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,101 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,064 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,100 (604,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,916 242,916 000000000000009f78d56138fdfbd33a643d1b02577a1fd3a60350ea892e1f75 0.09 MB 201 139
242,915 242,915 000000000000007c3b05cfb12752bdef4a7090127440c6819d8c058138fd82be 0.22 MB 521 168
242,914 242,914 000000000000004ec1559bd7e955ce8914a29a04b378bbcc34adf5bea077f73d 0.02 MB 64 110
242,913 242,913 000000000000003359dff8a8bd1033b02a52c6c2ff3ebb2f8dbffd171c97e83c 0.19 MB 432 138
242,912 242,912 0000000000000069a26870e6f6693d733e32d57174bebb7d21f0fac1212fd83b 0.19 MB 476 158
242,911 242,911 00000000000000072a9ec27568154c494187d0ef2d6b99cd61b02522b2bba6ed 0.11 MB 258 147
242,910 242,910 0000000000000032a730c80b807a49ff3720b10167f7fce76a61b9e1cb78c6c9 0.03 MB 58 140
242,909 242,909 0000000000000060860fed67a5535d2cfd5aa9bb3465fbe6a3000beeeb2dbce4 0.00 MB 9 119
242,908 242,908 000000000000003aa5d90e45755c0e481cc1e9de828a2b678904841b5e3451dd 0.00 MB 3 38
242,907 242,907 000000000000000e040f64fbcefcd52b208fd06eaca56b0205c917e1fbce12b1 0.04 MB 63 127
242,906 242,906 000000000000004a4eca601a57f35ceecbc83502e67e016adde73d7e447f1c07 0.15 MB 346 187
242,905 242,905 00000000000000a144ab7109352516b96acf40a6376c3e91307d2a4df33c1ba0 0.16 MB 256 46
242,904 242,904 000000000000004121a9c4d6fcdc4f98bcfb12a1a4af8d6a3518d3aafc5ac9b4 0.01 MB 19 35
242,903 242,903 00000000000000c89334f3af5706a47430fb3187be72072509363d0db1229b55 0.20 MB 432 144
242,902 242,902 00000000000000d49b911f788ff55113f23ca5c6e7bb96c1bbd9d6d49348ac21 0.00 MB 5 73
242,901 242,901 000000000000003cbf4c440e85d77a96063ae07889ed015770fb32f49013ff5a 0.15 MB 347 156
242,900 242,900 000000000000000125688888f538d30b6d689ab0f68f142333d84df7c6afdb00 0.14 MB 320 165
242,899 242,899 000000000000004d5d0b86063e097dbaf741da9d0cdbde7eab00754a93a816c2 0.02 MB 26 78
242,898 242,898 0000000000000048dbff6cf4d2f406fe9a39384d5206197f124e4868905d4806 0.05 MB 98 62
242,897 242,897 00000000000000231f554f0417602d253d5eea2dcc40a7ce3d870f89a5e27663 0.25 MB 557 201
242,896 242,896 000000000000003cce3b736e1eb443a974dc43ca9c75d6a96e9c95b71d4dd6ca 0.02 MB 27 40
Previous 10 blocks ↓
Total Size: 656.15 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,523.23 GB sent, 100.70 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.