Memory Pool Memory Pool Refreshing

3,575 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,813 (557,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,302 350,302 000000000000000015c473c37061119e47ea3b037f36def23cb1c9bb2e3892ae 0.58 MB 1,235 28
350,301 350,301 000000000000000016eea235606220701ee9f7a5663f08b9c990966ab7fa142a 0.13 MB 251 33
350,300 350,300 00000000000000000ba6d629ea48bdd2d23b277d0654423eded7cf80cb57ffff 0.15 MB 263 21
350,299 350,299 00000000000000000cd7da2c83f8a4c4cb2aa2068edaa289d5ee5b73a03a20f7 0.24 MB 367 23
350,298 350,298 00000000000000000617c5845aefb8b62b67761ed77303e2098e7a879cfd2147 0.47 MB 927 28
350,297 350,297 000000000000000003419301b868c26fba0a878c094db4c57be357067691b0ef 0.69 MB 1,237 25
350,296 350,296 00000000000000000713b875ccb42ca784356439adac0b9c5871b5d4e919e9bd 0.18 MB 293 22
350,295 350,295 0000000000000000161ac386b5adeab0bb915e453a465040d3b69b14146506e8 0.46 MB 880 25
350,294 350,294 00000000000000000d4886103a66b7bdd01dc59716ef1c6957fd6134f3103498 0.75 MB 1,406 25
350,293 350,293 0000000000000000175949e0fc3de966106117778c706d49f96fb73ad94e5697 0.25 MB 203 10
350,292 350,292 000000000000000007ed3739c1775a3fd93a7cb02b35752d46f17702662ebdc7 0.75 MB 1,780 31
350,291 350,291 0000000000000000129d09c786e1a40cc877e5953562be071bb9473af751e059 0.33 MB 315 12
350,290 350,290 00000000000000000712118871dc5d1ef1ce1480bceeaa2e3131a31db3363181 0.00 MB 1 0
350,289 350,289 00000000000000000c938fbae7f5c102d08baa0f9a1f1308829aac3d18eed513 0.75 MB 1,538 30
350,288 350,288 00000000000000001191f9c0718676afced192812caca6e4511393afe71f3f41 0.29 MB 584 25
350,287 350,287 0000000000000000019f4d9e63068444f7a354e85268134a0b063ca305520565 0.99 MB 2,228 31
350,286 350,286 0000000000000000017c2867f3464a71452aeef8d6c3252f4de4d1e46f3faa22 0.62 MB 790 19
350,285 350,285 00000000000000000ad3c27e7198812d46170a935c6c05313b5fd3a85d88d1d8 0.75 MB 2,068 37
350,284 350,284 00000000000000000b83de484e28496342b929cef89099815ee79ca60a11fb23 0.43 MB 834 25
350,283 350,283 000000000000000008cb9793e7d40af0e8ee895420c81653cd201900f356310c 0.62 MB 1,383 26
350,282 350,282 00000000000000000372f3c9be5933d51acadec91a3e2a52c0f962a7648457cc 0.30 MB 403 20
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.