Memory Pool Memory Pool Refreshing

1,324 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (679,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,767 228,767 000000000000018320803f9700835d85179ec63bef0dda3a19475d8e55c0e48a 0.22 MB 532 174
228,766 228,766 00000000000001067485bbe0b18ff121cabfbe092ad70304d90a7e46e324ca6a 0.27 MB 662 204
228,765 228,765 00000000000000bafecaac1c7893baabb5df703287164cdf41125d743f44410c 0.20 MB 369 161
228,764 228,764 00000000000002643e666d4d5bd8e78f0ac33413dd0770b7d112060d5d96d713 0.25 MB 586 203
228,763 228,763 000000000000013a2080f56cc8525fbfaa68ad9c50fd74fe05ef2afc2454e1c0 0.10 MB 304 67
228,762 228,762 000000000000025e90f1802afb1737e43e00a1022c8d7fb63282d8a48a1edc86 0.22 MB 531 181
228,761 228,761 000000000000010ea612372b4b9586339350201163b46b786e0a9f59870144f4 0.11 MB 229 152
228,760 228,760 0000000000000003726096e5ce7e7601c0107520260600e01063458217119f97 0.15 MB 132 34
228,759 228,759 0000000000000218aa4566cd82ab19859347e9718cf47930623c97f2effadfb3 0.14 MB 325 175
228,758 228,758 00000000000001a383c48c1da37a00f334db3f99c31d855ae4c68993595e1896 0.04 MB 107 127
228,757 228,757 0000000000000222591b9db9a859d9efe89619ffdee3897f295e29e5b1198447 0.24 MB 512 168
228,756 228,756 00000000000000d5c29f2b305f983bd83319e32b78bd51ae06c241b64aa58bfa 0.35 MB 637 162
228,755 228,755 000000000000002ca63278f5702a8a9df1334e1fde08f5ae73f9b4aff9e8b6ad 0.15 MB 140 104
228,754 228,754 00000000000000f3fc806864a096a2c3068e60c56f9dbab8c022e68946d79a27 0.21 MB 488 175
228,753 228,753 0000000000000048be90184edac39205170ac6d7c0eaa0abf1f5e2881971f035 0.25 MB 240 103
228,752 228,752 000000000000025d4a4a842cd026a6bd75f1532ba38eb54a419f5c39fd7ce33b 0.16 MB 313 159
228,751 228,751 0000000000000165f69c0c7faee8e7b306539f304a764dc2419be4041bdc1d8e 0.17 MB 392 173
228,750 228,750 00000000000001bcacd19e5af3dff9c83005d69074776c18045f8efb3222f131 0.23 MB 479 161
228,749 228,749 00000000000001502f7835f7923843b1529813b8c186c5a959a435556170c27e 0.10 MB 268 193
228,748 228,748 000000000000011b7532c6284ab228d439ae77bb0c56a989310a6aac98952407 0.24 MB 598 183
228,747 228,747 00000000000000a28f96852d056e5eebe061efa003c1aba3c237e37ba178b10c 0.10 MB 149 107
Previous 10 blocks ↓
Total Size: 769.54 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,648.30 GB sent, 95.64 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.