Memory Pool Memory Pool Refreshing

1,612 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (874,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,315 34,315 00000000373d0f352707a67afc4b76251f0f537a38ea38ff647f2046cd1b0fd7 0.00 MB 1 0
34,314 34,314 0000000053edf4021b6c51dc5bf9231b4168042d41e596f8cfd446c339ff684c 0.00 MB 1 0
34,313 34,313 000000003f712538cd88e8d5245df9618fa6556660f990e627ab306cfb68c89b 0.00 MB 1 0
34,312 34,312 0000000095e76833a436ac663681f32a2ec0944b285ab2e4ea4fba8561dfa5e9 0.00 MB 1 0
34,311 34,311 000000004f343b1ba2356a1bbfe336915a31086f1324703b0e62b28c1d861509 0.00 MB 1 0
34,310 34,310 000000006d96fd2637c92884cd2d73bdc0a4350d983f24fd9224eead3f170be3 0.00 MB 1 0
34,309 34,309 000000005c1ac5cb3a1d7962bf47373b3ec46c7e7d98e97aae4b37d706fd4bb2 0.00 MB 1 0
34,308 34,308 00000000217a7ae8e5a40abe14827c20d7cae8d9c528bed737da67812e1c84a1 0.00 MB 1 0
34,307 34,307 0000000026cf4832fd9bfb41433f4f4fac80e2b51b3fc6695645a03730e44c69 0.00 MB 1 0
34,306 34,306 0000000015c41eb0dfe95f9a895c94669320cfdc42bb23bca82d2810723a2215 0.00 MB 1 0
34,305 34,305 00000000c16ac53c0bc63d0d57cbd6fe7855eef464e1040ab371c045f065c136 0.00 MB 1 0
34,304 34,304 000000003efbc7525ec759758518667ae686fd8198c35b3c464e59b44665fd21 0.00 MB 1 0
34,303 34,303 00000000a99558bc83647fc3f3322daedbbe6cd10901404198ead6bc3ede3f62 0.00 MB 1 0
34,302 34,302 0000000020b026c224339f2effd039ec6dde17d3a4c12aa867dd4b2da8d12f9f 0.00 MB 1 0
34,301 34,301 0000000027e75333fdd44eda9a1db37439bb983008673e3e93cd01697cea8046 0.00 MB 1 0
34,300 34,300 00000000bdbd1d920a7bc1a34acd616c708878bf675150a09f417b3932f3ff33 0.00 MB 1 0
34,299 34,299 0000000092b00633f0da2e20fcdad1184f40fd5afab02981864e40feab72b8ea 0.00 MB 1 0
34,298 34,298 0000000040335be136a2d792093737ac0502139d760064179f8f469ee62a23f1 0.00 MB 1 0
34,297 34,297 0000000091259ebf7f480615a073887a95d3bd95b66ba73d0e943bbcd14a3019 0.00 MB 1 0
34,296 34,296 000000001e30cf9b0e7c6da6eba00c204ded76d15a644c9470272af66275a72a 0.00 MB 1 0
34,295 34,295 00000000bb2e8a90ec583392b606a5c291d4bf44d397de3779ddcb8f40813241 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.