Memory Pool Memory Pool Refreshing

3,737 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (801,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,198 106,198 0000000000014e47df23ce25662e3e7e0d8bfba73a096707b4a16c9433aefbcc 0.00 MB 1 0
106,197 106,197 0000000000012b38aeaecee616dc8c7027f9b44ae499d78fee70e3f6c4b2db37 0.00 MB 1 0
106,196 106,196 0000000000015b972ef4b4b29c70015331beb32f35781535c015a94e86e0d84d 0.00 MB 1 0
106,195 106,195 000000000000a828389fb4113e3620c30d16d49d7707de874c4bec0171035b67 0.00 MB 5 0
106,194 106,194 000000000001d5892d2ffe388a5dcca200a9f94c57362319c7602a4c7e6ee324 0.00 MB 1 0
106,193 106,193 0000000000010a3d15f0dd68273874dfee91794e33b6ddc699f7124da496449b 0.00 MB 1 0
106,192 106,192 000000000000e8f0537d01319e0d5f4140dbd71a77ae762265d93077638f4666 0.00 MB 1 0
106,191 106,191 0000000000017d14074c9c7894b6d2e826e7a2dee2c5f2212ab1ffb7f43e16cd 0.00 MB 3 0
106,190 106,190 0000000000004ab219349ae60ff9b91236c8602368837ab07e96ad595e326ef8 0.00 MB 4 0
106,189 106,189 0000000000026170b8777721681f110bb0df97cef35d5f8d3d055c8cf43e9300 0.00 MB 7 0
106,188 106,188 000000000001045336df68b8cbeaf86192d0754673f2f93a5128ccae31a6c52f 0.00 MB 2 0
106,187 106,187 000000000001d30042398ad914ea41fca0d9d404712c3a381c23467d22a4c094 0.00 MB 4 169
106,186 106,186 000000000002d63128702adbb5cdf520cdf25a818488e5866a97b6d9f605d62c 0.00 MB 2 0
106,185 106,185 000000000001636a1f5c3c084e5800187b6ea704c29fce8bbcd1bfff90c92392 0.00 MB 1 0
106,184 106,184 0000000000017e3fa7e0c92762ba232b3e3b3a48e96743a29d6e1d2943c1fae7 0.00 MB 5 0
106,183 106,183 00000000000124f72eef9f4bc63aa963977c6865c7b85dcad43ddf0c8249ae8b 0.00 MB 8 0
106,182 106,182 000000000002e58ff6742fc50d3fcfcf5e6912d43c4a0fff9dfd27e046010179 0.00 MB 5 926
106,181 106,181 0000000000010647ee8d4332db6c28d41a8f6f79fab765c32fd4a953dbe3e84d 0.00 MB 1 0
106,180 106,180 000000000002bf628b758c62f689e2c747f41620f97a989d3680e4b80a584374 0.00 MB 1 0
106,179 106,179 000000000000e4ff6a8511b90901366d140a3fb3aabc0ee7f0b36ada0308d43b 0.00 MB 1 0
106,178 106,178 000000000002a56dc96537e04cb3fabb228e3f5503c6ef6ebf3fdde7570405f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.