Memory Pool Memory Pool Refreshing

7,542 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,303 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (707,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,428 200,428 000000000000049853432c8cb361e1135a2ddb3a08e4ec6ca6bb8a03323d3eba 0.09 MB 263 172
200,427 200,427 000000000000001a809166cbc57ca7b51fc3a5da96b45808509b3cb054faa8a7 0.03 MB 88 111
200,426 200,426 00000000000003996184d5ad2e40aaecc671e4bc5f29b09aefc8925899b0ca04 0.01 MB 20 63
200,425 200,425 000000000000006fcc5c293e21b651f5d0c72a52c04b017845f91e20e4f97ba0 0.00 MB 13 0
200,424 200,424 0000000000000422cfd1f52062371065267a3d4bd8efdf99cd3531ebfc6df9b8 0.02 MB 74 174
200,423 200,423 00000000000004049f1e653554393f57d370103f1db0c3f09bb50b30f380d612 0.20 MB 207 131
200,422 200,422 00000000000004315593807bc06f01ee94a3562cb4818ab3f7a3754acf922590 0.02 MB 34 122
200,421 200,421 00000000000002170677445ade7607547159de69d54f1ea695782be8953be68e 0.00 MB 8 360
200,420 200,420 00000000000000bd8af8830b6ecb15a17a82c06943eaef56d5b5dae4ad775424 0.04 MB 140 61
200,419 200,419 00000000000004263f1f93a6172a4681ef27d7557fbe75d16e31ba7f93a34030 0.00 MB 5 0
200,418 200,418 00000000000004d79b49be17b7920837ba237f33b001100d8d5ad3bd8b0787d4 0.04 MB 99 128
200,417 200,417 000000000000033606adc2ce3fe2ca508b9406a6b40249e7aefe207b8df8e768 0.00 MB 15 29
200,416 200,416 000000000000051b89728802e57060c3a1564116b8e5cb871c2626df81ca8b06 0.05 MB 28 67
200,415 200,415 00000000000005c270411015dccbe9b2daaa670a852b567cec88826c7b324d88 0.05 MB 143 142
200,414 200,414 000000000000021d43be338921b8bbe8e4427b51a46236197e33aed00dd1d91e 0.00 MB 11 11
200,413 200,413 00000000000000da21b86ae002e050b1e38a1c99917e2eabad2b5f63ca0e109c 0.07 MB 107 108
200,412 200,412 00000000000001c15919b3a10c8d06684c7b6965fc5f07c63f71df284dca9158 0.02 MB 73 123
200,411 200,411 000000000000014acbeff33d697351a02b9864a113f35322ae6ee98e0e1bfef6 0.05 MB 142 1,028
200,410 200,410 0000000000000524c1f39a6113259a3a6f05b6235a66798fcab68ba584ea25c7 0.03 MB 98 35
200,409 200,409 0000000000000032e3cf12eb0ed26a34f44c131f59240a8ebe57693387c7fda9 0.03 MB 63 99
200,408 200,408 00000000000000c4a8888ac0bf77932dd07822c70441b8e94afcee4c23b788ee 0.03 MB 67 125
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.