Memory Pool Memory Pool Refreshing

4,274 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (800,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,298 107,298 0000000000009f398692f956e1ae65f85ed0c99624aa25bdbeda5dd8df5af073 0.01 MB 14 0
107,297 107,297 0000000000013ae6253b622fa1dc6f9eea51d226f2b63b9df798922744e50352 0.00 MB 12 0
107,296 107,296 0000000000008a351d37a14dfa383c5b767dbc71fba26f46ab64143a01053013 0.00 MB 12 0
107,295 107,295 0000000000025b763563343cba4255e50b2121b9181939fd0c79e94719fd1f55 0.00 MB 9 0
107,294 107,294 000000000002511dec905fb95ba88936d1544948fed2eb4330a57deeb6fb5b91 0.00 MB 11 348
107,293 107,293 000000000001bfc74b5ed527d8f142de49d6527aafad173d0e51c234dbe5a8f7 0.00 MB 5 0
107,292 107,292 000000000001a6e7f90687d189a616d03685139ddf1976f24afac71aa9b80da5 0.00 MB 7 0
107,291 107,291 000000000001c46642c4504b5f320cedf0b61a38181dd14b565289524382d63f 0.00 MB 12 0
107,290 107,290 00000000000261d27fee1550a5582d12cb0627ef88697178feec9b09e7dc6022 0.00 MB 12 0
107,289 107,289 0000000000026d886d2544abb6cf4fb70da04d79b669a26fe758e4e48c6ee1ce 0.00 MB 11 327
107,288 107,288 0000000000010961f1e4adf972d80708f3a4c3c81fd8d1e3fe8fb0c6e8339dfb 0.01 MB 35 97
107,287 107,287 0000000000013407874cbbf5ae404748c38e02e41f6bc4afa6991bfa38afafd8 0.00 MB 3 0
107,286 107,286 0000000000027c701a5b8a779887c45e0f47e834a7e6b660cc4f666dc77048f9 0.00 MB 4 0
107,285 107,285 000000000001980d151e637144a2592573ad70c1ad3925057b538e8471a06a5c 0.00 MB 3 0
107,284 107,284 000000000001954e4496116b360e0ae358ddac4bc58c48b1e18fae5f592f4eaf 0.00 MB 2 0
107,283 107,283 00000000000042396b03d2123bd13118ee26cd559213cd6ff4bf15270f5cced2 0.00 MB 2 0
107,282 107,282 00000000000226da2228e4150d2e6c45dcd4fa10159b996481d4d73b68afef52 0.00 MB 10 382
107,281 107,281 0000000000008e563ec096776766eba261713049ad8ccabc7fb67cc2e5e6394c 0.00 MB 11 0
107,280 107,280 0000000000012dee8bc69deececb54b368ce7d4f95e4c1eab409ba646fe0ee92 0.05 MB 8 963
107,279 107,279 000000000002791faa68f7589e7ce5059b69c2832ac59375085d22ddfef28bbe 0.01 MB 3 942
107,278 107,278 00000000000173e69521466b2b1a951b6b1a098dbfea4dd11ea15115350f20a1 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.