Memory Pool Memory Pool Refreshing

3,324 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,071 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (825,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,176 82,176 000000000012f3cbab5b882fb713226e10c180690ec1f340d93dff5065f57e2c 0.00 MB 6 0
82,175 82,175 00000000000b2d6b53cb7062750957180547ab3ebbd99d5558460ca5b26dcac2 0.00 MB 6 0
82,174 82,174 00000000001a121ec190c888f3031a8ccfe8008bdc1f5116e0860917eef32f51 0.00 MB 7 0
82,173 82,173 00000000000d7b119bd60d89ea85d93a612b42e3e06c834f6873b9596876f1d5 0.00 MB 1 0
82,172 82,172 00000000000c0e48b7a575169799999bb7d881545d1f86aaea98b52790442f94 0.00 MB 3 0
82,171 82,171 00000000000cc53d61d32bc921d95d5c7c634d3c1fae91b93cc4420255d4fc4f 0.00 MB 4 0
82,170 82,170 00000000004622006b413a2fca8a62d19d7bdbdb5bdbfa31c2c9a0e6d5393bf8 0.00 MB 1 0
82,169 82,169 0000000000332c81dc0195790cb9f5693a1b979538a772f474114cef240c1d53 0.00 MB 5 0
82,168 82,168 00000000000ffe24150c73756721b15897b602c3a1cba455c2e9fc35dcdfe8cf 0.00 MB 1 0
82,167 82,167 00000000001bda403dddb09f1f5e841a74b26f754387c9810567242ef66a520d 0.00 MB 5 0
82,166 82,166 0000000000370e3386585a3289750a6e61492d0028807ec4cd76dc72e0170817 0.00 MB 1 0
82,165 82,165 00000000004406790d77a7de6b8292024f25b284ff482ba1234550788a4e540d 0.00 MB 1 0
82,164 82,164 00000000002195b6cda18f29b6d023890cb0d01f25aa0c3cb412c5e74171ceb1 0.00 MB 1 0
82,163 82,163 000000000008bb52fae36d2d90be717b1ecc3143084fc626a6a0a49faf79cf96 0.00 MB 1 0
82,162 82,162 00000000000a962cf7093a774da08011467fc0aa1cd7af8c822eeda37d837665 0.00 MB 1 0
82,161 82,161 000000000021918750a5a333a3d4a23aeb0a1e683b32b43cec7f173793d6ef02 0.00 MB 2 0
82,160 82,160 00000000002f5b88ecb9d80016e50ee1874d84d0b07ee854fc69c8c6e11730e1 0.00 MB 1 0
82,159 82,159 0000000000135187e206afaa52f68635dd10377cfed37777626618eb6b4da196 0.00 MB 1 0
82,158 82,158 00000000004720a80249b37e59f311b7d64b7aab7be0a3e6154f37d294110304 0.00 MB 2 0
82,157 82,157 000000000013411be908ba2578de0e86369f777c69b5b0046ecce970d04ce51b 0.00 MB 2 0
82,156 82,156 00000000003d07c92a9f789cef23db598c521c5b991bb75dc45d2569b8b52f07 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.03 GB sent, 96.26 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.