Memory Pool Memory Pool Refreshing

3,357 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,030 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,996 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,029 (667,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,520 240,520 00000000000000f1bf505b410670a566813f8c35c37b88b143a0ab728c3f3728 0.10 MB 119 68
240,519 240,519 0000000000000111451bb1eb6b879a1e13c8f467d0194af4c07abf3f16ea65ee 0.25 MB 536 185
240,518 240,518 000000000000010b44af2b5a950d6bc564592c7515c6f866a413b2deb04f4300 0.09 MB 200 155
240,517 240,517 000000000000002bac88aa526ac590131dd2ffcbeadc7b35078dc713fb1b0d96 0.13 MB 230 149
240,516 240,516 00000000000000bc668c9373d7e5789d8f9f5d0ba1cf9a86ab1f1713927e1cc2 0.19 MB 334 149
240,515 240,515 000000000000008fc3ec19416a4e5d24ee141c40ce74cf45410d6039b18484e2 0.02 MB 50 134
240,514 240,514 00000000000000697bb0a92e459819b8a85348cc72d43b7d58929a8f909a0e2d 0.11 MB 239 194
240,513 240,513 00000000000001110282e67bbbb844727cdb39aaedb62694e31d661f52518ad9 0.05 MB 60 81
240,512 240,512 00000000000000d21af728da7904645b50b921c959ff92aa65b44f7b92a0e2d3 0.02 MB 46 184
240,511 240,511 00000000000000428f6f836295dbac96b9a7640feeed634cc25714e13c1bf4a1 0.04 MB 98 43
240,510 240,510 00000000000001033a9ed68107ae53dcaf74776f6619d486eb8bc4c7fbc4a4f3 0.11 MB 205 69
240,509 240,509 00000000000000942ec4d7bc75c918a2134ba91b97d902ad8c252de2242ff915 0.15 MB 208 118
240,508 240,508 0000000000000036a196b10a7e26311f9bdbaf1170c21c40efd00a17b42fea2b 0.25 MB 601 211
240,507 240,507 00000000000000ba5f4b3ea37a1aa9d875b2e4cbb3166ca3c8626c212c34e31d 0.24 MB 256 97
240,506 240,506 0000000000000050a12c1c1e5d87665bf22d9ef598c28fae05757f4af33729ad 0.16 MB 322 137
240,505 240,505 00000000000000702b8d93917d6e9faed72107941af5851126f1d6b326389c41 0.17 MB 358 156
240,504 240,504 00000000000000c836350be3b75b0bc4d924d8119011654daf6da8e105d66b23 0.03 MB 59 104
240,503 240,503 00000000000000c8d92790bc240ebec8200ad58e55500d6bae7c50763b142774 0.12 MB 141 68
240,502 240,502 00000000000000e527b2bc028c963835b3fcb8653907bbea74153323ef76893c 0.25 MB 531 186
240,501 240,501 00000000000000488c42f73e19248c0bbc6c28e082943ac9407a1cf4b473e2e6 0.04 MB 104 173
240,500 240,500 0000000000000105cf4cba99802b777a81cf78858d2ddd13086710cfe671df1f 0.03 MB 42 93
Previous 10 blocks ↓
Total Size: 769.60 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,651.51 GB sent, 95.91 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.