Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (670,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,781 237,781 000000000000017a36723c80822e4bfcd3939e7aaae116d9b9aa9b1d56a1cd20 0.10 MB 313 119
237,780 237,780 000000000000006815d6f8ef035a6671d8251cd3f2a26557a229bd3aa9e77c26 0.23 MB 319 123
237,779 237,779 00000000000000a0835983ddf6ebb769060567e34f5661060c3b62c367f5f56d 0.25 MB 677 208
237,778 237,778 000000000000011015aa4e17ff9cd5f0b2a2706ffd0a8a88d7d5c7c6e77166c9 0.01 MB 22 163
237,777 237,777 0000000000000040cf23030784ec046ec63088a5bfce425d8a50785542ac7b89 0.10 MB 233 179
237,776 237,776 00000000000000fd43609969794be8844d2a45ac51d15edd2813a2b264690a17 0.03 MB 48 146
237,775 237,775 00000000000000381f05fe0a7f617b4859397d460d97232f865f10d86d5a526d 0.13 MB 233 147
237,774 237,774 000000000000011ded4765f24a6298a3507c969c59f78f29b2564c877d42c462 0.11 MB 216 146
237,773 237,773 000000000000005981e36c2161d7fdfbe444965299bd1c16dfa5c3d30a690389 0.20 MB 452 171
237,772 237,772 000000000000006a7bd5f3e53f1545c0a1f51d5bea2f3dfc53c4f421602d10eb 0.10 MB 238 170
237,771 237,771 000000000000005b8f475efeee60b3d87b5c465d6e97f7a463d18cb9c992afcb 0.11 MB 249 202
237,770 237,770 00000000000000f5282c3df94bfc883591dd2b6787f564a5e7839df204bd6d3a 0.17 MB 399 164
237,769 237,769 0000000000000099b6d9a0391f2b7504f0b71d1bc22cefc3a058f9da985bea2f 0.01 MB 26 114
237,768 237,768 000000000000017cfdaa03687cb089f2c0da1f26a99572f34c82a87398c6fdf0 0.24 MB 523 172
237,767 237,767 00000000000000ca071ce55a731ed6e7838d6efc77c92d8cb2eeacb3476695cf 0.22 MB 464 155
237,766 237,766 00000000000001114c74f45579af095f448e6c9cab2c0ebae1f354bad74a2e3c 0.23 MB 531 181
237,765 237,765 000000000000017e37d108610e3aa4224c2fc3578f338bb14853b777ccf33671 0.16 MB 214 98
237,764 237,764 00000000000000d42d6cec837bbe05c11c8337962ba467412bd9f709051d6f3d 0.25 MB 720 234
237,763 237,763 000000000000011fe23767e80576d0eace3cb318e8cc9f257322d98bf4546d09 0.25 MB 509 159
237,762 237,762 00000000000000f2b9679e960e87b7e0bebba781a9316d674c62d36bd5d710fb 0.01 MB 32 141
237,761 237,761 00000000000000e0549cdf112010dbccf6038c4561f1f10991ac56c923258b9c 0.20 MB 424 177
Previous 10 blocks ↓
Total Size: 769.17 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.31 GB sent, 93.78 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.