Memory Pool Memory Pool Refreshing

3,178 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,052 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (54,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,478 853,478 0000000000000000000201ce7147ee98d27664cc66cda073f280cf74b248433e 1.47 MB 7,012 4
853,477 853,477 0000000000000000000172c00eb38c433fa7f5b6451e06452bcf653696c54012 1.49 MB 5,074 5
853,476 853,476 000000000000000000013d917324f185d8f3feac1e281096f48530a4d84c0961 1.57 MB 5,719 5
853,475 853,475 0000000000000000000359cd6accbd152172a277de3dfea53632c9eec762d2c4 1.56 MB 5,918 4
853,474 853,474 0000000000000000000186371020fbde33473eebaa1edbacff75bab3fc486d9e 1.61 MB 7,710 3
853,473 853,473 00000000000000000002523df4cc67da5ad4b471a9ed52c8a0e365b8ea495fdc 1.55 MB 6,302 4
853,472 853,472 000000000000000000025a13a223942a0fcdfe662a848e48df53cf9f650496d7 1.43 MB 7,361 3
853,471 853,471 0000000000000000000322de60129b27c6645e7d677ac0a459041856406e993c 1.75 MB 5,738 5
853,470 853,470 000000000000000000025dbad1c122724bdb08f569f1873169e053e96991661e 1.54 MB 5,891 5
853,469 853,469 00000000000000000000bd3c84c2f0616bd9bde003f5387fc94ba70ea3ce7113 1.65 MB 3,390 5
853,468 853,468 000000000000000000026c3fd774727ab435bb8c24f98ab3fd3d772cfe6e5419 1.59 MB 5,500 6
853,467 853,467 00000000000000000000a4048edec6087ea3bf050e5f131e19ee033f0eade6e1 1.50 MB 6,190 4
853,466 853,466 00000000000000000002475e79adae49b7499b622611f7720912c442598d298d 1.49 MB 6,976 3
853,465 853,465 000000000000000000015159a1dd3ffa6af3df71aec36cd9f3483651e35639ba 1.50 MB 7,439 3
853,464 853,464 0000000000000000000196664e78df8b8aca4f83f5913071ad94263c4400d4ca 1.63 MB 2,829 7
853,463 853,463 000000000000000000031b8c5e5f9e8019873ebf1bac18607b71073de0b62c71 1.66 MB 7,512 3
853,462 853,462 00000000000000000000f9680e8325d2d9b76dce658d56e4c07307e8ca915ca9 1.53 MB 7,156 3
853,461 853,461 00000000000000000001984c494afb1d917e869d2e35fd0127bd4e7127c40252 1.56 MB 6,672 4
853,460 853,460 00000000000000000001d078925804a2dabc46386d1a8c14c685716d64952818 1.47 MB 7,557 3
853,459 853,459 00000000000000000001574472e5fa2d501db0b2105fdca813a5eda7f4119967 1.51 MB 3,791 4
853,458 853,458 00000000000000000003492abc461057f3c90958b14970d37bc668102e7e5ea3 1.51 MB 2,791 10
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.53 GB sent, 92.74 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.