Memory Pool Memory Pool Refreshing

74,436 transactions
20.82 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,484 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,094 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,483 (57,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,189 808,189 00000000000000000003df6420e003b94d31f209ae74ddc6c366d92ecf32517f 1.52 MB 3,062 17
808,188 808,188 000000000000000000033310ec2f16fbf912ee6fc6cc81f970e8f6f78786605f 1.87 MB 4,674 18
808,187 808,187 000000000000000000007ccc5819c74573ab4ab79e8dbb07c6cdd155e9f382d9 1.62 MB 3,014 20
808,186 808,186 00000000000000000000c28d3cfd570199840e80b36b4ee584f3c7bd28334761 1.49 MB 2,900 27
808,185 808,185 00000000000000000004d3e0ba07113b64fea553bf92c7ab253224e90537a0d9 1.68 MB 3,799 22
808,184 808,184 000000000000000000032241555516cb64d1d9392f250d3ca9b62c459ee7947d 1.41 MB 1,917 23
808,183 808,183 000000000000000000019dec174a109d4e43fdecf35a719dd8c529f7cc905b2f 1.48 MB 3,116 27
808,182 808,182 00000000000000000001fe6a5e0f437f804e3c66e52c713990eb9cf608216544 1.62 MB 3,288 22
808,181 808,181 00000000000000000001aad25fbf4994b1d664999818846167dfad67db694e4a 1.73 MB 4,012 19
808,180 808,180 00000000000000000003055ae54b970433185efb9c4fc886c924c092f935ca05 2.00 MB 5,937 19
808,179 808,179 000000000000000000048dda543bd1f96430ea6151e451fe6f129b802b8ad6cf 1.92 MB 5,640 21
808,178 808,178 00000000000000000002bbfb5fbbbe3c900e90c338d5b69fb6a2cccec15c0b9f 1.80 MB 4,626 19
808,177 808,177 00000000000000000000c628457e332fea3ba06678c53da211e8ceb1c6360b00 1.67 MB 3,822 25
808,176 808,176 00000000000000000003f2984eb215c8eeded5ae626b6d0e3127ad0f3bb4ffad 1.62 MB 3,865 22
808,175 808,175 00000000000000000002d66f40cf1f407bd8c5e3ff0b3b62b09c52ce9fd15cbe 1.69 MB 3,912 22
808,174 808,174 000000000000000000051e18b636395caeb39aaecd46a797b62ea8cdffc13809 2.07 MB 6,231 19
808,173 808,173 000000000000000000000664abdb581177a54e502a788e8cd5cd621d25275f1c 1.76 MB 4,306 20
808,172 808,172 00000000000000000001ea6256410b5680a514a017bd9aaf365d3f3898af5a77 1.58 MB 3,710 23
808,171 808,171 00000000000000000001f1052bf7ffbe295400e0b56ef1624e01f1aa4e3679a5 1.58 MB 2,936 19
808,170 808,170 0000000000000000000170a9907c3037246263958801b30725943e544800c237 1.53 MB 3,281 22
808,169 808,169 0000000000000000000419670cf1cfa8a6e9014d4241b1819fc7bd7d5a1ece85 1.50 MB 2,780 28
Previous 10 blocks ↓
Total Size: 690.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,702.93 GB sent, 147.98 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.