Memory Pool Memory Pool Refreshing

33,512 transactions
39.77 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,475 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,758 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,474 (206,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,205 636,205 000000000000000000056cb8419133b80b33c254b7d9179d16ffbadb6e2397e5 1.42 MB 2,518 29
636,204 636,204 00000000000000000011cb091ab3217eed37cf7674a08065c749587f57328ac2 1.25 MB 2,758 42
636,203 636,203 0000000000000000000f89d0ff59e14447045c88b5db29185bb4de24426abef3 1.29 MB 2,232 11
636,202 636,202 000000000000000000003b68dff45fc7e7ceef82c052989fba2fbf3d91326ed8 1.21 MB 2,603 22
636,201 636,201 0000000000000000000fdfd81e110f3b5f8612ce1f55d0e7777fd368356ae0c0 1.09 MB 3,055 13
636,200 636,200 0000000000000000000f8afd612ba0fd281568e7befe0fc5825d539c50fb03a9 1.31 MB 2,170 26
636,199 636,199 00000000000000000005494fb245b2fbd53f359d58403c0a7dea0af15de64ee6 1.31 MB 2,798 40
636,198 636,198 00000000000000000001e3f322efd96595846435e31a938d070e757294fed12a 1.24 MB 2,886 44
636,197 636,197 0000000000000000000cbdc962a087737c9f6f93fbdabee78b7e85c9d4db4239 1.36 MB 2,086 18
636,196 636,196 0000000000000000000cb3101048f95f9258cf76dc0386aacbacdcb8f2d68725 1.31 MB 2,951 40
636,195 636,195 00000000000000000000225a2c684dfc636dd8c18994597501e55ac01613e0d6 1.12 MB 2,398 7
636,194 636,194 0000000000000000000430252b087fe395a4bcaafb9e1fe530bdd5a0cc4884e4 1.22 MB 2,889 25
636,193 636,193 0000000000000000000d472a4d25e0d715a7c406a3b8a55a589797a1273ef178 1.28 MB 2,825 23
636,192 636,192 00000000000000000002ff02494af9d42518aba14fb25359f827ae7988452539 1.47 MB 2,172 39
636,191 636,191 0000000000000000000bcc6e922c04d51878bb25db3d9f5abe1c25ebd73c4b19 1.31 MB 2,719 42
636,190 636,190 000000000000000000097c5b4c248155acd78b2666fc7d07890fe0958fd4130c 1.23 MB 2,665 19
636,189 636,189 0000000000000000000754835bbdc820fabbed7215c83532bb0e2d10018bda56 1.28 MB 2,666 27
636,188 636,188 0000000000000000000e899cdec1a998f905bc78336979bc39c8b05a36c54951 1.26 MB 2,162 30
636,187 636,187 00000000000000000007fd67d37033809109fa6c1f3f142bc1507a076abcc662 1.37 MB 2,400 36
636,186 636,186 000000000000000000002928d57639f7857ee3444202ca6949c73e896fec161d 1.21 MB 3,364 51
636,185 636,185 000000000000000000028ac0d23f2a8c6f9a77db174603702706101188c0b60f 1.44 MB 1,783 10
Previous 10 blocks ↓
Total Size: 647.62 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,520.69 GB sent, 46.83 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.