Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,651 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (902,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,594 6,594 0000000077407e69c46dc29ddaefc1ec05bac9f998ddf78ef23972c7cd83e009 0.00 MB 1 0
6,593 6,593 00000000d9cbcab4341ca7707690bb5a2da1f10acc7ba3a8f93ca9795332e228 0.00 MB 1 0
6,592 6,592 000000006f1ba1cb2eaf16ab824eb010bfe3090dae09cfd92f1298e33456e922 0.00 MB 1 0
6,591 6,591 000000000cb3a31d1c84a70c60b74a6311502e0bd4ef9a31bfbf17903bb276b7 0.00 MB 1 0
6,590 6,590 00000000ad3094bffd4b5f035d1f9fb4ec32fe786faef94d6557136540715199 0.00 MB 1 0
6,589 6,589 00000000c326f5a6a64726709ddde82ba58a8fa78aa4b9b6fb6df3c23fa876f1 0.00 MB 1 0
6,588 6,588 00000000004b536fdc5171605e51357a91b53f1cbdffa59448fa07c5ef07be47 0.00 MB 1 0
6,587 6,587 000000002280cc13bf8a16d13f4b2314ce0204a58637c09ceee011ed1e1c0466 0.00 MB 1 0
6,586 6,586 00000000f2a0609babed82ee09155eb88ce1fd8466fe3721d76f13982e29bd00 0.00 MB 1 0
6,585 6,585 00000000f4d5cf9c261c366bdbf152fdd78e50c4cd577e389345ba2822baf208 0.00 MB 1 0
6,584 6,584 0000000053bdb21d6c70a969c058e3bf30405bad6eb9d7f95ef88bc265a61741 0.00 MB 1 0
6,583 6,583 00000000b17315fca0d8b3f8229e49aae2912e9d5de1f94b772f1412e932a4a0 0.00 MB 1 0
6,582 6,582 000000007fc54ccef03a1386155e5fd10229a80d592bd6b299064d1572635378 0.00 MB 1 0
6,581 6,581 00000000b46bb9d830499302bcf3e544e679897ab595531d98539a4593e5a849 0.00 MB 1 0
6,580 6,580 00000000b5e64339fcaed867719bf17b4416839403deeeba1ec96ce5ea8c2929 0.00 MB 1 0
6,579 6,579 00000000580a7a7cd537bfac354996f0d5ab1d1779e316968b524153bfff09fc 0.00 MB 1 0
6,578 6,578 000000000ab7ac9a9423071d674d8104ee4b220d5664387d90850e3f76e979ae 0.00 MB 1 0
6,577 6,577 00000000ea4728c14bcbbfda30b77e8f84eaf7646daa9090debba19770b9fb57 0.00 MB 1 0
6,576 6,576 00000000190b7c78c04060087be9ffdafeffc2eaaba0c2f8c98e56e10cba73fb 0.00 MB 1 0
6,575 6,575 0000000050c878a194212cddc468fced5162630acccae8a01778a997c307e347 0.00 MB 1 0
6,574 6,574 000000000f473a759506cf47ee544fe35ef4f9bb4a1946b00aa278e079adfc47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.28 GB sent, 101.39 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.