Memory Pool Memory Pool Refreshing

1,989 transactions
0.81 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
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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (801,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,133 106,133 00000000000160be324806f8b699515a600de68b9a351aa7c6860b389d4866ab 0.00 MB 8 0
106,132 106,132 000000000000f3f9f43d2c09db9ff8c9fd6e45e554b6beb6f6187ec3a3a17f9c 0.01 MB 25 0
106,131 106,131 00000000000140db84c79e0b61b1dc712ef4ad6064ec1dc65854a6bf3d049ea6 0.00 MB 4 0
106,130 106,130 000000000000a37539ff86232f20f3edf5f0c2897a55c47712dfd32240df581f 0.00 MB 2 0
106,129 106,129 00000000000072bcb26aa3abbfa499c4764b7bdceb21d68991038066b8f26f8d 0.00 MB 1 0
106,128 106,128 000000000000c6d094904392ef8955ec0177f5f4fe0741b0d8fb5b87e794589e 0.00 MB 1 0
106,127 106,127 000000000000c809e873781f77fff16c2c341480c66f5cf7ea289ab40c1e95d2 0.01 MB 4 0
106,126 106,126 00000000000066d88156a96290676ace7dfb8f2ea8e9edb4e563ded0604620ac 0.01 MB 2 0
106,125 106,125 000000000001bb798a32b67e598d1812cfffe9f034248be226c590e9c00fac50 0.00 MB 1 0
106,124 106,124 000000000002de8d900025b7e5b3121bd559379ea7b64b7a5184320ee3973499 0.00 MB 1 0
106,123 106,123 000000000000c43fbf22bcc07baba83b5876bfbfec7befbdf6263918ba838bd0 0.00 MB 2 0
106,122 106,122 00000000000013355e452fea2e45fe67bbd4056241c77d48b8ed3058a4e5e921 0.00 MB 1 0
106,121 106,121 000000000001492c71abacb83de369b4d01807b53b5bad0d5e5a8861afc29c9d 0.00 MB 6 0
106,120 106,120 000000000002509005f475f2349590ac221ec5bd793cd88efd0a5cfa93f185f0 0.01 MB 26 0
106,119 106,119 000000000002b25c7540d2200032d1e488304b3f323fd815a93477bfcf528d0e 0.00 MB 1 0
106,118 106,118 000000000000a9cc149147b1ac3f135c057725a111feff61d25328295967f780 0.00 MB 1 0
106,117 106,117 000000000002ca2a8a06548fe5e8af5bcf2e848f074276ee5b339eab9fdd3fb3 0.00 MB 1 0
106,116 106,116 000000000001a8a4331afcc3ffabb9d1da03703cbe42d46dcdf861095ea8a742 0.00 MB 2 0
106,115 106,115 000000000002b50650d649395fc4f995f633a51ededf9e74eb1b4a9086a03726 0.00 MB 1 0
106,114 106,114 0000000000025c5eb3260ad98e8e1656ed80b81c4b75556ea79bef1fe81f9e58 0.00 MB 2 0
106,113 106,113 00000000000105e768859a0a2c70a07d428d35fc16944a1ec13aa3957416efa9 0.01 MB 27 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.