Memory Pool Memory Pool Refreshing

4,481 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (633,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,283 274,283 00000000000000038cbfc7da4ab7707f21242c1dd86cad0bb68dcecbda201b4e 0.21 MB 474 53
274,282 274,282 00000000000000010efeb4bda4b70ff300b45eaa1de5275643959ad70513141e 0.25 MB 500 54
274,281 274,281 0000000000000000cfe67d0649b1eefb39a336b75c3ee293bfa4d5b36ca76529 0.23 MB 348 49
274,280 274,280 00000000000000006aa7bfd658056a79bb9a6922693af73ee747466df92cdf6a 0.08 MB 133 38
274,279 274,279 0000000000000001fb95d67571102899a63429840b1d73fd1f7dc3121d5204b3 0.29 MB 523 45
274,278 274,278 0000000000000002b5f16f61661be78c6b721e1e6ef1a26dca07bb77f1278eb8 0.25 MB 543 109
274,277 274,277 0000000000000001916e121b0e1db0fdb856a514e81d2c3c8b3d659629ac1346 0.14 MB 245 45
274,276 274,276 0000000000000000939af67a93f9b804b298ee93dd39af96a4e6c4f037a300c0 0.39 MB 799 53
274,275 274,275 00000000000000024f00b2c5a1cefafd29c7912ba49024d128a2a78d6465f50e 0.03 MB 72 64
274,274 274,274 0000000000000000df8ec96f33644e5498fb8ad0b9666830ad1791f058c40f4d 0.11 MB 202 30
274,273 274,273 0000000000000001729cfd35ce2a20aaed35b517be06b012aba838c8d731f019 0.21 MB 290 60
274,272 274,272 000000000000000443e924595a188ecd4a900170efdf96a5c7da293e45767955 0.28 MB 703 56
274,271 274,271 0000000000000003280064b41880e9936205b75c6e429118685f28dcb0201b28 0.02 MB 64 131
274,270 274,270 00000000000000030f6d712666ca02521154a8b7cc52871044a015dc039f3c9a 0.13 MB 303 48
274,269 274,269 000000000000000368ee47fb68eb2a690f131a891f122b84c6509653f1c49dff 0.10 MB 171 63
274,268 274,268 00000000000000024522cc3b7d576e98d01b8487a7fe423d72477f5e49412e90 0.24 MB 769 46
274,267 274,267 0000000000000002709012f56e3a51d87282bca5be22454f7539b111b6076e0a 0.24 MB 528 49
274,266 274,266 00000000000000019ea35025281143f95f3454d61399a357671602ce4612e44c 0.22 MB 559 69
274,265 274,265 0000000000000002a88db7bd9e3727d28dfeaf6a5d35dda0314805a0626a1478 0.10 MB 154 55
274,264 274,264 0000000000000002cd8afe43a61c07bdb2537c4d26498fb769ba47c7546b932e 0.15 MB 264 45
274,263 274,263 0000000000000001bc94880509fe846f9447478df1af01d27f15cb6731fc1d6e 0.15 MB 346 33
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.