Memory Pool Memory Pool Refreshing

1,961 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,898 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (764,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,381 143,381 00000000000003598b63aed30f0ecbd97e2dfa4e62adf4d0e6cb0711d775c990 0.04 MB 68 192
143,380 143,380 0000000000000182ce2148871136d5ae55b5450ccbe3777be2fd26801b905c26 0.01 MB 27 275
143,379 143,379 00000000000001dd64fdc992ea99b27af06cd45952fa777a848b8990461374cb 0.01 MB 29 322
143,378 143,378 000000000000013f6d152de4e17f8b8a834755854357eab13ab6d544f90022cb 0.01 MB 17 246
143,377 143,377 0000000000000101d2ca0ca789fa9aee5aa55a06e769ca5ed958dcf81ea951fb 0.03 MB 65 109
143,376 143,376 00000000000001cc09fde468c1cd88249f2c260ce82c8113ba970200a763db52 0.04 MB 117 224
143,375 143,375 000000000000072f22fd25162e0eb4ccc5bd9397743a866b50d3bda527e4de08 0.01 MB 17 5
143,374 143,374 00000000000003de599e50e345cd58f7eb274d310c2717fc1b10a165282791af 0.00 MB 13 16
143,373 143,373 000000000000023cdb00e82104f5947ccf9a6d207eb39d4763e9cdef9ec339f4 0.05 MB 65 190
143,372 143,372 000000000000065d6734fec17ae7294c1ddcdc08b983db5f7d0af4d35e5db91d 0.01 MB 35 55
143,371 143,371 000000000000014faabd6428d79fb0db972b1e0f7ea06bd62921873a3813ec36 0.05 MB 142 96
143,370 143,370 00000000000003a53fa563733beadc44344631aaa4416e2699879bf3a2a9ee80 0.05 MB 108 40
143,369 143,369 0000000000000221dc113332a55c8146880439ae5a94069b78665cd89866cccb 0.01 MB 12 2,166
143,368 143,368 000000000000008f25f39050e2b2f91d291b52d4ab33bd7ead7060453f2bc295 0.04 MB 94 70
143,367 143,367 00000000000002155bdfdc926fefc623c0e90fa965906e2e18774680d33e9626 0.05 MB 103 154
143,366 143,366 000000000000019b855fa57260f192537b8fe16bb7f5a2034d22be9e38b8c912 0.01 MB 21 330
143,365 143,365 000000000000052f8427046d344bcb002b02f0b1c9ab6f67d1c91241e5bee944 0.00 MB 13 30
143,364 143,364 00000000000006689afa405c8cdb06b9fdadd938b3ad24af06424a92cbdab2c4 0.01 MB 24 298
143,363 143,363 000000000000028d0988050defd46d842d2f57f57e17abab6ffb670e02d50863 0.00 MB 13 16
143,362 143,362 000000000000087dfc2c15046411efb723025e279aaa0889b8536519e267bf3f 0.01 MB 21 95
143,361 143,361 0000000000000773758012f4116a7b285fd510f80d06b0660230e7564105b327 0.02 MB 43 136
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.54 GB sent, 94.70 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.