Memory Pool Memory Pool Refreshing

579 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,062 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,061 (802,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,204 105,204 00000000000188fc89da9b1e5d1d449197af3fc7cbfe89a1e337816bdee2517b 0.00 MB 1 0
105,203 105,203 0000000000004b422f57dca09d4058e4791fa40ffbf86793e0017637bc70f79d 0.00 MB 3 0
105,202 105,202 000000000002955b417db9795bbd2b5b49dc641061b78094359b884699ddd767 0.00 MB 6 0
105,201 105,201 0000000000010e4ffa7f6539498b4a5b072637105ae2e93e4c06c9d8c9c74d9c 0.00 MB 5 0
105,200 105,200 0000000000017b9e2efa53fbabf847bf0cd4a5f3b420087ee43c42130aa9be71 0.00 MB 2 0
105,199 105,199 000000000001586eb51a9f790d9118ab0e419cef2ff5f2336debb3ef9744f59f 0.00 MB 1 0
105,198 105,198 000000000001008d4ebd030513735e717d5878b7f9b598457cc2daa50479683a 0.00 MB 4 0
105,197 105,197 000000000001c7cba6e5683f01495537de139003afd54fd87ea480fa15324064 0.00 MB 4 0
105,196 105,196 00000000000139501530c56469a757804e70c71e9431b33560e8aedf5daba1f8 0.00 MB 7 0
105,195 105,195 000000000002e840e0878ee938158d13a85417cfc8fe56753ac3ca8c29b5fef7 0.00 MB 18 0
105,194 105,194 000000000001bf22e02f3d23220eb99704cf1c107ae3fd0b62e5adc505d8999c 0.00 MB 6 0
105,193 105,193 000000000000ee07cce56687f0dcfc0d2fcf74b8a67e45fc046275bcce3a44da 0.00 MB 6 557
105,192 105,192 000000000000ae3c64f99fec6aa53dd6efa7f26b5a0825106f07d0ce139c6435 0.00 MB 8 0
105,191 105,191 000000000000777db7491e401035daa679c6f2d6aee3811a0c4c47479bab08e2 0.00 MB 5 0
105,190 105,190 000000000001541c414ef8ff6334025d3781d026efb3d52bf306c91217b7587f 0.00 MB 12 0
105,189 105,189 000000000000a479f50700f107d24d4826e0c7eb16e828e58ba8e609c0cf767a 0.00 MB 11 0
105,188 105,188 000000000002a868acce36f99c9114a9b745fd9ae295947c28d2ddc90ae0ff3a 0.00 MB 9 0
105,187 105,187 00000000000185f534499122cbcaa6c952e08b3918bed6b9615330d063061bea 0.00 MB 6 0
105,186 105,186 0000000000013dff9c73eb433c47963f92b78caae742de420e466f186a19e064 0.00 MB 5 0
105,185 105,185 00000000000289db63c39ca7c28bdcb1c02be1c6c9b00b4c309754e66e5edccb 0.00 MB 11 0
105,184 105,184 000000000001385fc00e63c9ceb4043a963e8db353fad980ffdfb86c2d007f80 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.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,653.92 GB sent, 96.14 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.