Memory Pool Memory Pool Refreshing

46,753 transactions
31.23 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,483 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,280 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,482 (121,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,283 748,283 00000000000000000004b0e7c19a02b6c78f0406bdee213a785d41747d0de57a 1.19 MB 2,067 14
748,282 748,282 00000000000000000000772fca90f8ae4de70b3022e4a674a0f4dd1115a62038 0.76 MB 1,523 12
748,281 748,281 00000000000000000005b4489c9c7f5b109a3d2edb895d3681bf5b88e81a214e 0.07 MB 119 12
748,280 748,280 000000000000000000096b124db081dec751466743ca78b28ecac2ea2c49dd58 0.31 MB 645 13
748,279 748,279 0000000000000000000710e6e786a49342113a85454bfce692ed2bd34db05736 1.61 MB 2,080 10
748,278 748,278 00000000000000000003b9c044730541121a129092c89aa63407fd0b9c4df1b4 0.70 MB 1,102 12
748,277 748,277 0000000000000000000318bd5ec461360ec4956ee453fd157e8eee8f29d53d98 1.49 MB 1,730 5
748,276 748,276 000000000000000000073f239a2486f7375c56cff5f6c7dae545abf70ce18c03 1.54 MB 3,213 19
748,275 748,275 000000000000000000093aa126ee12cbf1b52d6cfd2d909bc70df1060782d906 0.18 MB 319 13
748,274 748,274 000000000000000000078b4c990c5b51eafcd64fd0862380b77529a8f379663f 0.95 MB 1,588 12
748,273 748,273 000000000000000000044571dfa91001ee6fdf0347b9ea1287ec39521f110c56 0.65 MB 1,309 10
748,272 748,272 00000000000000000007198193b746dbdea4f3747d0248ebfd5ed2a701dcdd14 1.71 MB 2,262 3
748,271 748,271 00000000000000000005278c9b7194ea6e88e50d21cef529c071c348c6f572e6 1.45 MB 1,829 12
748,270 748,270 0000000000000000000764c7ba0e787e10de78176550a40991268f7cd8c00613 1.33 MB 2,441 16
748,269 748,269 000000000000000000074cb386994b5e7184f0ccebbcd9b8ff9c7386d5e9c7c6 1.33 MB 2,377 24
748,268 748,268 00000000000000000003fc2ecdb7d94cdcff08ed2fafc67bb35eff3add19bcec 1.34 MB 2,536 13
748,267 748,267 000000000000000000048596051c9f0554f6d0b477b28eac6a97fc37dde4274d 0.19 MB 437 11
748,266 748,266 000000000000000000063200ecaab0e54b7989f9aaf7375ec395da38533fbfb7 0.65 MB 1,408 13
748,265 748,265 000000000000000000000978360491db508a49a053bf8b593cae3e46c1a94d97 1.24 MB 2,344 13
748,264 748,264 0000000000000000000245b78f9a56ea389325e393b34bfac42eca5fc889b4ef 1.11 MB 1,051 9
748,263 748,263 00000000000000000002a396e675db636cfabb773fcedd21a1d0a1f0d0d0f69c 1.22 MB 1,954 11
Previous 10 blocks ↓
Total Size: 698.49 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: 2,090.46 GB sent, 200.65 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.