Memory Pool Memory Pool Refreshing

7,882 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (718,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,853 188,853 00000000000001d960aab2276b2d30c8e89979bda9fbe88f3a51a0016b560899 0.00 MB 1 0
188,852 188,852 0000000000000733c9dea48f77287319e1faad371fc6a2fde0aa378de7ef015d 0.09 MB 195 99
188,851 188,851 000000000000090ffe39a6d199e6114ac59353f05d2d311d8f18c9a54f44b65a 0.01 MB 27 53
188,850 188,850 00000000000003fcfaa95419a9f4eef06d30dfefa29a33256e329e64f8cded64 0.10 MB 161 109
188,849 188,849 00000000000002d25c642453f6706bd8b11a4b18af0c4ce04a921899585e2b62 0.05 MB 74 72
188,848 188,848 0000000000000712a46dedd555f93c6f0b77ae62e3b64c0be8d571df0d4fe91e 0.03 MB 90 13
188,847 188,847 0000000000000338a309d055cc005ad1f1d6dbe211e06f7e494b846e33a47521 0.04 MB 65 37
188,846 188,846 00000000000007cdb6348236adf34ce9e7c9b844f78a21404eef3ee5bb08b86b 0.08 MB 162 296
188,845 188,845 000000000000075ea263997b6b83acaf559a90ccb18b7c35d0581af9c844db3c 0.03 MB 89 27
188,844 188,844 00000000000005093d4f06c971c9d1fc0cb0545e318758ddf4275c8735a9b55d 0.08 MB 190 112
188,843 188,843 00000000000006b16ef78677af7b9560b95c37099b68dcf9930ca788cd942008 0.12 MB 255 113
188,842 188,842 000000000000016adf7f6fe7f5207c62ec4b4cd7dab3a5991c58e7e8bdbd8b5c 0.01 MB 31 391
188,841 188,841 00000000000008a91aaf80d180d41c0339834fdc31d8e88f58e910b0bccf9e40 0.04 MB 152 105
188,840 188,840 00000000000005ed71e5510ef2edf819d89b430439696190191b3092e152e839 0.05 MB 128 107
188,839 188,839 000000000000016608284655b57d73c553b16b273e7ef33969582f483555eab1 0.02 MB 76 3
188,838 188,838 00000000000002b98c834a1dae4b01f76a7ee17481f36524347d7f82804c80b2 0.02 MB 35 173
188,837 188,837 00000000000005011549420dfdb8ac9f9453694b21f57f1e342c8a2db6dcf5ef 0.04 MB 96 91
188,836 188,836 00000000000007976f871e7d2def7cf367eae2e416d18ed6c4f1a985a8ae3f0a 0.04 MB 94 93
188,835 188,835 00000000000004438f4dcfa1043f90e0c0c5f030a7c5bcbddd584008d1799460 0.01 MB 14 15
188,834 188,834 00000000000007f2a1099b62fed29d4c53235a7bd97dad58ff6667e9ed99eccc 0.06 MB 128 58
188,833 188,833 000000000000092c43a17fa1b968dc49c8c39c4312552532dd35d36ad68fff7b 0.05 MB 76 180
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.