Memory Pool Memory Pool Refreshing

3,938 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (824,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,197 84,197 00000000002dbe7e1aac7b452197a2e5c1148e9c605e944c77e6d9c5b96e39e9 0.00 MB 2 0
84,196 84,196 00000000001ab1fa45a7cab027ac415834e11ae2ff097a29119882f26604de98 0.00 MB 1 0
84,195 84,195 00000000000c220bcf7df1b28777a21ec05b7fe80cf62e400be86e05df842d4c 0.00 MB 1 0
84,194 84,194 00000000002178a7031c2d1735020a8b06a10b47cbfaae13d7373ccb6ebc1bae 0.00 MB 1 0
84,193 84,193 00000000000a333466006b5164908429d842ec087e7244fb56d91424afd2a9d8 0.00 MB 1 0
84,192 84,192 00000000001623c6ceaa1506b6b1629e0c89b67a8e13080d2685fd511896077f 0.00 MB 2 0
84,191 84,191 0000000000306a64b00fd2c0b040afe5d28e9f496415f6fb6a71e0d06cae46f9 0.00 MB 2 0
84,190 84,190 0000000000141d5d4300942ec2dd41ea53bec5f2b465598b8d044349525c4890 0.00 MB 1 0
84,189 84,189 000000000018157bfb74da794e321960adad284f0f25e30c8b3aa4b40d5c4ac7 0.00 MB 1 0
84,188 84,188 00000000002be52141c22377f341089aadcba5c812dd0c05495583f2809f2936 0.00 MB 1 0
84,187 84,187 0000000000092515d91e325d21c2a1acd883ceedacfe6b1c1fba6c4948c031dc 0.00 MB 1 0
84,186 84,186 00000000002ffef26193648f1cfcba9e9533f8b71beeb63296d09e66f7667140 0.00 MB 6 0
84,185 84,185 000000000002d5f059a27fa24b1935d2c0908ad22fb9b8fa419f6a94a103627c 0.00 MB 3 0
84,184 84,184 00000000002b6ebfd96b89501c98de7e6849a8064045a376fada37b206dd68ed 0.00 MB 1 0
84,183 84,183 00000000000e11c44c43fa7ab78c6175955f263ddd746ddad41421fa829654e2 0.00 MB 2 0
84,182 84,182 000000000019c83ed99e3e00bf07950d5121efd146067e785e0aa23ec98e9922 0.00 MB 3 0
84,181 84,181 00000000000ff566190af175fc87172fb5e9425a7e9d8f37079083bf47f97779 0.00 MB 2 0
84,180 84,180 00000000002671cf519cf53edbc52fc12ff67d3824b981408f314f7e361d98aa 0.00 MB 1 0
84,179 84,179 0000000000175d2f1e8f779d3b4058cf24f36c610f1e92ae3da8ec090dca39d6 0.00 MB 3 0
84,178 84,178 000000000031a872b052cb0a9bd8946ef7d19eaa1cf5d0443fa0cf3702514763 0.00 MB 1 0
84,177 84,177 0000000000161062e2762c06457decaf0298724f662468465c84ff595abde159 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.66 GB sent, 100.62 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.