Memory Pool Memory Pool Refreshing

1,495 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,682 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,681 (476,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,242 431,242 000000000000000003f77fcff9e6dddef2bec2a6c6bf344798ca8cfb4c823c81 1.00 MB 2,975 84
431,241 431,241 000000000000000001d18757c2e30c82a9806131b08d80ba72995c8e8369cce4 0.98 MB 1,175 33
431,240 431,240 000000000000000000d1ac591253a49f7e7a391556d8637855c94743cc5caeef 0.22 MB 514 81
431,239 431,239 00000000000000000068bd90e41250b741629cf29ef4935cac0b4ef5f0bc09cd 0.02 MB 44 76
431,238 431,238 00000000000000000316f705dce8a9cfb49d17c1153e63e85ff6aa149d34eeb6 0.99 MB 614 19
431,237 431,237 000000000000000001cc01b62d08b95e5942d7fa7505b296bfe001bb3039c81e 0.43 MB 936 70
431,236 431,236 00000000000000000492c5d6afb494832c9f01362d7f2751d8bc4cc53d7d9317 0.42 MB 985 73
431,235 431,235 000000000000000001a7cf0b135e079b6770c92b8ac0d56a1265e4946523b1b7 0.18 MB 414 76
431,234 431,234 000000000000000000e956572adaf39960af0e68e15eb5792bc7bda3ea45e5a3 0.99 MB 758 22
431,233 431,233 0000000000000000031877cb8ea2958698fece9abfc06c54580f11e762da539d 0.04 MB 97 78
431,232 431,232 0000000000000000016a0dcb23a4012ac27f90062178b21791954d5465209573 0.75 MB 297 11
431,231 431,231 0000000000000000026629ba3fa3f230d816dcd9779d045f3c521970b00660ff 0.94 MB 2,001 58
431,230 431,230 0000000000000000032b26f1423754d2c58370df30cdec17d106e5a28eaa2ec4 0.99 MB 155 2
431,229 431,229 0000000000000000029356ddd03c25bfa9641ace2999df5fd64b6f0f9c16f7a6 0.63 MB 1,383 54
431,228 431,228 000000000000000000007db323f8ef2983f040c9534307734edcf1a9a57e77ae 0.64 MB 1,640 65
431,227 431,227 00000000000000000353fac27150b4e72ebc8b11bfd9f8e1cea27c89e60b7cc8 0.32 MB 846 72
431,226 431,226 0000000000000000007695f83adde522baaee161dd0d8e63875e05912d7b8a0d 0.37 MB 810 66
431,225 431,225 000000000000000001cbacf6940e0a20494ef13761024038394384f59f0e0501 0.57 MB 957 43
431,224 431,224 0000000000000000045f581c43c1b429a2b444fecd7aeb53812212b727d42767 0.69 MB 1,359 54
431,223 431,223 000000000000000001a2f1169036df4bd488f75d25c85f346b14ff78cb0de70e 1.00 MB 2,896 79
431,222 431,222 0000000000000000004ec4d839785f105652436bd6521e13f2e11a223d6f5930 0.75 MB 1,624 58
Previous 10 blocks ↓
Total Size: 768.95 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,613.87 GB sent, 92.53 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.