Memory Pool Memory Pool Refreshing

10,416 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,351 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (582,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,267 325,267 000000000000000008f13e47faeb2e142a589e684f63bdca985c9cd76497232d 0.12 MB 208 18
325,266 325,266 0000000000000000131c09f9acbcec4e0cc221db4eb623ba0a6532a9aabb2c55 0.23 MB 472 32
325,265 325,265 00000000000000000f370df84f6cdc902d02000414d2f94a65fe9bfd71bc5fb1 0.70 MB 1,318 30
325,264 325,264 00000000000000001e875934269a7400bbbffe40b5f35f04dff7ad5192eca9dd 0.17 MB 295 26
325,263 325,263 00000000000000000ff36291cfa3cf560b27cdb753b04d729ec711100846e4ac 0.55 MB 859 25
325,262 325,262 00000000000000001aef332ff8d903d6241b829e62031bc3325868ca8d074b21 0.35 MB 737 33
325,261 325,261 00000000000000000eb6b863fba3124fde0f805ea432075024eab7a057369ecc 0.40 MB 603 26
325,260 325,260 00000000000000001be52c1a74f7b67d133e1248bba24221c0975b85b791166e 0.16 MB 379 29
325,259 325,259 0000000000000000166cb8859bde0294c550bb0903f5a115a620c6a1c41dcd8f 0.44 MB 684 24
325,258 325,258 0000000000000000125fab1ef2c8fb3f1b9e05069477f330d5f8c31768bd8500 0.26 MB 348 23
325,257 325,257 0000000000000000147fe2005d7d4490938a7ab96901b8256dcd9d4eac78cb8c 0.65 MB 1,008 26
325,256 325,256 000000000000000011476c6a4139964c6031f6e9edbe7d5004f6d72608e244d2 0.55 MB 776 21
325,255 325,255 00000000000000000e2a83af4ba855f1950717246508e0860ac965ee7473e54f 0.05 MB 128 83
325,254 325,254 000000000000000010fc7ca04c3beab7e2e67d27fbef260380dbbccc4dbcb7cb 0.06 MB 128 33
325,253 325,253 000000000000000018a1d02e58957532dea85472bbf0dc69b677c5e9ff961a5c 0.33 MB 554 26
325,252 325,252 0000000000000000065c66d40d09efe1a6dd493b29557239230702f2d227c954 0.02 MB 26 6
325,251 325,251 0000000000000000136c8eb48c5b6f3340a689661348849b4d4989701266364f 0.13 MB 204 23
325,250 325,250 00000000000000000832c8c7d1f5b0445475230d91adfde56df3ecf2ef5e3edd 0.05 MB 63 8
325,249 325,249 00000000000000000bfde0a6a89518f3c7b2e21cdf800db44d1915b56d936177 0.41 MB 604 26
325,248 325,248 000000000000000010635557dde507ec1f732182d982646de1d41892cce84627 0.20 MB 349 26
325,247 325,247 000000000000000013ccfd32fabca46d00eddd27034129bc0ea8278d67284395 0.08 MB 81 13
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,625.74 GB sent, 93.04 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.