Memory Pool Memory Pool Refreshing

785 transactions
0.27 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
1 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,786 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 784 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,785 (732,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,339 175,339 000000000000018e6a90e7086beb2745fc413ae5d106cabeabb77c1fb9b6e793 0.03 MB 54 51
175,338 175,338 00000000000006d5799327711215f56531fca2804bf7b3b41515a760b7a4447a 0.05 MB 102 133
175,337 175,337 00000000000002ba6d7a8a2f955408e6185869047ed39087693f89e25cce4aea 0.00 MB 11 75
175,336 175,336 000000000000023f63017c93289cb69b6588470d82c5234b7d351a2995e26dcb 0.01 MB 29 30
175,335 175,335 00000000000005ce2e99faac9d9ffce377728b04f0af50724165919c18dde70b 0.03 MB 58 80
175,334 175,334 00000000000003585ac8bae3bd50d43ebd039004162ec9357c52a1506eeb71de 0.03 MB 91 56
175,333 175,333 00000000000000fe5f11e2b59d9d40b8899002378d61c578568bcdb755533c15 0.02 MB 40 143
175,332 175,332 0000000000000a03582b022fb853971f93bdab7e006a1540f69d59829efc024d 0.01 MB 35 24
175,331 175,331 000000000000043139e661be1dc6a00182bd21f8b2d106662613519716c917d0 0.06 MB 93 95
175,330 175,330 000000000000026d15ba1272930481dea60df41af155e5d9f5bd9086945b899f 0.01 MB 19 211
175,329 175,329 000000000000038fa2b06cbd5920439ede5e43185be8483618330b48de35c2c4 0.03 MB 100 18
175,328 175,328 000000000000090b57674e95120b051c59959ac6745174cc7e3f3b343e173e84 0.03 MB 76 254
175,327 175,327 00000000000002ad618be6d22671226ab62b449cce3c6f76a83fd6f3e734a9f7 0.04 MB 79 158
175,326 175,326 0000000000000628ff7fe18d4b2b4cb1b935c7433736e237ecb7ab76da7a82ef 0.00 MB 9 341
175,325 175,325 000000000000001359b17ac0b5033af665d34ec1bf37734408491cf305a36eea 0.02 MB 38 9
175,324 175,324 0000000000000476f0e5ec18fe28f2bef4f28b87e3b7469915d834136b851e67 0.00 MB 1 0
175,323 175,323 00000000000005f2fc3e54bd11801cc94e1c1786c8cd96d41ce9f131f844b8e0 0.08 MB 124 148
175,322 175,322 00000000000003c83564d540b10cb05599219c556e3b6d143efad5bc6e051734 0.00 MB 5 0
175,321 175,321 0000000000000535b896ab5f19013fa3d26a2b833548f02e6856cd62cd875b66 0.02 MB 36 432
175,320 175,320 0000000000000557a90247c48ab733ff1f6f56ad5fd9a011e4a92bb973d4bb45 0.01 MB 14 62
175,319 175,319 00000000000008ae0ea70f65a504518ded907bd181a0359e236a87aed71920bf 0.01 MB 20 186
Previous 10 blocks ↓
Total Size: 769.14 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,631.84 GB sent, 93.58 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.