Memory Pool Memory Pool Refreshing

938 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (569,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,288 338,288 0000000000000000032abca1b73e92b16f0692d0e011245cdbf20828429fe8c5 0.64 MB 1,170 23
338,287 338,287 000000000000000005ec4b5626bee645bdc1477e61c601ef6e6dc2861c3c72a2 0.85 MB 1,710 36
338,286 338,286 000000000000000016b65a0814fbea9bd4c1ef230ba02e63dfcb7b28fcbba1a6 0.75 MB 1,729 32
338,285 338,285 00000000000000000ccee6c37457c22d76c427d0ac336deba44f332bf86c0fd9 0.17 MB 334 35
338,284 338,284 00000000000000000890ced7c66b676fe8aa5bc1ca564cf9dc71bc4d7ad270d5 0.29 MB 596 26
338,283 338,283 000000000000000014f2686a2844c5b7416b5d947ee040c0449757f3c28174a2 0.11 MB 247 29
338,282 338,282 0000000000000000178b79fd5a09a9a483258281c063d5cb29355d6991ca18e1 0.29 MB 543 24
338,281 338,281 0000000000000000120fd77ce8c63714c8b17fdda04ef05dbf1680789a20a60d 0.06 MB 158 34
338,280 338,280 000000000000000016e85322f101fe3ee3accb27085c3dcc8a7224348497ef37 0.71 MB 1,144 22
338,279 338,279 00000000000000000543fa28e25c82797ff735d4f884f6eaec021db5439dec56 0.10 MB 197 25
338,278 338,278 000000000000000000730aa3714678fa319e6def4ce3d6dc0892871a6f8cf790 0.75 MB 1,729 39
338,277 338,277 00000000000000001494e854bab4538643145572697497747d82e09f2deb51fd 0.45 MB 946 28
338,276 338,276 0000000000000000112431657346014a7b2be72edaabba8eae1bbb25cb956c43 0.23 MB 440 27
338,275 338,275 000000000000000017530c4804fbdfebcb1b407e769624163e33bc5e77d25e1e 0.43 MB 679 24
338,274 338,274 00000000000000001afc29e0d40652faca2d3d2c6bcad3ed76f0a7413fba4c24 0.10 MB 180 25
338,273 338,273 00000000000000000dc95cf02374259c9061772990978eb7418bd893da5c8183 0.17 MB 282 26
338,272 338,272 000000000000000001a94f33179eb5338b7e4dae5d064cd80cc9fb1edc1fcedc 0.09 MB 256 33
338,271 338,271 000000000000000019d3dede9f9dec0962fcba09b9e8a6eaa08986f26f1326bd 0.18 MB 347 25
338,270 338,270 000000000000000010b011173ceab507b68579489e3ee901649112b1c117c105 0.88 MB 1,705 29
338,269 338,269 000000000000000005e246448f74995f3162f7f8e15f3ef2cfa0758179251fd3 0.15 MB 315 152
338,268 338,268 0000000000000000102a04bf31340ea080d4d7712629f514cea34097a0b8a590 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.