Memory Pool Memory Pool Refreshing

353 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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.15 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (746,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,551 161,551 0000000000000106dcfc7761c70b522c62365b09b3256452db9ea5089df5d031 0.01 MB 10 209
161,550 161,550 000000000000087e9ad5572d2f1d8b7915f84086efdb20f9a0699bed6835238a 0.04 MB 61 162
161,549 161,549 00000000000003c3117ed79a8e943abaa61a910fb7adabfdd796d2d1c60922b1 0.02 MB 62 0
161,548 161,548 0000000000000bcb7263b251471d852ef583fd749d40d953c9ae144455dda9da 0.01 MB 16 0
161,547 161,547 00000000000007233f303ae27359bfb897726139222658c2dcfd11e4ede422f8 0.04 MB 72 73
161,546 161,546 0000000000000700cf2b934dfb7d498991d83f6534e397fdac8ff47dc19f0775 0.02 MB 30 181
161,545 161,545 0000000000000b5750e77f1be502e8785693e1f7c783059fd550398e7fab2ed6 0.01 MB 17 136
161,544 161,544 0000000000000cbb2b4286122502a74cfe14c79be62f40e2b4cfffd770aaabd8 0.03 MB 48 520
161,543 161,543 00000000000004dca4be5a42460ecc37fedb882dc3cd54f486a09e757be935ce 0.05 MB 132 109
161,542 161,542 000000000000029625653f43e0fce5c2c9eb1ecb7c128b2adbfb28e3fbb7b4c3 0.02 MB 55 121
161,541 161,541 0000000000000774fea17ff5eea75b95033def36bafce14c02515ef617ba507e 0.04 MB 89 53
161,540 161,540 000000000000080bdfc42fafc8ffb9365b7641f665c362f091073e02036a338e 0.01 MB 19 152
161,539 161,539 00000000000003d02fabfef83d599ff40bdc3b43da646b1256ab88b8c40eea61 0.00 MB 13 342
161,538 161,538 0000000000000a046832b39e13e3351e9c2cb3d3c7db8c927ff59d578115261b 0.00 MB 16 184
161,537 161,537 0000000000000837ce2a7b8cae6370053209a31520e8871f6b858d631768e25d 0.04 MB 28 221
161,536 161,536 00000000000004173194d456c6d93b37d8c0737b1b2a0db38e987542a932febf 0.05 MB 68 49
161,535 161,535 0000000000000bd4295037c13ab2f4a8687db03bd2b1d1b2a63fe556927c7697 0.03 MB 33 55
161,534 161,534 0000000000000b8b7f8b2c8b0fbc6a041b2fa38b17a63a7f6cde2e94283d67bf 0.05 MB 75 198
161,533 161,533 00000000000001db26066f62512bd88de6ca66f57838857ddc52946092fbb743 0.00 MB 11 210
161,532 161,532 00000000000004c4f1beb331d9ad2347430749253d5be6e979474389c9ea9cff 0.00 MB 11 0
161,531 161,531 0000000000000548c15623ea21d3c587e0a070da91632223e49c401c0fd8b2ce 0.00 MB 13 599
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.32 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.