Memory Pool Memory Pool Refreshing

5,674 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (745,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,312 162,312 000000000000064949c7b1b1b56525f9c09e14d0fee14822b6ae1ada8d208205 0.04 MB 100 52
162,311 162,311 000000000000003eb0116cbefd16183213afda6f36d570eda8633a7a8bd2410f 0.00 MB 7 229
162,310 162,310 000000000000057c291fcff3537c97c6231a5c61ff9243b3a1ae3080a6929b46 0.00 MB 11 35
162,309 162,309 00000000000005c0703e145ba917750dfe4f896bdfb2ee157d7208e36b2fca5c 0.02 MB 53 121
162,308 162,308 00000000000006085f04decf7c5a65a0497cf74ad3dee9ec5f82fd07a1d5481b 0.04 MB 118 1,856
162,307 162,307 000000000000019cd82e0c8e7f6669e3572f9465e8d8b1d0e63ae1a3c8405ef8 0.02 MB 56 128
162,306 162,306 000000000000005350f2d51e537aa79380fdf12bbe6fa5c7d44d25aa5ca980fa 0.00 MB 10 470
162,305 162,305 00000000000005d5312b6e84c22458333d44ec5308324df9db4c55e5d3b3de6a 0.01 MB 16 19
162,304 162,304 00000000000003752502caf511824d970380ad62dbb92c892651bc30ac54c98d 0.00 MB 1 0
162,303 162,303 00000000000006ea1517bb4eb6719a6236fa34b38df35442d3e1091c255192fb 0.05 MB 122 195
162,302 162,302 000000000000022913c4461575d696604ade1b5e48fb20ab73d715b8cbb233e9 0.00 MB 8 562
162,301 162,301 00000000000001996d701ce17af030a6afc4bff6d19c8d5ea541e7b6edc20f5a 0.01 MB 13 179
162,300 162,300 00000000000007506819e280c866556dd908e2646c253823bb68592e02284528 0.02 MB 63 1,412
162,299 162,299 000000000000077c40e64d1e0102b7fda233f49b010517df2146bac42d5488f0 0.01 MB 9 9
162,298 162,298 0000000000000787506b4a43942cfc97146b4aee236aec8b7561313d4187b2ee 0.05 MB 117 62
162,297 162,297 000000000000007b6f1753e0f141390d3484d5ea4ae313bb64371be127d03c4e 0.00 MB 15 48
162,296 162,296 00000000000001b275e395c02677859426a96ba5c90d253939065120cec6d0c5 0.01 MB 24 262
162,295 162,295 00000000000004d20a980bd5febd2a5de890bed04d7ffc08d54aff7f7904bad8 0.02 MB 36 30
162,294 162,294 0000000000000d272842adf0f667e4482ef50166437e0b13f584bf2e11435abb 0.02 MB 19 116
162,293 162,293 00000000000008d130aca8583586b03878307b8363c688651de748238f482799 0.02 MB 59 19
162,292 162,292 00000000000004e97fa07891ac9dd877874f0df71a9d38f3c5245f31aa5a6f73 0.04 MB 97 86
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, 114 incoming
  • Data Transfer: 1,616.56 GB sent, 92.76 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.