Memory Pool Memory Pool Refreshing

35,714 transactions
29.38 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,274 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,729 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,273 (115,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,295 748,295 0000000000000000000986d0b7d25cc08c0d34e3f93784853b5d0517fec6dc8c 0.19 MB 373 12
748,294 748,294 000000000000000000083e221ddb71fca8d781bafbbdfd3960514e87ab75f1be 1.47 MB 3,006 13
748,293 748,293 00000000000000000009e2cb6f6b2a7d0c1f8c2452c4cf411aebf4014fced359 1.19 MB 2,412 13
748,292 748,292 0000000000000000000449085799337ff50b17b8790cdaff0cb6d651ff8ad4b2 0.29 MB 633 13
748,291 748,291 00000000000000000003f63915abf05b1ab45384732f1efffa4c2bb4929dfde4 0.48 MB 528 4
748,290 748,290 00000000000000000006b85d87917452393487dfc39913d688196ebfc797ef02 1.64 MB 2,820 9
748,289 748,289 000000000000000000034b0b80d70958efa29cf450f4a468d4d9a95bd2ad3bb9 1.42 MB 3,263 21
748,288 748,288 00000000000000000003d0b5202c9141e3915dbc1c194fb5057cc52f4ba8a739 1.01 MB 1,595 12
748,287 748,287 000000000000000000025ebc1102163f53fc30541de018906ca8b54669778ecd 1.29 MB 1,270 9
748,286 748,286 00000000000000000003b600e1deac36915168c438aa135cd8dfdba528052a1c 1.17 MB 1,365 18
748,285 748,285 0000000000000000000017be0b9427360b5a357dd5d2cb59257648134a1766c1 0.08 MB 82 7
748,284 748,284 000000000000000000079ae1eeda8be0b7ab569ac2e26496ab3b963b9f05c95a 1.49 MB 2,532 12
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
Previous 10 blocks ↓
Total Size: 688.56 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,628.16 GB sent, 128.88 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.