Memory Pool Memory Pool Refreshing

5,687 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (384,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,641 523,641 000000000000000000262e5ae2ce6d0b6fde27b06d67b6c87dc38cba78954287 0.34 MB 746 49
523,640 523,640 00000000000000000018c00872ae2a8c5f2c4d420a9afb23f64d7653a908f3f7 1.12 MB 2,681 49
523,639 523,639 0000000000000000003a3dd181eaa3fc0fb706d3b3b2650f4d767f1608c1e3f8 0.06 MB 185 20
523,638 523,638 0000000000000000001ba1feff73ab23c1ca3194a54b06c1da0f81a616d3d149 0.84 MB 1,933 38
523,637 523,637 000000000000000000143c32fc9897d8542922479f59426129d86b61a2cded38 0.93 MB 2,009 35
523,636 523,636 0000000000000000001b34c3d029fe2ff54b890718f015addbdc3830789bf84e 0.26 MB 369 32
523,635 523,635 00000000000000000034d5a219d67fda3e054618dd2d27f319860a2c35643199 0.82 MB 1,786 36
523,634 523,634 000000000000000000205082159815c6f67d5c90eb03dea984805e682a55b977 0.29 MB 590 37
523,633 523,633 0000000000000000004355ea6a9102d4f121f8674ea71fff8b1d02cf63342550 0.70 MB 846 30
523,632 523,632 00000000000000000009acdac79e3baccf1afae1802810f47b20e5fe398356b0 0.88 MB 1,739 3
523,631 523,631 000000000000000000369f4b6256d634d69df035462b3d645cd419bc5ebd7fd3 0.19 MB 405 87
523,630 523,630 000000000000000000195d907eda46ffdd77b7902d24e70fec6f652d20dddc99 1.12 MB 2,347 33
523,629 523,629 00000000000000000006239beaa86a378595a2a16b282161b60df7703b4a42a7 0.34 MB 735 7
523,628 523,628 0000000000000000001098219ac789a06ec6576b927f0e02626c7cd7e0625d51 1.16 MB 2,471 56
523,627 523,627 000000000000000000212a600b8c1eb0b28434af5434ecfbeeb1169f2472bdee 0.65 MB 1,292 45
523,626 523,626 00000000000000000024801a60c93cc64af5accbd0ce56a38bd0300d6c0a4d2d 0.45 MB 807 24
523,625 523,625 0000000000000000003b134a2810f2aa82eb2e68de3af796fae2c6b8366fc753 0.89 MB 1,055 15
523,624 523,624 0000000000000000003f7fef21a38813a7873a392be9935960284ec7c4ab885f 0.18 MB 198 38
523,623 523,623 0000000000000000002db6edd00280cbeead289a5384757e19faa734e4fa3271 0.29 MB 338 21
523,622 523,622 00000000000000000024914669162f597e4dfe0dc427699d44e4553672e4c380 0.18 MB 173 20
523,621 523,621 0000000000000000003be2a78194c8ba9fc9bbd4a7d4be34540720388c263978 0.13 MB 144 14
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.