Memory Pool Memory Pool Refreshing

921 transactions
0.22 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 896 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (553,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,752 353,752 000000000000000012a7ae1c6a21ecc7723db9039289303f1a00514a82f25e23 0.23 MB 440 24
353,751 353,751 00000000000000000f8a341c320defaccf71292d9ac4ca9418cb49ae4d918ec5 0.40 MB 654 29
353,750 353,750 000000000000000013096386aec37ce3d6775d5a7d12498814c0b8883c2e5d5a 0.08 MB 60 7
353,749 353,749 0000000000000000114c5342cd306e25af44bb321b8a0c103796b547874b5ac8 0.08 MB 26 5
353,748 353,748 000000000000000009e9fc310e7b58ec98fcf731c9ab6eeee402049151592fc9 0.10 MB 106 10
353,747 353,747 00000000000000000413c0c3c32d78544c0006dce53df98748d9cac2adbccd62 0.41 MB 494 23
353,746 353,746 00000000000000000261eda1bbc652d7d36aaf7562ac3974b2ac8cbebdf8cf58 0.54 MB 862 25
353,745 353,745 000000000000000004d37f83fb6d04a5f8557fa6df5a35290380b3e4b558ace5 0.26 MB 527 29
353,744 353,744 00000000000000000c23c414a31305687b05030351fcd602dc3d2e360ccca693 0.09 MB 209 35
353,743 353,743 00000000000000000838a4069e1b79ee7cd472991e5f2fd728181b97c61e2eda 0.14 MB 278 31
353,742 353,742 000000000000000013069507edb27eafae592c2be60f97f8f00224dbb6569e45 0.10 MB 208 22
353,741 353,741 0000000000000000074c2fc7fac591154afa4e7551c61918462cb8d6c4d189a2 0.23 MB 411 25
353,740 353,740 000000000000000004abe84df444c4b53677cc535c9ddef04f3a11de09062041 0.33 MB 698 29
353,739 353,739 00000000000000000fed42ed5c89f5873345f1a33774b4de5348d32cb4d6ed2f 0.31 MB 586 23
353,738 353,738 0000000000000000064902e8165311618b158a0b4b09111f631b09d334fc2df0 0.52 MB 624 24
353,737 353,737 0000000000000000048e10cf9fe49d2f726ad17ddc8a94d0543f9ef1a99ddc2e 0.09 MB 147 25
353,736 353,736 00000000000000000d3638f5d1a5b66207563be39a482c0c3f2589bb4bf104c8 0.26 MB 233 12
353,735 353,735 00000000000000000f4e6263642aa5c41de82a96f99149972c713bf3a5ad9db6 0.17 MB 251 22
353,734 353,734 0000000000000000128c20af9b4607e12ede0a3af12c02bda96dad1752c4e0f2 0.12 MB 257 28
353,733 353,733 00000000000000000df5fda5d7a5a92c47ea71e100a3ff9f01dc1773fcbba901 0.10 MB 50 6
353,732 353,732 0000000000000000128c4fc28cd1b1db487eb7faf5d5b64caa5ec6d00e8ecd11 0.01 MB 28 23
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.