Memory Pool Memory Pool Refreshing

3,058 transactions
0.99 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
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,037 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (619,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,271 288,271 00000000000000011ffdfe2bfdf8f1f983bebfa160670b85afeebbd815fdf484 0.09 MB 135 25
288,270 288,270 0000000000000000a64b67c9c7b6d9b52e834522319de5bf6c283e0704fc15a4 0.13 MB 274 40
288,269 288,269 0000000000000000b77e251969d1e11ebd586a7512145c3d1d10191df9f2dee7 0.23 MB 396 36
288,268 288,268 000000000000000028a25d77d4457a3e676d2dbf5b33b263ec8aa95ab2f3f94c 0.05 MB 53 24
288,267 288,267 0000000000000000cab7a9a85c10ca7575cd24992343a6f12868eb3de7a31dd6 0.01 MB 23 40
288,266 288,266 0000000000000000330898f32e90288fb5e5bc8b16427d826c93d7d966038cd7 0.20 MB 433 42
288,265 288,265 0000000000000001258daf9ecb6a38a07b48a5ee231fd0e829f855ad883faa34 0.32 MB 567 30
288,264 288,264 0000000000000000364c76634cb37375d0e9359c40029478ea9b1a165260d5d2 0.10 MB 57 17
288,263 288,263 0000000000000000dff9fcecb3d191812b46a7718579e5750e0f4f67e3e40905 0.45 MB 559 29
288,262 288,262 000000000000000018611984c424cdaaa19c3b4f4514f79d833fa39eadb94662 0.11 MB 218 34
288,261 288,261 00000000000000000098f451a2abe4c11a145df79360c4d3526e8a49e4119b49 0.04 MB 81 48
288,260 288,260 0000000000000000192bbc6d1caadc294218d706d9c71a422c226c62eab71e62 0.31 MB 639 68
288,259 288,259 00000000000000011355f095ca8e86b41cb4682c3d7e980f06fa6f50654ba925 0.02 MB 57 40
288,258 288,258 00000000000000004b30132435adecc09977713178a7d34d5c7348672f7ecc75 0.01 MB 20 18
288,257 288,257 0000000000000000335e8add4d9ca7971b0c516b01a3f19e40cf9612622bf9ef 0.09 MB 196 38
288,256 288,256 0000000000000000acec8a478691ecef945044728af8b734c04fc5a2c6fbda85 0.07 MB 102 16
288,255 288,255 00000000000000001493ed893e0ddd50a98070b89fbb77a7612be3f11aaa1a68 0.17 MB 142 25
288,254 288,254 00000000000000013f697d379e01ab063cb5850631b9b92835a808c5712974b7 0.25 MB 404 37
288,253 288,253 0000000000000000198df5f8589622c3e92c198d2f776d2a3010770609c7beb3 0.04 MB 73 34
288,252 288,252 0000000000000000a1c9bcfa859c4753ad635b818f4fc82adcc6f078c48746ef 0.05 MB 118 36
288,251 288,251 0000000000000000e6740120bb81d627fbd3dddb1cf2952a4e95c232152b131b 0.27 MB 191 14
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.