Memory Pool Memory Pool Refreshing

8,322 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (66,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,186 841,186 0000000000000000000045af6b45e23bf2aa52bf097a942ecbed59caddf8fbe7 1.24 MB 1,598 26
841,185 841,185 0000000000000000000254e56516679faeba719af355ff096072461e19bb7ac2 1.29 MB 2,037 26
841,184 841,184 00000000000000000002172f7f05eaa5d9a5a9d2d6ac9187d93a4e3f3b1107d3 1.29 MB 3,438 28
841,183 841,183 0000000000000000000228c3f4893b8945d0af6f0ca8beb94965c959db420734 1.40 MB 2,355 28
841,182 841,182 00000000000000000000200e767c1456f3df841fdbf229e7e43db8c69f0d500c 1.57 MB 3,780 32
841,181 841,181 0000000000000000000218ddb9e04b9716da1de8ec16a907702366bb63d09bed 1.65 MB 2,881 33
841,180 841,180 00000000000000000002cb1010e6d355b3f85057d6e27590163ef1a1e3b3bf32 1.72 MB 3,287 34
841,179 841,179 000000000000000000032676dd7c995ed6a3171688715375587007d6264f1aa4 1.74 MB 2,036 24
841,178 841,178 000000000000000000021e083e2301a3ff25b5e7f9f4d1cd554c839a1df338d3 1.68 MB 3,457 30
841,177 841,177 00000000000000000000459506a1e2260da55c8b488085e19869ca92d7d8ee5a 1.60 MB 4,190 31
841,176 841,176 000000000000000000000cc77095f4ace4cf84ccd781cb34c11f4bb1ba60d33a 1.68 MB 3,879 26
841,175 841,175 000000000000000000020cf91409e231de050bb2e4473e086ef42797766d4a6e 1.55 MB 4,348 48
841,174 841,174 00000000000000000000f39cfa4314ddb259a394b75da3ddacc403d1912c0857 2.06 MB 2,872 25
841,173 841,173 000000000000000000025888ce9a0c335bece5e82f29248e4c6cb9f713f05f21 1.69 MB 5,051 34
841,172 841,172 00000000000000000000ca56a334b8b4d7132360c6b6476c1a752b9e71dab52b 1.90 MB 3,416 31
841,171 841,171 00000000000000000001d64c6bdb7634948458200ffbadce0ccc1b5c82a35bb8 1.55 MB 4,650 28
841,170 841,170 00000000000000000000dd362bd258856412e2692e4aed2b57c2120804c3619b 1.47 MB 4,313 33
841,169 841,169 00000000000000000000605a0b28712f1fe0fe2713e73e1fe720c77e6b13b97c 1.58 MB 3,900 45
841,168 841,168 00000000000000000002f1fd371a0b1cb1805f1185aa29ee2cb928e1777046d2 1.56 MB 4,416 60
841,167 841,167 0000000000000000000240aba3629247e3afbb3369cf47964349167f054d8b0b 1.65 MB 4,668 30
841,166 841,166 00000000000000000000e006aa1e7a8631937f57d823659e8623408fe0633d30 1.46 MB 5,125 27
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.