Memory Pool Memory Pool Refreshing

19,697 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (766,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,291 141,291 000000000000091c82ddc02f641a9e00eda7449ba320ed15aca91e6add7b7354 0.00 MB 7 88
141,290 141,290 0000000000000798b86c0d1ae5b911190f4c163fc33cfd3838b558cd87b26d87 0.02 MB 56 189
141,289 141,289 000000000000047150004b4df525f310690ec3f4fbfe5494ffb4f422ab6c95dc 0.01 MB 19 8
141,288 141,288 000000000000089d5d26099721b2d859e81388196aa2aca89570c2fdb3a9bf94 0.02 MB 69 36
141,287 141,287 00000000000000dc9bce9e62343ec806bed6e7f04c13585ea1181f120155dc24 0.05 MB 109 61
141,286 141,286 00000000000004bbcbf48fdbd346d073225eda3563e756e967cd872f68f833db 0.05 MB 129 212
141,285 141,285 000000000000087489c69ed63dc93ba3ff384e4153768068ba706d6178bb6072 0.05 MB 73 71
141,284 141,284 00000000000005b630a5dc06c423adc6321ac6ef134a1971ef9a48c00e6e1c6c 0.14 MB 124 131
141,283 141,283 000000000000051cfacc7244ba13c0f86f89eaf41140852bbd8b5d95d02a9cd5 0.04 MB 81 144
141,282 141,282 0000000000000234f1dab9aeed1fdf63685f2e767e4f70afba1d49ea30475745 0.05 MB 82 260
141,281 141,281 00000000000007640f99c53121a8aec4465004cdb574985888e649a25fca5f00 0.01 MB 24 40
141,280 141,280 00000000000004bfe90e073eaa77c956786eb438ed02e3600588e9927ae6af4e 0.00 MB 8 17
141,279 141,279 000000000000044e8460286b4abe2414d4d7935904bd2ed45f0c1698787d84e7 0.02 MB 47 289
141,278 141,278 000000000000012aeaf55276db870fdb8e44108ce2df754a46f1654604e71126 0.02 MB 35 164
141,277 141,277 000000000000023bd2ffb40aa56352507d7cc7ee057d9f0b0adcf30bd36576ae 0.05 MB 130 266
141,276 141,276 000000000000060afd8e91f8bdbeefefaa36ebf48ee2a267a0fe687ce844a0c3 0.03 MB 79 306
141,275 141,275 000000000000051319bd299c2c95bb9a99131f877a129020b9a56207857af642 0.02 MB 66 140
141,274 141,274 0000000000000184914abbe0aae78408da74e24efad9bc1a7796d157562a9639 0.01 MB 19 377
141,273 141,273 0000000000000581b5e5a74c7ceb0cc783413d3e067fb1142b5d7f43cc49bded 0.01 MB 5 0
141,272 141,272 0000000000000570b485d69548c754397be34fbcdd37026502936d9231c9f072 0.00 MB 8 101
141,271 141,271 00000000000006236de54c25fb2eca12458a17497d1718d0d04d1040e0bdbd14 0.03 MB 75 121
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.