Memory Pool Memory Pool Refreshing

1,597 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
901,485 000000000000000000023a040000000000000000000000000000000000000000 0.82 vMB 1,563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,484 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,484 901,484 00000000000000000000d37046fdfc54efa91be66b1246806405b98fd0cb888e ago 1.16 MB 2,417 1
901,483 901,483 00000000000000000000ee50b65af58cfb467f6aa2f715271307f7987338a2c5 ago 1.58 MB 1,623 1
901,482 901,482 0000000000000000000113f26b955ea4d6186a0c791e9dbbb17563a6891e208a ago 1.85 MB 3,154 2
901,481 901,481 000000000000000000005b06d9eb037c60bfee69c7264413765d30935b7b0b65 ago 1.69 MB 3,616 3
901,480 901,480 0000000000000000000226206f13b032608e68fb8d4775fa83fb3fc321a26506 ago 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
901,470 901,470 00000000000000000000655b5f0176c91da23f0344f1be251172f87697aeec7a 0.71 MB 1,424 2
901,469 901,469 000000000000000000020296a1d12205a0c42ab6276f9a18cf6dc30e04113fee 0.48 MB 715 1
901,468 901,468 000000000000000000012a08b61d826f923b62f5a0b4451ad647fa6b9564c91d 0.99 MB 2,000 2
901,467 901,467 00000000000000000001cb325c91a79a413eeb8d467e8199b17c378d953b18e7 1.56 MB 2,784 3
901,466 901,466 00000000000000000000b24f3e85206167e44e175f413e98e09e1a4ad34702a4 0.54 MB 893 2
901,465 901,465 00000000000000000000ec9ea783168019d99b411e40745532b2c53393709554 0.11 MB 263 2
901,464 901,464 00000000000000000001e0f93907bb7d6001ba0ad7e47c0f94e721e6a5230edf 0.15 MB 218 2
Previous 10 blocks ↓
Total Size: 758.29 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: 734.75 GB sent, 38.24 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.