Memory Pool Memory Pool Refreshing

6,968 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (707,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,254 200,254 000000000000054f973b2ada69506119b1f39f66eda863fa5a40f24f83accab7 0.16 MB 360 211
200,253 200,253 0000000000000497f87427996364f7264e76a872f2c8664dadb8eb47191f94e5 0.01 MB 40 165
200,252 200,252 0000000000000095958abdbefddcc42def7b5601d842003d4a1cf699f62cff06 0.12 MB 228 35
200,251 200,251 0000000000000237da62db9a20e865b23dc9145d4661caccb2b586ec498fa8d8 0.08 MB 216 132
200,250 200,250 00000000000001fee1c00f703be17eb9a2cdc5f18997961ec7e66f6a23012b51 0.08 MB 225 117
200,249 200,249 0000000000000497130c5f36cf78ce4f130cfc1478530c683c12ac2f605975ed 0.16 MB 418 237
200,248 200,248 00000000000004837cd3e114dbdc2dfedb6876f9f9ae43668be1fb78228e681f 0.10 MB 202 90
200,247 200,247 00000000000001e1a34c2296bc4800e9dad84003057552356636a976d357c12a 0.04 MB 94 110
200,246 200,246 00000000000000a384ea643fc0b23454a076ad7d130c89eaf5aa3864b428ded2 0.28 MB 537 137
200,245 200,245 0000000000000553874cba5cc0e4f42871f22890733b0d446e8fac3f10d3d82b 0.18 MB 496 170
200,244 200,244 000000000000026099b620069b6f5ff63d50274711fab7c443557d143e9ebeab 0.01 MB 32 146
200,243 200,243 0000000000000012328e4c358309721e6b4287a37a5ef1342479d74251e6dd14 0.20 MB 265 69
200,242 200,242 00000000000000805b278ae7d5e858103898f5c36ed7c88a31c41fc96db8d200 0.06 MB 188 85
200,241 200,241 00000000000001a2dc7b567a3f2c5c909f661ad2d34cd3fb4cc8ab76ef83a1ac 0.17 MB 351 139
200,240 200,240 00000000000002fc48775bf910b7a09e0265768e30a2012839d928ff344681e0 0.13 MB 372 132
200,239 200,239 00000000000004da0426fa5ad0f5b68c5ec7423b5abbc257bc4fe98c3e20586d 0.04 MB 66 95
200,238 200,238 0000000000000008ebdadc24854ef68875ebddf74c5e89a184e5362d11369e99 0.00 MB 10 81
200,237 200,237 00000000000004a6e4d9a6c64c482c5c2796c8bdc0086208d072c0780d0d8ddf 0.00 MB 1 0
200,236 200,236 00000000000004def6ef93efcb5a3103ff1355c4e8ac287426c765e3e47d83a9 0.00 MB 8 123
200,235 200,235 000000000000004f0c6e15ad0187a6bbfdb61f3554c7c4709c0c19df5575d6e1 0.03 MB 69 124
200,234 200,234 00000000000004e9c288d2979d254875c00c78e6a6b9c02620ee7e4a740e5e45 0.22 MB 520 113
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.