Memory Pool Memory Pool Refreshing

615 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 609 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (722,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,292 185,292 00000000000009635c7e05cad3519635fcf24798e1112625808977e835ce0b38 0.09 MB 256 154
185,291 185,291 00000000000002444d288ddfc8c2b5487ef74107361fbbb37eadb8f47049d9fb 0.04 MB 127 58
185,290 185,290 000000000000088b91e558dff88511c2537b614b72793fd3c97ca5d07a570b9d 0.17 MB 444 127
185,289 185,289 000000000000068a54539370c46fa1448c6231170f2363f27e169d6800054b11 0.00 MB 8 15
185,288 185,288 000000000000096f04709c56746b71c8d747cea8d4f2971ff9971d7c30c25d6d 0.03 MB 41 56
185,287 185,287 000000000000040a1aed478193756ca630764a3b6a1ee9deac971cf989ded2ac 0.06 MB 164 126
185,286 185,286 000000000000077b64b9b48a5c47513c055439c7e69091cc79f6848f2e017e11 0.01 MB 32 63
185,285 185,285 000000000000005c0a2dab045a71c8199839fdaab2e4d44248210d789804f6a1 0.06 MB 135 110
185,284 185,284 00000000000003b9d1958372b2b278ec350be75a5d3a55e9c153d60f5da24608 0.09 MB 169 116
185,283 185,283 0000000000000762bdf8d819ecbf6bcf86322fadd993d1715bfde84749454bc1 0.09 MB 211 120
185,282 185,282 00000000000005b5265c79b271042be44feb36641673556cb4cdce1e84c87fa9 0.01 MB 33 90
185,281 185,281 00000000000000c5370c1c282c35c9dab3d1dc7476d456602bbd38a851c312e1 0.07 MB 123 91
185,280 185,280 000000000000044608ae3249df058ba06a767789cea5a93b433b76e776f1f5c4 0.03 MB 64 91
185,279 185,279 0000000000000a2213ff79f9895929425460345d1aa241cfab83d89766133c11 0.00 MB 19 90
185,278 185,278 000000000000079b0c8bdbf85f399a288974c66fed0c0a9e023e2c60a5273aae 0.23 MB 514 117
185,277 185,277 000000000000025a30aefbcdf132bba466f378e313b9aa65606eb1fe0279a0b4 0.01 MB 32 122
185,276 185,276 00000000000009854359056f14086e0c3cf4583db00ab2b142abc0f848f4b67b 0.37 MB 1,024 145
185,275 185,275 0000000000000201f21132ea3c0259d0bba46e2e22f20a4f5d7ff783de05969b 0.09 MB 57 922
185,274 185,274 00000000000007726337ff5190095ee875e2b19afae909f16ea7c361ab287be0 0.05 MB 118 234
185,273 185,273 00000000000003250545237fcb7dbdb849e8a701dad5026ec8b4f2a17884e76d 0.05 MB 100 151
185,272 185,272 000000000000086d80e9cecd82e510e4ef7b81b7240ee8c5af657687606499b3 0.01 MB 12 74
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.