Memory Pool Memory Pool Refreshing

3,817 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (610,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,565 297,565 00000000000000009492c806ba5f497db63a95f835508289dd4ea3531e1b877c 0.03 MB 89 29
297,564 297,564 000000000000000090f4993728664221bc565324e87d2810c7c7de502fa8d4d3 0.07 MB 52 42
297,563 297,563 00000000000000003a1209d6c7e9d5b6d51f667d0ce6ad8944d73779d35c1019 0.23 MB 505 38
297,562 297,562 000000000000000081815b8b08d545c016d572f380e28f6b667fe4d5e1d5cbd2 0.13 MB 264 30
297,561 297,561 00000000000000004afd970f27536c8bbfd6f0f247b75add2db7680924da1b0e 0.24 MB 256 21
297,560 297,560 0000000000000000256ca45818d425e8bce1e4ddb1765ef1e7f0af1576059b20 0.07 MB 150 31
297,559 297,559 000000000000000085bed31ed785c7c6e87d5370b96c52f669fa0f4044e9f6e6 0.55 MB 633 21
297,558 297,558 00000000000000004ec39ea4c252d458e2c4fe993380cabd3643be5a54a3cd23 0.20 MB 512 49
297,557 297,557 00000000000000003edba91640abf7e7399f59dc3e4ad41a70b972eb9208050b 0.06 MB 93 9
297,556 297,556 00000000000000002e472b5f6ff4369ba14ec5000f588354f6a7e8bf11089096 0.23 MB 497 30
297,555 297,555 000000000000000011eb257e31a9f4b4e9a219ac53740cf1b8387eb4fe03bcba 0.81 MB 963 23
297,554 297,554 000000000000000045465a23b43b9cdf6d4a8684ecf5e33c48fbb7bc9fef2fa8 0.46 MB 587 22
297,553 297,553 00000000000000007a8a7bcf39b1c4d8959d42faaaa8025d71e96cc46a56b3cc 0.23 MB 512 55
297,552 297,552 000000000000000099ecaedf0200d42fec3fa180af8adae2a4097a9a9fbbc11f 0.34 MB 295 14
297,551 297,551 00000000000000004fe4defedcbe7f5592017b7cc2a201a99f23e92ce2d316db 0.35 MB 939 49
297,550 297,550 00000000000000002b0a37152d68e6919bc61d8c4aaf4bef4904042fe7ba92d1 0.15 MB 190 36
297,549 297,549 00000000000000007c69598d96a7fb29fc18776c247b9ac2aede618526d8011d 0.07 MB 21 2
297,548 297,548 00000000000000008823da59e53e88937b06b23c40b2b3494d82ece8aed30f9e 0.16 MB 390 39
297,547 297,547 00000000000000007ef7a01450434efbdb69dc5686ffa07845e9782dfaddf29d 0.25 MB 406 26
297,546 297,546 000000000000000059fa9023fb50ad905a03b9ca58854854bfb4a75be3970025 0.22 MB 66 8
297,545 297,545 000000000000000048f688a3703f89780c18cdca4b36a8717f6db278cbf4d86e 0.03 MB 79 34
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.