Memory Pool Memory Pool Refreshing

7,546 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (685,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,378 222,378 0000000000000080d134b2a6f30dd7a1c4ec0ba6a4ee1e6a91c8e541f73bd30b 0.01 MB 13 149
222,377 222,377 000000000000017ab296a4ddc3959dc4b9ddf4c69923c5a6424b42357c55913a 0.04 MB 85 140
222,376 222,376 000000000000048920b93e87a3d5106f29307926ecbf51c58132bc80aa022b02 0.13 MB 298 193
222,375 222,375 00000000000000f6aa458eaedf54bc00179934b2f12abfef80d8b520342b6037 0.17 MB 355 168
222,374 222,374 00000000000001e91cd8e2da178abf189a5cb02f277792cf3cf5e5a2f5b82eba 0.05 MB 134 127
222,373 222,373 00000000000002a53b07fab64d760484c78e52f543e151ce58e82d184fcfcebe 0.20 MB 417 184
222,372 222,372 00000000000001645b1751a430d32b28589f83809ebcac546237d2d110ac1451 0.08 MB 110 89
222,371 222,371 00000000000002d0d562b9befbb77566965df450081b831a7df22ec2a38d74e7 0.25 MB 693 237
222,370 222,370 00000000000000f62a31e40aabd5421c6b61835d8268a77df111319b8726f50b 0.05 MB 115 113
222,369 222,369 00000000000001d3f9d112ae7b3bbd6cb946307ff7984e9de9ec7028ebfc3800 0.24 MB 544 179
222,368 222,368 000000000000028cfcbc926802221801b079c06a99b25726b6b3a631664f9980 0.23 MB 565 187
222,367 222,367 00000000000001a51480c8900fa33107c500cd759438c3bb9ab3bd25a76efb45 0.12 MB 159 100
222,366 222,366 0000000000000050903a009ccf5a676959a227527eed2ee92c7f29c7f4bb5bbd 0.25 MB 629 197
222,365 222,365 000000000000048d96ec0c71919aa478ffb0ced02661f55c031f7c6ab2c0dde7 0.08 MB 143 133
222,364 222,364 000000000000001dbcf987e41b10ce57ed4ce61324c6b7ec06a7386d2461d0f7 0.13 MB 206 137
222,363 222,363 0000000000000326419282df7b1d3295f4db66dbb5171578285568a4a41a15db 0.08 MB 256 254
222,362 222,362 00000000000002dcafffc9b9d81199d0b3a407550cc24e4286b97350582a270b 0.10 MB 238 90
222,361 222,361 00000000000001cce35fd81027897a2ec52fd005a9c4f5677b292561416ffa20 0.25 MB 459 158
222,360 222,360 00000000000003fde7bb20df3f57099bbeb825a7579c9d71e08a347f88e23bb3 0.06 MB 65 80
222,359 222,359 00000000000002c5aaa82edf7d14106cde62bad042ac4eab2b5af6b6bf6f7235 0.21 MB 485 179
222,358 222,358 000000000000037705d40be2e322f2d99d81a57972ee4edb9d45dd315728276d 0.09 MB 212 164
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.