Memory Pool Memory Pool Refreshing

4,554 transactions
1.68 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
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (23,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,193 884,193 000000000000000000020eb5e105d4ea31f3e450e12f504d4f840b67cc090ba4 1.63 MB 4,049 3
884,192 884,192 00000000000000000001d313002a6dbe5994b1bf41074b802cdde0c02f9b14c7 1.65 MB 2,872 6
884,191 884,191 00000000000000000001bd0c496a060919f8d67dc8346eee3ed3485481645096 1.60 MB 3,935 6
884,190 884,190 0000000000000000000261caa2afe8a92caae89dba7489705e141c3c2d3eb07d 1.61 MB 3,959 6
884,189 884,189 0000000000000000000216912ef223d52963f85e9984778ce08aa173011f7780 1.97 MB 1,444 1
884,188 884,188 0000000000000000000183bb1e1c7ba4d34f3dad6123acf5c494a48668519ba3 1.90 MB 1,756 2
884,187 884,187 000000000000000000001154dd89f5a67ec5181bbf172ff6eaef5ee2376a56ef 2.11 MB 338 1
884,186 884,186 0000000000000000000268560f1e476e1251de9492bd4030544cbcf374568689 2.10 MB 839 1
884,185 884,185 00000000000000000001493e487ca5cad71069c7b8760229d9b4b3bfd2d73106 1.98 MB 959 1
884,184 884,184 0000000000000000000135ee8b989cb301ca731401a2916260c1606cbfa0b436 1.47 MB 3,053 3
884,183 884,183 00000000000000000001812a75e615d3560f76302db291ab85bc1bd2aa64cfc9 2.08 MB 757 1
884,182 884,182 0000000000000000000193def08bcecb2a580e01214d9a16fd1e58d0144dd591 1.94 MB 1,470 1
884,181 884,181 000000000000000000006a5e3847cb9e1b7bb3a183db062dcf8c3a02a272b386 2.02 MB 1,403 1
884,180 884,180 00000000000000000001aa73f7882fa28239b988d8e89e25e26df96b4dbcf486 1.62 MB 3,501 3
884,179 884,179 00000000000000000000772331bdc635d76b771d98b4727b5f45417bf8d705f5 1.69 MB 3,184 3
884,178 884,178 000000000000000000000eaa81fa5b63d40846589c5249d1a4a5bb670fedc4fa 2.18 MB 317 1
884,177 884,177 00000000000000000001473baa01c799e9813bf433d48dfee882bbb997ac2a46 1.69 MB 3,772 3
884,176 884,176 00000000000000000001bc0bce0c70dadca6a1c8badbe10e096d0bc67b7fc59d 1.96 MB 1,225 1
884,175 884,175 000000000000000000019c710b0d30fe5641e465c9d2a7bc5ea1a3b6976387d8 1.57 MB 2,452 2
884,174 884,174 00000000000000000001f3c6d04e314c6c60f1ba7103cd36ca7970ce698e2c97 1.72 MB 3,456 4
884,173 884,173 00000000000000000000778203f9bc37610605b3bbacd650fd16e23fc7cbd692 1.97 MB 2,575 1
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.53 GB sent, 92.75 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.