Memory Pool Memory Pool Refreshing

2,877 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (706,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,363 201,363 00000000000004b59031fb92a421159305a447ddc71a07204f2f66b20c1da226 0.17 MB 447 160
201,362 201,362 00000000000005bb67f353289c017fd19f2e3775878f4b8bc2d5bec89cda03e5 0.05 MB 136 231
201,361 201,361 00000000000001ead6b213ecaccb423ac6966c582039fa1285758ff6372a6d3f 0.00 MB 1 0
201,360 201,360 000000000000001a7bfdb96254d545445781e0ce41dfa300d76d06dab97336c2 0.10 MB 60 62
201,359 201,359 000000000000057e0a73d2170308f534961f873f2fde489d358100e628238979 0.03 MB 78 76
201,358 201,358 00000000000000f36e5956267a780e3ef35d227e63860e8146d13d580eeb07e2 0.03 MB 73 226
201,357 201,357 00000000000002b59ed0206258830c6d339d831b0382ed41b0eea119288a3629 0.01 MB 27 424
201,356 201,356 00000000000001f30307ff808089ff0fca39dfe575950b82e6765822fffa3297 0.07 MB 135 99
201,355 201,355 00000000000002e9a700c00826c19443e8c94a0e883786ea21ae4fed04edf4df 0.00 MB 9 43
201,354 201,354 000000000000019b7fd10dbab322b300202353a2407d627d5d8e943aa5402594 0.02 MB 36 95
201,353 201,353 0000000000000454a49afffb681ca639154dccef832042c8f514b781ba8bfdbb 0.01 MB 22 184
201,352 201,352 00000000000001a747bbac8aec145aae393657365250d4c196f4f1b720a06021 0.10 MB 157 79
201,351 201,351 000000000000038759d8a443e44985f13f987136ad90b1fb0ec215c72c722e24 0.02 MB 48 105
201,350 201,350 0000000000000188fe3feebae6b976310460692902d7b0fcbfc28e457a1587ae 0.05 MB 99 113
201,349 201,349 000000000000014323c1da66dc3cd2c3201f419d0f25110799530f148c0e630e 0.33 MB 616 122
201,348 201,348 0000000000000285a41e58ea9948daa804af4d57da5af8e9ebb733e75e2a0f95 0.00 MB 9 44
201,347 201,347 00000000000003fb672ac29ceb85a30ad8b446103060e169b46c0eb15ed7e5b0 0.02 MB 31 55
201,346 201,346 00000000000005765183203990d874ce8fbcd82d5ca3ae193882badcb64c0055 0.06 MB 132 121
201,345 201,345 000000000000017cb24d114cfd8ebb1a3d9a2b70e9dd154b4321030e7e0ec51f 0.00 MB 11 3,942
201,344 201,344 00000000000001cc3d0b20bc79ce365222ef8c65336b6c49481d32cb323354e1 0.07 MB 157 227
201,343 201,343 000000000000057834b44d7350e52450440809e4e04bc7e24fe8e0a5c2b343f9 0.09 MB 197 130
Previous 10 blocks ↓
Total Size: 769.10 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,629.28 GB sent, 93.42 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.