Memory Pool Memory Pool Refreshing

1,359 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,681 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (730,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,541 177,541 00000000000002ec32c1cdb7aecc40ec8c2e0aa66501a62c7acc1904143acb67 0.00 MB 7 100
177,540 177,540 000000000000009dd7c355eb7eb172e3cfe17e1844150d5322bd69b75eb05278 0.00 MB 15 57
177,539 177,539 00000000000006849991ee4a1681637e211a2d04d057b70547b0db9d472661fa 0.05 MB 99 898
177,538 177,538 00000000000009313de1b7d4d03e85e70b62a995f4bb56433411074f62d34528 0.00 MB 13 14
177,537 177,537 0000000000000441951bf66e8af58e7577468d9e54b33d340dff3e5fe9393167 0.05 MB 92 210
177,536 177,536 0000000000000190aebd550d91f7ceefd270d5e63f4fb7f826e771e4777dd6ec 0.00 MB 9 21
177,535 177,535 000000000000011fa408112a623062f037521e6a1d6d5ebebf7c45785a924b05 0.01 MB 13 149
177,534 177,534 0000000000000525aeb70cad8de6165e4bc8749951f368053b3dc0c372dfc2ab 0.02 MB 79 68
177,533 177,533 0000000000000056789b0869ab5a44efc3d4f8a4662bda372cdeff82f068a8a0 0.03 MB 37 69
177,532 177,532 000000000000005047419af9bdbf99b81f85f4a5d2766bcc29ab4ba925579947 0.04 MB 104 162
177,531 177,531 0000000000000481e92965035db98f70418b105f39b7eca6d3a7c247d1e5e287 0.04 MB 114 85
177,530 177,530 000000000000025c0ea3f784fa1e9909a2e793ffe271f0296a3a960590c5e649 0.01 MB 21 56
177,529 177,529 0000000000000097dfdbf2505c7087dc1a4a8bc81ab3ccfe416f6a402ce7178d 0.05 MB 95 98
177,528 177,528 00000000000008cdb19e08a67e21f82f1a868042b2bb6d78dc42f2aa80380ce3 0.00 MB 12 15
177,527 177,527 000000000000077e7ead9dac43062c497677589a318ddbe297484a2615338635 0.01 MB 17 0
177,526 177,526 000000000000056674571c5d4f07b07b7dcab945368bac70d17803b99d8580f5 0.01 MB 11 415
177,525 177,525 00000000000008cab6673589ef4ded987f40f5db4eda5a0a8bda956c4532765c 0.03 MB 58 161
177,524 177,524 00000000000009b51009d0da217df32d60fb8b8f23500faaaaa05a697b0bf749 0.01 MB 19 831
177,523 177,523 000000000000093ba6e77adb290b953310b2c7f1a92284d999af297bd87f1255 0.00 MB 6 0
177,522 177,522 0000000000000071467bcf0f7273185280fcf85f1a99266fcab3619e76a6bc8f 0.03 MB 54 204
177,521 177,521 000000000000076bbcd711c870163bf01b2e60c5279225b27c88fcd3729ed84e 0.01 MB 18 106
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.64 GB sent, 92.52 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.