Memory Pool Memory Pool Refreshing

3,186 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,853 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (422,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,781 484,781 0000000000000000005bfd1751af7dd3b5ddbf9937b8455d8a6dfd88d499cc26 0.58 MB 1,097 110
484,780 484,780 0000000000000000000c8c5c280bcdff60722a255d94850e15aa10b061be348a 0.79 MB 1,392 113
484,779 484,779 000000000000000000370e0e1113cdf32e89716b2e4eba9a7a9311fe0f5756cf 0.95 MB 1,819 29
484,778 484,778 000000000000000000c4920f1eb257c1a94565ff6fee4df207f2de0b165d9c19 1.04 MB 1,631 62
484,777 484,777 0000000000000000004313ec32e57ccfd8b85a1024d397abaa0909d2d7ac3b44 1.00 MB 2,350 178
484,776 484,776 00000000000000000091666691590b279fc16fb22c59752d414defdb49c687b2 1.00 MB 2,177 190
484,775 484,775 0000000000000000006ef8634674c7c494768b6c85ba94a3a2319ec15e4fd409 0.61 MB 1,223 103
484,774 484,774 0000000000000000012fd792bdec79361cf3f8f80cda4f8cdbce8a8f3fd2eaab 0.17 MB 450 85
484,773 484,773 000000000000000000d85e66e62d8d360905a086ae97c708f29da9271168ad59 1.02 MB 2,161 122
484,772 484,772 0000000000000000011d187ad4b8db770117b57132219b41e7d244eaed05086a 0.65 MB 1,244 120
484,771 484,771 00000000000000000103be254105c070069720a248ec7586dfd97a423840a704 0.94 MB 2,043 125
484,770 484,770 000000000000000000c3024cd28061cc42cf43e68ebd4f6ccb1bd2010b09db24 0.09 MB 206 113
484,769 484,769 000000000000000000a990e719c08178a038df8ddc39f29a8033ff1cb90495f5 0.12 MB 238 124
484,768 484,768 000000000000000000fd7347ced07a79f7b5acf376be8261c0d1e2b7b6bde3e3 0.24 MB 522 127
484,767 484,767 000000000000000000b7da9e9def56ce832d70de803d7bc6498428873ffdb5e0 0.42 MB 804 106
484,766 484,766 000000000000000000ed6e1d45c5fe90325da01e79891fc56b82720a6743da69 1.00 MB 1,586 62
484,765 484,765 000000000000000000b002366d9303402d958eda24539687a92f2697c6ba7421 1.00 MB 1,925 24
484,764 484,764 000000000000000000b49301131a0620e7e606d232c88d9d371375c16d344b4c 1.00 MB 2,180 176
484,763 484,763 000000000000000000b932f257ffd59549f556cdee0be29552db05a893f0edc3 0.63 MB 1,168 54
484,762 484,762 000000000000000000322d54828ed09b5385152d854e7547f51488a55f4b214a 1.02 MB 1,744 123
484,761 484,761 0000000000000000011a5d06d18de4f164348a13bc5e035ac35ac4ce306b9539 1.00 MB 1,839 192
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.