Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (628,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,035 279,035 00000000000000022b13a6ea9e7d22c8218662d24bb532efe2a5e62c4d0fe129 0.03 MB 78 44
279,034 279,034 00000000000000009e1522dfb071ffbede5d7340346b68d5d87e9a648928b450 0.15 MB 309 47
279,033 279,033 0000000000000001f5d4be31fc8116567a3c06b974d7149a4bd1bfb8deb19fd0 0.12 MB 216 33
279,032 279,032 000000000000000281edc0162a4f4174569bc6a8c4c864b0f1309651d0807bb2 0.01 MB 19 31
279,031 279,031 000000000000000248781790c6d3c2a0a12f627df3fbb5953e264f328a909220 0.20 MB 464 55
279,030 279,030 000000000000000299dfcca91e8941e69655966545e9891e31459260740fe358 0.18 MB 318 36
279,029 279,029 0000000000000002197bebec6b4921de68ae2e7608bf66eeffdda8ba8cd21145 0.21 MB 189 20
279,028 279,028 000000000000000232c280b7fcd25dba5c3e1ba95228ac2b70a737052825428b 0.25 MB 516 40
279,027 279,027 0000000000000000bfd61509f63e1102077f506a5db69ad697ee548d0b92f479 0.25 MB 671 69
279,026 279,026 000000000000000237cd23d88ed708dcfa3146c94ee9d5463bc52807ca8aebc7 0.08 MB 173 44
279,025 279,025 000000000000000261c68327edfc28c36f6137378157769a203b97ccba8bc4ea 0.21 MB 378 43
279,024 279,024 00000000000000009f36f19da29808850747b00bd4149f145712ab87d2717b16 0.05 MB 49 16
279,023 279,023 00000000000000015691d330e6a19199dfd5e72dba1961a9e53563b695337e75 0.15 MB 224 35
279,022 279,022 000000000000000180bf65de40f02c779f46cdad55a1abb52b5790f598061725 0.03 MB 66 34
279,021 279,021 0000000000000002525a92f8d404b2618d59a4243f7a60419719d360265052e7 0.15 MB 155 17
279,020 279,020 00000000000000022a6b54ad27ed1386c8aceb479d5624222bc61995e52c92b4 0.03 MB 106 66
279,019 279,019 00000000000000023c31a425a20f8de34ed9ea5d617bc246aa4e185a02f295bf 0.12 MB 221 29
279,018 279,018 00000000000000008f5dbcabd5b7b1c74261cbba236ce99c501f87b49d84fc38 0.25 MB 430 46
279,017 279,017 0000000000000002337caa7a38f06c8bdf4556a7d50adc5ea36abf70df1fbfa0 0.25 MB 307 28
279,016 279,016 0000000000000000977e56d6c0997d54b1b83c4e5bde4b5fccbe2098b4db4e00 0.50 MB 1,321 54
279,015 279,015 0000000000000002d82dcabe235be8fb2232692233666f1e3a26a04fbcb35003 0.06 MB 135 58
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.87 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.