Memory Pool Memory Pool Refreshing

566 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (850,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,202 58,202 00000000112a5837de296c2003e21aebff02ee180d059160a6c5a2b0e398842d 0.00 MB 1 0
58,201 58,201 000000000f13607e5f9af5b15ef27602da15b52c071cd321f3c61bd9884010c4 0.00 MB 1 0
58,200 58,200 000000000dc42a8642d3694e7b040b4edaed1394b29c9df835c0cbb194aabc0a 0.00 MB 1 0
58,199 58,199 000000000e4966e4a287a9275b4d9d89e2e1d6e6edb766e2f13fb3f2c25b11db 0.00 MB 2 0
58,198 58,198 00000000036d229c0e1515809d85cd76597a05986c13b921eacb34bc7fb7c6d8 0.00 MB 1 0
58,197 58,197 000000000c74a65c5a3ffe3362bfa4969913bc8898c04d855731f88bfb1e0f0e 0.00 MB 1 0
58,196 58,196 000000000b6aeece370edc627947fefa10c765c62dde2feb545a2701e869e5b5 0.00 MB 1 0
58,195 58,195 0000000013ed740fe5f5ad10631cdfb6cfbc776e121975909003b6aeb86e077a 0.00 MB 1 0
58,194 58,194 0000000001aa2fd8d934b36a1b09aefdf14a56ffbc37703cd195ad2bfcef50f3 0.00 MB 1 0
58,193 58,193 0000000010740187c5f5ae6d1b19ecb92ba22dffd08bb436668ac2a2eda8c700 0.00 MB 1 0
58,192 58,192 0000000000a4fad482b5c8eeedb8f5faac0d9e667f67e6f0d2d3efef1577f8a5 0.00 MB 1 0
58,191 58,191 000000001494a05c99e6c2416f396258d521faeb3df3680a5d4f79a4caf9a0cf 0.00 MB 1 0
58,190 58,190 000000000feec72461443b589035b45560624648736bf88971b7e101048c1a7e 0.00 MB 1 0
58,189 58,189 000000000b6d2dc4b79708bd6d0fc3d181c3b0a69cde5180e91a1286969cfc2a 0.00 MB 1 0
58,188 58,188 0000000007953d6e789545925dd7a5622af36c93c7e3e97135a0b28453a1b049 0.00 MB 1 0
58,187 58,187 000000000709b166a0ad47062c42f59bb2e889c90614f8fb39438d6281f2315c 0.00 MB 1 0
58,186 58,186 000000001567f0d206c257ff81fb9f0701e91a6a0e78689c91f1f7dadd4d16cf 0.00 MB 1 0
58,185 58,185 000000000e229f590cca59997360b17158482c60258e5ed3ef9d9450e8847988 0.00 MB 1 0
58,184 58,184 000000000df53eed433bfd4680aa5b1a4f753595dd2b6367ce02ced625d20fa1 0.00 MB 1 0
58,183 58,183 0000000001f1150aa94a8f77d5e3e70b7a5953f4bf1703b0cff81bd4460fed26 0.00 MB 1 0
58,182 58,182 000000000139aa6c33425beb4b5df8baa03f5706dd1e46f69cb1e489adb2a149 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.