Memory Pool Memory Pool Refreshing

4,614 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (676,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,173 231,173 000000000000003efd9d850dbebb93f03d2e3f8b6c40515afbae9ca3afdf0693 0.15 MB 326 171
231,172 231,172 00000000000000149118665ce7d9eae23866a2a74572c3b659b1c88bd1c26758 0.29 MB 632 149
231,171 231,171 00000000000000d3c22d08bca936a0e430e70331057cd8aa4fa9f5f69ffd84d2 0.30 MB 694 136
231,170 231,170 000000000000006d6f399d6f282313a5f3a20a51236a4ec0af030ace40e53690 0.09 MB 237 237
231,169 231,169 00000000000001f6fde6d4c7a5e25de33459abcb5a6b1e175c85505af1753859 0.24 MB 573 181
231,168 231,168 00000000000001b1226f9534bf2b4266a478d0160621b8c724331e382461b80d 0.24 MB 517 145
231,167 231,167 0000000000000141241fae2679ca34571920ee2035e1c123a757ecb2639f5346 0.09 MB 288 217
231,166 231,166 00000000000000450e8ab47f20d219f61ac2c42f8e9605f4231c7df161c499c9 0.06 MB 123 172
231,165 231,165 00000000000000de7108646ea77d2e149a4e65d363a3d6240034002b666c5425 0.21 MB 525 180
231,164 231,164 00000000000000c0d88e58badc24beaaf71421c5b09a7f8734532381d04e7767 0.12 MB 280 184
231,163 231,163 00000000000001a51e8744159719b689af866c35ba73af3aa100f0bf47d48858 0.35 MB 891 157
231,162 231,162 000000000000006fecd446f43f13499a2993f1448f8a5f80f0233526d3ca6dfe 0.01 MB 24 4
231,161 231,161 00000000000001aec877be075ee11b55ee065aa3ef24f73420ca8ad5732dce6d 0.25 MB 552 147
231,160 231,160 0000000000000192d885f3548fc7b597fda83b34eb08ac2b8b79bc81c4096eeb 0.01 MB 17 6
231,159 231,159 00000000000000b58aa237fe6ba76daae7d2b6737bc4fa0b1da26bdf2e0adae1 0.13 MB 254 154
231,158 231,158 0000000000000106c8a119f0b9ffd9f7c122c632ae324163972b2834b8b80546 0.07 MB 172 198
231,157 231,157 000000000000000454490401d87f7c0b66f35b04b116ba66682a07090c879bc4 0.07 MB 164 25
231,156 231,156 00000000000001786aa4d7cdccacc7c9b0c71b58ce8019f62f8535a9d117325d 0.12 MB 297 159
231,155 231,155 000000000000003afeef902ab642266f11be3196e71c8cef1202308a9d5640b8 0.20 MB 414 140
231,154 231,154 00000000000000d6cf1cf76eb8263350ff8b7a3053f13ef4dd17402c88dd30a2 0.25 MB 662 168
231,153 231,153 000000000000016b1f0fb9d71fc7aeeb65ba20d019131c93fd7d10b4a7d6a930 0.05 MB 140 101
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.