Memory Pool Memory Pool Refreshing

7,355 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,727 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (196,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
711,201 711,201 0000000000000000000c34ab2d8a96a3f2c5a367951b80b9135f7731d7fa4fcd 0.19 MB 267 11
711,200 711,200 00000000000000000005d043f20f7c9a19320f907fc7f6a38bb1c976f272385a 1.01 MB 1,157 2
711,199 711,199 000000000000000000023c4fa05fd95383390f2cb62528348aa3070a3de79c65 1.47 MB 2,507 15
711,198 711,198 00000000000000000004ce3d0f5ad7687240a9cc3f92f009d68bc3473ad567f8 1.45 MB 2,270 10
711,197 711,197 0000000000000000000172bfa6e5284a200c0aaac6df74f5698480517d19c4dc 1.47 MB 2,383 11
711,196 711,196 00000000000000000004d9cfc400143abfe979adadaf62f028b9c21e66212cf1 1.50 MB 2,396 17
711,195 711,195 0000000000000000000080f10d22de045c82ae4f8a393b44deeb29dac997a7bd 1.47 MB 2,048 13
711,194 711,194 0000000000000000000121a060ab73617d7d5e0ef7c5233eb04db44a28289a15 1.48 MB 1,590 5
711,193 711,193 00000000000000000006e3a4e176f2bf745b594c403ea8c5d967def812ff53b5 1.67 MB 2,014 9
711,192 711,192 0000000000000000000a7e66af1c582f04a0aa70f11317b7450d466a3ce89433 1.22 MB 1,420 15
711,191 711,191 0000000000000000000596b73e0c21ccbe6dc7ea747a9b9a12114261be4ed49a 1.63 MB 2,706 4
711,190 711,190 00000000000000000005256733103ea6cf1540411ce6bf98094e7b7d778f89e6 1.56 MB 2,380 11
711,189 711,189 00000000000000000002870da46c7d47e3dcb9f8078caf2dbac91e25703c90d5 1.55 MB 3,301 5
711,188 711,188 000000000000000000025c9735c4f63fb89646a4049547a741482ee25f8d335c 1.70 MB 1,633 12
711,187 711,187 0000000000000000000b89b5fa7f5ca99036b2ae02f28c03fa6a08b2ffa10ea6 1.56 MB 2,536 8
711,186 711,186 000000000000000000029224895a40013ad63a754655572d3994a055518d7c45 1.51 MB 2,393 12
711,185 711,185 000000000000000000055f015147f6e61d47728ff79233c8563b7ba509ea5d96 1.53 MB 1,780 12
711,184 711,184 000000000000000000043c680842e411234386e8c1e21c377b84899b943a46a7 1.62 MB 2,558 24
711,183 711,183 0000000000000000000a1ba0c615fd383031e1cd43d0c7860b3a4df7557c0f3b 1.71 MB 2,232 13
711,182 711,182 000000000000000000070c1cfc7eb6f3ffdb3d9c1226852121374ea9cf9e6f8e 1.64 MB 2,543 8
711,181 711,181 00000000000000000009ab04e86772d88097b36af0cc52e7efbd6cb5ff2ff2a0 1.61 MB 2,720 13
Previous 10 blocks ↓
Total Size: 768.96 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,615.42 GB sent, 92.63 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.