Memory Pool Memory Pool Refreshing

2,405 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,074 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,367 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,073 (802,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,969 105,969 000000000001a93f26593bb86f9c8ccd5d13f8122c5f05ec3538eee8ca1297d5 0.00 MB 1 0
105,968 105,968 0000000000029291e786d95b3220a77437ad359dcd3d959a47bf9d51b305a303 0.00 MB 3 0
105,967 105,967 00000000000222eafe2d16c98e214773ea1795f534a76a8c1f49702359013114 0.00 MB 1 0
105,966 105,966 00000000000241e263c5c77bb68f7df1cad20d7025faacdede6cb394cdf213ec 0.00 MB 1 0
105,965 105,965 00000000000127e39ec9ef94af1285774bb9babc6f4b47eacaa882a4815bda71 0.00 MB 1 0
105,964 105,964 000000000000efe8335e15eb40b1cacc6c13f663f43b684693d35229c9107dab 0.00 MB 1 0
105,963 105,963 000000000000a11b384ae85c107377b0813a41d3414ac5fcfa06f1494c390f7c 0.00 MB 2 0
105,962 105,962 000000000000feeee432860d1c9650b99e12aae49d7109105119ee3bfe47bdd2 0.00 MB 4 0
105,961 105,961 00000000000099154b1b2ce37536a05654f8bc45580ae410d3f89471584c047f 0.00 MB 12 0
105,960 105,960 00000000000265214c4d441c61d32114324611675b1537637d95f84b55e3f4e7 0.00 MB 20 0
105,959 105,959 0000000000006adcf3b7c9017dbf9524732fe0b4af61fd84cb8abd5a45800c5d 0.00 MB 4 0
105,958 105,958 0000000000017005b64f68e9dacbc2721620bc636052cca703f2c4de3c009372 0.00 MB 3 0
105,957 105,957 000000000001e4b56f833125493cad31165b2fe4c2994fb78c80ba77b6a5a5a7 0.00 MB 1 0
105,956 105,956 000000000000a74d7f7d94c23b848b4f509b54ddd817b8367e3900a2cf2f8b83 0.00 MB 2 0
105,955 105,955 000000000002675b99c839ce52fd8248c0c4c56b514d3dae13698f591e4288a9 0.00 MB 4 0
105,954 105,954 00000000000290a49387c89b4b099205eb320cad110548841840bfb88bb88b67 0.00 MB 3 0
105,953 105,953 00000000000201b81cc3ac146a576c17c875d92ea815d66dd808a0c123e3cee1 0.00 MB 1 0
105,952 105,952 00000000000286a1c3ca8698079019973fba0967e88226eb4b2d64af2d51112d 0.00 MB 1 0
105,951 105,951 000000000002d66e593c4b34b9bcd4b1145d398f04ff1947d9f453f1f51b7dff 0.00 MB 4 0
105,950 105,950 000000000002cf49a677e11dae3fec68866664cc41e7cc13d6d0c6a34bbd91b8 0.01 MB 21 0
105,949 105,949 0000000000001fc49c47fa38b8c23da58e653754363c3300bcad282f0741ab6f 0.00 MB 1 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.12 GB sent, 96.29 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.