Memory Pool Memory Pool Refreshing

4,185 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (155,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,305 752,305 0000000000000000000751f4e27cb72be92f935418ff3e926e7abb2317eddfad 1.57 MB 2,912 14
752,304 752,304 000000000000000000023ea8596c244091e30a72df8287e3db7877bc631edcf4 1.57 MB 4,492 18
752,303 752,303 000000000000000000050c8ea49f389f66cc667ba6b3ae0f21012da23ce244e2 1.89 MB 2,214 13
752,302 752,302 0000000000000000000738c6200ffe980bef47388f4e1ec574d12024baceb3fc 1.67 MB 3,354 18
752,301 752,301 0000000000000000000012348bcabce098c51bd14cf17b44b0c69be5f8d29920 1.38 MB 2,280 14
752,300 752,300 0000000000000000000443ea46ebd04ae95ce4abc70845d84c53e979f4de92ed 1.46 MB 2,662 15
752,299 752,299 000000000000000000069f117cad0db2e6aa539cbd6bb92c9bf702f72f2bc50b 1.35 MB 2,376 18
752,298 752,298 000000000000000000047ad42a0a32cb3d3e02102d6408f8b967f085189fcf18 1.33 MB 2,560 18
752,297 752,297 00000000000000000005c8f2bdd62c81488adcabeea1b1b15920c7c5a3911a93 1.37 MB 2,883 23
752,296 752,296 00000000000000000007638b506f3b2844cef8e03400ecc401650c30bf4cd091 1.44 MB 2,862 59
752,295 752,295 00000000000000000001887af4c896f2f146322c4a1e1f14ea5a7426254e0f20 1.56 MB 3,092 18
752,294 752,294 000000000000000000017ee09247675c66d81353a4e4a07364eaac503b179ac4 1.36 MB 3,022 40
752,293 752,293 000000000000000000023f6ae8e5f4d16e5c051d7175592544f892d838616236 1.21 MB 1,782 20
752,292 752,292 00000000000000000005aee2a7b8787bfd2b059b05340175945bb7ef156c20d3 1.60 MB 1,992 12
752,291 752,291 0000000000000000000065ae275505f990a32b16439228a82dfd4ec050545cc4 1.42 MB 3,379 20
752,290 752,290 000000000000000000080cbc2c01be5b174b3b4fbc333498614a9a24a6d0e6ea 1.40 MB 2,775 14
752,289 752,289 00000000000000000004f6be1c3bd65be9fcba704030db756ac9d48ec5d616c2 1.81 MB 1,557 2
752,288 752,288 0000000000000000000797151044b8e1e4406778eb8ecc5e9896bffcda1b5dce 1.50 MB 2,943 17
752,287 752,287 000000000000000000045a3556d7536f8c14c290438e1ebe520afd86e943c474 1.56 MB 2,793 5
752,286 752,286 00000000000000000007818ea4bffc115fff706d0b21f848fc50941ba08188a7 1.38 MB 2,206 16
752,285 752,285 000000000000000000053d49db643f617ddbbf5d1070337476330f7f7fee39ed 1.42 MB 2,328 13
Previous 10 blocks ↓
Total Size: 769.21 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,634.46 GB sent, 93.99 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.