Memory Pool Memory Pool Refreshing

5,651 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (766,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,301 141,301 00000000000004e40640c376d944417a74ecd48de5252b72ee491e1a6d0d847e 0.00 MB 11 1,058
141,300 141,300 0000000000000357a0c7ae30afcd398cfb3769641774135607cd724b951f43e2 0.04 MB 135 72
141,299 141,299 00000000000000ba4199a73d8bf5b206d6e7c8b153a356cc519673ffd9de58dd 0.05 MB 143 97
141,298 141,298 0000000000000504d16540deec62342f17fdd0b5ec16ccc7d24f45289c72f824 0.05 MB 109 112
141,297 141,297 00000000000003b648ef2da4864438b68bfacc22b634ceb52e34183c2c24e2fa 0.01 MB 31 1,494
141,296 141,296 00000000000004b63386e13d0364cc87f7a7c93115078fc9a9d7d908bbed97f2 0.05 MB 145 68
141,295 141,295 0000000000000588692e0d4a307966a412e53334b6c12d863a6fb4ccbe992ec6 0.04 MB 88 168
141,294 141,294 00000000000003da96113115097f25484675ecb927c3399a8a1ec11d3cffa7ec 0.02 MB 74 246
141,293 141,293 0000000000000872209009424c5badafa850a2e9c3ea7aae5c41f73943f3587b 0.02 MB 43 288
141,292 141,292 0000000000000342983ffe4c78e26cfdec5f5c1c2c0417d02ffc25962a350413 0.00 MB 8 59
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
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.