Memory Pool Memory Pool Refreshing

3,215 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (764,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
143,360 143,360 00000000000008f86cf0e1f970c08df792f818d3963416f2d8c0fa5e5a951372 0.05 MB 134 212
143,359 143,359 00000000000005ade94dc9ffeda4fa6e41fca8c5482127de1e04d43e16581a00 0.03 MB 84 92
143,358 143,358 0000000000000774efad0d1b40cd2bb51558e471993d45172367fac1e8162cee 0.03 MB 95 1,577
143,357 143,357 00000000000008c605ad310d7fdb692acbe00a90ed48ec4f1ce1b49f8e0dd018 0.03 MB 106 104
143,356 143,356 00000000000000bd2287edf73e80f85f218e1215635f04be6e19b5cbbc789515 0.02 MB 33 276
143,355 143,355 000000000000021321d81ca564858f10f255e2058457f315f6d3555474632021 0.00 MB 2 2,481
143,354 143,354 00000000000007d2803e5c17c1270f05545f31353179833148d6546d0efa8707 0.03 MB 85 19
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.