Memory Pool Memory Pool Refreshing

1,511 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (6,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,491 901,491 000000000000000000023546577f9d910f398719b64094b5b8103e8d2f479d85 1.40 MB 2,031 1
901,490 901,490 00000000000000000000a92b8938dd35bcafcb37a48007a8763194391b64a874 1.52 MB 2,504 2
901,489 901,489 00000000000000000001167fa8456aba98ff1b8bd6b12c6a8885105c42005f96 1.77 MB 2,935 3
901,488 901,488 0000000000000000000069a64f879efa39f749fc947f081f9e0a66957c4648b5 1.60 MB 3,608 6
901,487 901,487 00000000000000000000e85b59878b15233d92f2244b3d50fabeb64822a21213 0.84 MB 1,743 2
901,486 901,486 000000000000000000013f1ba9b47fd905a5b07c3e34ec6d1e73a83776df812b 1.36 MB 2,637 2
901,485 901,485 00000000000000000001b5e83ccd22b6d2f7cb52fc89fc10a4c58e2d8b628beb 1.57 MB 2,055 2
901,484 901,484 00000000000000000000d37046fdfc54efa91be66b1246806405b98fd0cb888e 1.16 MB 2,417 1
901,483 901,483 00000000000000000000ee50b65af58cfb467f6aa2f715271307f7987338a2c5 1.58 MB 1,623 1
901,482 901,482 0000000000000000000113f26b955ea4d6186a0c791e9dbbb17563a6891e208a 1.85 MB 3,154 2
901,481 901,481 000000000000000000005b06d9eb037c60bfee69c7264413765d30935b7b0b65 1.69 MB 3,616 3
901,480 901,480 0000000000000000000226206f13b032608e68fb8d4775fa83fb3fc321a26506 1.65 MB 3,040 4
901,479 901,479 000000000000000000009e82f85cce3fd3e57b56546c2663b300ba6f56fc5c19 1.76 MB 1,388 2
901,478 901,478 0000000000000000000024bec7dd02ea982a9f9ea8be189a26b202315fde67dc 1.46 MB 3,259 7
901,477 901,477 0000000000000000000083bfd1bd899fa3c34135f496de6579bbd9fc0033b6c3 1.00 MB 2,044 2
901,476 901,476 00000000000000000000046156896d32b6b4768b4837d6c88b7150f578327239 1.58 MB 2,834 2
901,475 901,475 00000000000000000000860b2e6af32dc15e12e36e8d2ed2c54d64625c039fb8 0.15 MB 185 2
901,474 901,474 00000000000000000001fb4583c60300d12bdb589b4697ecae4793a93edb7bbd 0.50 MB 719 3
901,473 901,473 0000000000000000000023513b5f6a50fe0648487fff27169619bca9ee335de1 0.14 MB 254 2
901,472 901,472 00000000000000000000ca256e30935e6069f8d32ddb126327ccf2c258b2a991 1.54 MB 3,655 2
901,471 901,471 00000000000000000001308e9e6e9bd97d8b5c0afd0323c7dcc696241d1620a1 1.46 MB 3,085 3
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.65 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.