Memory Pool Memory Pool Refreshing

17,102 transactions
5.70 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (416,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,266 491,266 000000000000000000da5da99ad1dbc82cab27124864ed0a10da01586740ea21 1.05 MB 2,621 22
491,265 491,265 0000000000000000009af23386b7ed3bc21157e9365b3bf1a5541d6550632788 0.50 MB 1,123 133
491,264 491,264 00000000000000000054fc7ed26e2a6091495ac0719f0aac3c92357dd7314f17 1.00 MB 1,797 110
491,263 491,263 00000000000000000068938d6ae4c55ca8cbe13ec7c87c1f9b264325e7834e09 1.18 MB 2,371 104
491,262 491,262 000000000000000000b41461ee3b7d4c9917f126402be0ad71965776703cbca6 0.01 MB 19 395
491,261 491,261 0000000000000000000bef8f58d2c4286cfef65a981cda197cf2ed42d2317f66 1.00 MB 2,032 91
491,260 491,260 000000000000000000461b9f00a7a6ad71c835f9e97836da7f29b9965c86a78e 1.00 MB 2,087 79
491,259 491,259 0000000000000000005c8ee5927a9dac763b220a05e9362ea0d9c58f97899017 1.03 MB 2,224 34
491,258 491,258 000000000000000000285e5a31901e4e71ccfc877a97b7e313b7c0ab6beb1716 1.07 MB 2,287 72
491,257 491,257 0000000000000000008cb4d2235ec08b41d0378c653c392c8ce02873615176a0 0.29 MB 491 131
491,256 491,256 0000000000000000005eec25f0b05d8b29f89ad51798c6f0ffd3b65ac502febc 1.00 MB 1,053 18
491,255 491,255 00000000000000000007c4d712d4dfd88417c584b5b743b81b156d54d541820b 1.02 MB 872 31
491,254 491,254 0000000000000000009b34ff83248c79f8596f1f5261ecfaef4d911e345cf092 1.11 MB 2,271 78
491,253 491,253 000000000000000000984c1a3250c862ecf801315c985ebc8e949ae13f6beaab 1.00 MB 1,621 127
491,252 491,252 000000000000000000cb20003b84ba264ee4e1ac106c7b2a4929c9062a5d95b1 1.00 MB 1,624 102
491,251 491,251 000000000000000000a12fc23fd5ca1f64037f4af7a80538e250d341b79bd8e2 1.07 MB 1,798 67
491,250 491,250 0000000000000000008aa1770c96c1822ae88b48e66fe73580a52bb29730a584 1.00 MB 1,834 99
491,249 491,249 000000000000000000d1708551b41b6bc6c9a9b8145e0799c83cf197a995979b 0.17 MB 417 139
491,248 491,248 00000000000000000001c1047530ff0a75f33f319b374dafd09b835d7c339bb4 1.09 MB 2,248 106
491,247 491,247 0000000000000000005dbfc9c84a8a3d5e864cc3e520fdd81b6ab5bb6224b49c 0.01 MB 33 392
491,246 491,246 000000000000000000012cca575eb01a95c841508e630bc798aa22012f94e187 1.00 MB 1,478 62
Previous 10 blocks ↓
Total Size: 769.02 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,624.68 GB sent, 93.00 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.