Memory Pool Memory Pool Refreshing

1,839 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,820 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (774,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,238 133,238 00000000000002ac350c3b8aa499e00fba09064890cf8d42de4e6a3422e53142 0.03 MB 47 219
133,237 133,237 00000000000006288f70622cc9e45535411c1b30d44d64e1ff26851fb70f5395 0.06 MB 104 697
133,236 133,236 0000000000000c14a6f80c1573209229f8d8d851becdee21405e2fc74da5f28e 0.00 MB 1 0
133,235 133,235 0000000000000aaafd8c0c811ac8960ec9865b5253a5d997faddf6388dbf446a 0.06 MB 133 1,891
133,234 133,234 000000000000022864244e4888c871189fe15ab87637a3113d5dd6bf41baa728 0.08 MB 196 1,178
133,233 133,233 0000000000000464742a8d6147c4ef3a0d41658f643d624555a1cfa9c80aa0f3 0.07 MB 146 1,279
133,232 133,232 00000000000006de0b10cc05ec5d7d0cae8f83300de363eb87c2124dfb1f187a 0.06 MB 134 423
133,231 133,231 0000000000000090dc8b2105b5d3caecafbcee6031af636f09fab1ce80fb34ee 0.05 MB 51 1,252
133,230 133,230 0000000000000763ea3a40cb614ab58430785e88f2041a0ad2d8fd6b92e28075 0.01 MB 24 414
133,229 133,229 000000000000014568b6b875d4b23fedb3c9f51c5d4e3640eeb029b263b4098d 0.02 MB 64 440
133,228 133,228 00000000000009a4f32ecdff577bc239d46c14af081508823baa15a47b5579c1 0.05 MB 23 1,624
133,227 133,227 0000000000000adc4244aa8089e01e0db33175c32b8a47b3590f4c3c1b945da9 0.03 MB 92 210
133,226 133,226 000000000000024c6906a0345408f93a03ac696d5e10d79d0889bbfd8606e495 0.01 MB 14 703
133,225 133,225 0000000000000a8c839cdbe6e783dc1b206679ca350e1d6460966c2434f56be4 0.04 MB 138 2,116
133,224 133,224 00000000000009208e1eb7ff68e0642ebcc94c7298e77a90f01ec55ab69a4184 0.00 MB 14 918
133,223 133,223 000000000000008d5442bcb5e444201d87ce599d3cbfbd6ebd5a45183d7dd5f7 0.03 MB 101 304
133,222 133,222 0000000000000c1366bbfb2ee94b2f1c9ff42fcd82aaa9175440f2ff54bb5449 0.03 MB 80 487
133,221 133,221 00000000000002be9055786486f467c93fdeec150c32c9c0b3c822cc4aec696f 0.04 MB 118 322
133,220 133,220 000000000000029b4b03122dc75e22952e574ded1ba7caef1fd81c1d11f08e73 0.02 MB 49 1,371
133,219 133,219 000000000000001493ab1074ff880d8474e28b5c78d6914427154f55cdff4b2d 0.01 MB 24 405
133,218 133,218 000000000000021838183f8113af1a9d8af37f6d90d3f1d1dc24df2bc6823322 0.03 MB 83 634
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.