Memory Pool Memory Pool Refreshing

1,610 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,603 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (720,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,345 187,345 00000000000003d58cf921edc1a15bc9e089c366ea85ae11372912e3faf77635 0.13 MB 317 147
187,344 187,344 00000000000001fd9dbe855ac1733db654b19ce32c60ebd23cd1c1c018eefb18 0.07 MB 171 101
187,343 187,343 00000000000003caec1b0ff48c97f4595baf35df1ff8c955628e84ca4f4fd9e8 0.02 MB 61 76
187,342 187,342 0000000000000390d3bc0533ea4726a0b9f1515bb6ded45964bdb5eaedf1575b 0.03 MB 89 10
187,341 187,341 00000000000006a20bccfacea9555f2bfcaa418698ad97f8bdcabf0709650154 0.12 MB 215 124
187,340 187,340 000000000000027f9650837e1ff9cf73927e98987d9782822fb83227c02f2568 0.02 MB 65 8
187,339 187,339 000000000000066c0d0475c2ebc6b18f01eb898325ec16c9f50505639fa2bf7d 0.04 MB 128 173
187,338 187,338 00000000000006afda9e2c405068df2b80ba978f06c75d8495f1672ba487cf46 0.00 MB 10 15
187,337 187,337 0000000000000495923bf3801d090187a30d12e71dd308fa14b9b91b91477557 0.02 MB 44 443
187,336 187,336 0000000000000788066e9b0d4f1d15bb6bee145543eccdf741f9c186841a02a1 0.00 MB 6 17
187,335 187,335 00000000000001aafb2e5fb73f2ecbd3474c257a7557ed67080a53ea7b252ff7 0.02 MB 39 97
187,334 187,334 00000000000002322330a3772effd76b4f75ad2498233183545e067a4a6a59ab 0.03 MB 101 34
187,333 187,333 0000000000000441105cfa3308145ecc80c248832522f0a53f3b3550d37a4714 0.03 MB 72 91
187,332 187,332 00000000000000dd0fe4fb635e51f84782f45052ab6aae033fa2f3f48e534184 0.07 MB 176 85
187,331 187,331 0000000000000521a2cf418d82bf39e65502f184eeff32e2d41e3975550bb5ac 0.07 MB 155 103
187,330 187,330 00000000000003209978c9c4ffb5c8317049046bbf0930d552cca2563df09578 0.01 MB 36 127
187,329 187,329 000000000000085efb7082efb2750cf38d5d68838f76b6be4a3191eddd3fca77 0.04 MB 74 61
187,328 187,328 00000000000008a54371c9e301df6d7ed1c759ec5a1c79d6e42ec7ce7dea1576 0.07 MB 197 174
187,327 187,327 00000000000001a5a292b965bbb2a8b0577170c4316c91ace878b9816feb1186 0.02 MB 65 92
187,326 187,326 00000000000002fce60a2a80db38614e39f0b1d7ed4de3b557b3723b75d3b27d 0.05 MB 112 110
187,325 187,325 000000000000095b8cdda78ab10aff83748e9bcc2bcadce7f4096e4c9c72bda8 0.02 MB 69 133
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.