Memory Pool Memory Pool Refreshing

7,099 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,874 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (647,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,209 260,209 0000000000000005eace8469a1ca5630003a65d4932a603686551545f0888394 0.07 MB 193 72
260,208 260,208 000000000000001bc42a666e9a177dc05b084a892515582794a6c42b001a7bcf 0.09 MB 243 105
260,207 260,207 0000000000000018949c6416d2942d2771b9d2b80427c977c5ceae21a18e5f96 0.09 MB 219 137
260,206 260,206 0000000000000013532a75c87c499c193386a7b973d25d0613aac43060a53702 0.06 MB 146 110
260,205 260,205 000000000000001c53df2ac3eede501f346c3221ecda026afcc34ad6cade704e 0.19 MB 427 116
260,204 260,204 0000000000000017156e7c33d994c6fdf74d73dfd8b0be1ced91ebd7038a4c90 0.07 MB 187 54
260,203 260,203 000000000000000cabaeaa4784fdb7c01db4be514cf6876b6765fd508b06b6c4 0.11 MB 219 84
260,202 260,202 000000000000000d1b67304802f53285592df3571f3622dbd5d9a5402b0d1d3e 0.05 MB 74 57
260,201 260,201 0000000000000001445597e0770973acedc063c2ce401cbd08eddf6b945cc580 0.20 MB 317 71
260,200 260,200 00000000000000165a5c277a2b21af523c8b610e94769ad088949ba479c313b3 0.25 MB 513 187
260,199 260,199 00000000000000165ff29d36a3a6fcf033756da3eb9175e01b3ed017fdde48ce 0.05 MB 73 59
260,198 260,198 00000000000000021502773125caa0f5d6421a25d9552c712794717650b2dbfa 0.09 MB 185 90
260,197 260,197 000000000000001282ac03e543c9dbd6626fc90185d01a709071a2b56478830c 0.15 MB 331 85
260,196 260,196 000000000000000ed51aa0a04036f6a544713ca25b514a730c3cfc6aad63222f 0.31 MB 690 85
260,195 260,195 0000000000000002dbf858ec9f41d7af016aa59f9bbb1fc4665fd8afacbfebb1 0.11 MB 256 139
260,194 260,194 0000000000000000dc246bf34857204bf95f70507bd61d349d093135339e1f17 0.01 MB 28 119
260,193 260,193 00000000000000145c103dc64c65ee9040d8f4afadf71e359536b593f34c7c62 0.05 MB 122 98
260,192 260,192 000000000000000f8eef9f79032708aba73ef7fefe79908869f41ffa2e5547fe 0.04 MB 111 112
260,191 260,191 00000000000000001b466e3d382a5b703a68405fa3d916ade40fcc6fa2ebf138 0.02 MB 59 71
260,190 260,190 000000000000000df6079bd07aa715b65b65be41e229f3821849a0222b44f60a 0.14 MB 191 73
260,189 260,189 00000000000000126a41ce1a8d3311591025d7b5bc1b6566502f6a4c33905041 0.11 MB 301 100
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.