Memory Pool Memory Pool Refreshing

1,015 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (822,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,202 86,202 00000000002c17fff12aab3b29aa809b1c34da1d675abc70cd6c4abc43f5deb1 0.01 MB 14 0
86,201 86,201 000000000025af82ef4f076a1d23f5d9da1ff398a92377d3606d5174d8425092 0.01 MB 26 0
86,200 86,200 00000000001002f8ca11b90c0390009584468d8f37d0df108fbd11f264867d58 0.00 MB 1 0
86,199 86,199 000000000009e849f72873f4096c956e485e0d43271385b8cec7b586891c63a6 0.00 MB 1 0
86,198 86,198 00000000000c9c384bb622f4b79b40539e823869b458c98013bb062d2b7c5b2c 0.00 MB 4 0
86,197 86,197 00000000002eb1ba49e4816d80ce2c03dcf4f79f63a5b10a588ba71eed68cecc 0.00 MB 7 0
86,196 86,196 00000000002393f7eb09f921913e02aeb057726c858770aa6ce0c4dec88b6a8b 0.00 MB 15 0
86,195 86,195 00000000001d415e8b3cdfa1100d115c7f13247601d561043d850179be601ba1 0.00 MB 9 0
86,194 86,194 00000000000a0c66ba918f4e9c79c17db3af78c7c75f677f4b7fecf000add997 0.00 MB 1 0
86,193 86,193 00000000002297c5b43e0b69e465f742c17909006081b3d6078b3775deb2b750 0.00 MB 1 0
86,192 86,192 0000000000183b92bffa9b6506b172cdd87c11b656270021d3140d301aa57db3 0.00 MB 2 0
86,191 86,191 000000000024671a06118a48e62ec056a5ab78696348951fe9e8d05a2fd5be4a 0.00 MB 5 0
86,190 86,190 000000000000c2439c2b2d72039cf1a4fb2fcb213e1553b637e5854510b493c4 0.00 MB 7 0
86,189 86,189 000000000015f3f54f2625f06122a4dd7aab3b1c736d92632b92eb87263af13d 0.00 MB 3 0
86,188 86,188 00000000001cf64322106bbd9baadb67d67b3497c823fe5f337fb02133aa6611 0.00 MB 1 0
86,187 86,187 000000000010bad2d53e8c45311a7eaa12659d2bfd9e85ff03046868bcd18d55 0.00 MB 3 0
86,186 86,186 00000000000ef21297442c10d6028f04e958c0d5cfeacace7393205571add921 0.00 MB 1 0
86,185 86,185 0000000000080f14d5b203dcd97644486f37f7d1647a7e12b7791f3abbf6ae71 0.00 MB 5 0
86,184 86,184 00000000002754f222268f9261714243b292f2c98dd01aaa803fd69ff91d5219 0.00 MB 5 0
86,183 86,183 00000000002294a227e9aaed88dcb8aa1cd3359c05bae04e55721b47f34786c4 0.00 MB 3 0
86,182 86,182 00000000000c91ceb161dfc593a3b7888e51a891bab95efae4e87b5611784c40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.