Memory Pool Memory Pool Refreshing

5,724 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (15,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,031 892,031 000000000000000000000361783b05992777aad895fe3999f4f3e956d540464f 1.83 MB 2,081 4
892,030 892,030 0000000000000000000057767c6ac2bc6defb91f3e69a062cce3b782aeba7200 0.12 MB 167 2
892,029 892,029 00000000000000000001308fd1497ebe96a8dee68455098ee166ea1cbb44e472 0.97 MB 895 3
892,028 892,028 000000000000000000001488602fe328c030b8fa95dcc6f54e97fa64fc1ac89b 1.15 MB 1,336 3
892,027 892,027 000000000000000000023f6e129cec81a5387c826b3094923543e733faa71cc2 0.71 MB 761 2
892,026 892,026 000000000000000000006cce3105be3e1d7f1fe2db0ca9711b79deda88666703 1.56 MB 3,741 2
892,025 892,025 000000000000000000005b17d3b76066e1c45fd6547d6596a966c2b2e2f4652b 1.69 MB 2,739 2
892,024 892,024 00000000000000000001889b510b041ed2148f27163d90fc997f558e1b15cef7 1.44 MB 2,370 4
892,023 892,023 000000000000000000000effd313f6bcd54146154e06a8ac732ee043fab60419 1.48 MB 1,705 3
892,022 892,022 000000000000000000015f1b0aefe4e8ac61cc2263ec6fe3d2ec9f7b70ecec54 1.32 MB 1,226 2
892,021 892,021 00000000000000000000659e2fd2f0137a809cdb6d6dfa9bc10c382a3f9fd0db 1.74 MB 3,012 5
892,020 892,020 00000000000000000000cc1d45cf6fb5b8f38e7c892348e2ed46ce6b12d7ae9a 1.79 MB 3,131 13
892,019 892,019 000000000000000000022cda72f53aff921ef216c732957a5f96ba4f8cfc9c36 1.63 MB 1,846 7
892,018 892,018 0000000000000000000106ea9d97508dc9dfd3af34cfb510bd691ead16e351eb 1.68 MB 2,635 6
892,017 892,017 00000000000000000001c8797db70c62fb5f6c6ae5736613267168464e9ac3d4 0.93 MB 1,619 5
892,016 892,016 0000000000000000000069d177c1c1a59ee3c6a58c98a14d5baafc7ee2e26011 0.48 MB 981 5
892,015 892,015 000000000000000000001f8f627db6cfd13fa2e8358f77566c3d06edac871b5a 0.07 MB 142 2
892,014 892,014 0000000000000000000141a213c7c06c45ae599e868e386730fef2aaddb75d54 0.10 MB 215 6
892,013 892,013 00000000000000000000cb49a5501f127628adba42ccafaadd1b69d8e8b98957 0.09 MB 145 5
892,012 892,012 000000000000000000019ba09256d754004007be0e35f26453f611849da35b06 0.04 MB 84 11
892,011 892,011 00000000000000000000adad6199b7449a9b73c6ffacbab17c42850ac0c0d5d1 0.79 MB 1,244 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.