Memory Pool Memory Pool Refreshing

3,504 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (757,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,199 150,199 0000000000000994ad0cc0f820b25b8ea8614b5a5de6f3bf9a2abe58d9714096 0.03 MB 96 0
150,198 150,198 00000000000001d35581cd3264b28b08c7f208c0539dd3d55648d505207452fe 0.02 MB 29 101
150,197 150,197 00000000000000572efafdbe0ed9af3aee9fcd680d3239f30c91af6f113da49c 0.05 MB 109 80
150,196 150,196 00000000000000669ca431550b656d8f53b119e73f063d092a267785abaab3b8 0.00 MB 1 0
150,195 150,195 000000000000042383bd486f6ba19892073a833f579fc8477f98386fc32e9298 0.00 MB 11 13
150,194 150,194 00000000000000527c6460de005895f42034dbfb4e743e3e447d54d398e3d74d 0.03 MB 74 141
150,193 150,193 00000000000001ce7e9e42412263fd7ca74255e88aeebdf3881ebb32b11908ed 0.01 MB 32 187
150,192 150,192 000000000000007b442f3de115fc9e7dfad7693db26d61c8df452d6c1beca143 0.00 MB 11 231
150,191 150,191 000000000000018a0f82221ea353b75ed8134560ee87d8910bb635fcad680cb4 0.02 MB 40 379
150,190 150,190 00000000000007f54df89027081f42c7a2bec676eca2e69123b72f42017cfcc4 0.00 MB 3 96
150,189 150,189 00000000000007e8442935947ffc8b85e75af4501778b6d6211815d84b8ede95 0.00 MB 1 0
150,188 150,188 000000000000014d6b7eb3f8732ec2272dd2f66c75055d730b5a9511b7f0a2f1 0.03 MB 87 56
150,187 150,187 00000000000003b724d84dae9edb24ea5a6f68ffb7b9cdeee115e85f88d8463b 0.01 MB 30 458
150,186 150,186 000000000000036653cb609afb60fbe8035b8871f84ca6328710d6352ccb24c7 0.01 MB 13 34
150,185 150,185 00000000000000d542ba121a76251290deebc104211c12db0f0dea2b48c0f5ee 0.01 MB 13 23
150,184 150,184 0000000000000b1ccd090d60762033844d7e91516ffe83a3d7bb49f689387166 0.01 MB 12 38
150,183 150,183 00000000000007522a915cdf35931a582681c5c211fab65761e2867fa3501d0a 0.04 MB 71 188
150,182 150,182 00000000000002d82e69cc1f25591f6990a1d8707ae0de781b07cff1b497d4c6 0.01 MB 25 51
150,181 150,181 00000000000009a822aeeb46094766e56608e1794cc8d04fe2a21d20b33f6a1d 0.05 MB 131 137
150,180 150,180 0000000000000a3841f7ea032a628e46e4dc2521f29de5cc42f83c11b20425ef 0.04 MB 44 51
150,179 150,179 0000000000000831f0c31dda8fc7b0595546368c43479c3b3637008edc3b271b 0.01 MB 15 119
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.