Memory Pool Memory Pool Refreshing

4,964 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (830,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,237 78,237 00000000000be37de0ed8ad7c08ed6494c5aaee327a1ebf7abf2f11cdfab5021 0.00 MB 4 0
78,236 78,236 00000000000f37cda7c7b4ca125fc6d5e647417e14d6a07e5618151d2cdbf2ff 0.00 MB 1 0
78,235 78,235 00000000004e948d20737a1d01151d3455ff5b0f0fbdad4e62209825c762ec5e 0.00 MB 1 0
78,234 78,234 000000000023381d51a1b81f634a2872d978186d43125677a89b1291edb07a9a 0.00 MB 3 0
78,233 78,233 00000000004341025f7a55dac2b53b9820ed34500d5f8258afd5e1374e01121a 0.00 MB 1 0
78,232 78,232 00000000003b7be4c4d22b1ab64de5c03e5b8eccfb6a908fd0e222f897c6394f 0.00 MB 1 0
78,231 78,231 00000000004afb26d37c9df9c007636fa571e8fe3f376b273fcbab62e1e6bb16 0.00 MB 2 0
78,230 78,230 000000000047d769352d9fe815b483bccbfff412be0437bca07c76a6e6d4fa39 0.00 MB 3 0
78,229 78,229 000000000054fee734e2c2305e7883f5fa644105e1ccff3d2dab009bab9d83a5 0.00 MB 2 0
78,228 78,228 000000000016056a8d7738d1e50ebbb95fed448fb5e4b25acaab8f1f345dd4a3 0.00 MB 1 0
78,227 78,227 000000000032865432cd1f8ddea88c29688a2ed66be01215bd5f101dc468a424 0.00 MB 1 0
78,226 78,226 000000000042d8987e4fad516250d55edb90dafd3bf8325082037ab30272d1c3 0.00 MB 1 0
78,225 78,225 00000000000151349f8c6051272237b7407eb7e5e847159b1f4f8444cc451bb7 0.00 MB 1 0
78,224 78,224 00000000005509603c96a17b9a708b4898ad396a11c00ad7aaaa0005106b1640 0.00 MB 4 0
78,223 78,223 000000000024cc38269ffbd410225471e6dc0c324f68c7ef55f97fd845ed338e 0.00 MB 4 0
78,222 78,222 00000000000d0b2efbb2812e609ecb4f11804163ee12c8767b06be987227ef2f 0.00 MB 1 0
78,221 78,221 0000000000522bc129204d689c9d96c262525d97b64b0d8d3029b6f9d46e8ae8 0.00 MB 1 0
78,220 78,220 0000000000566b9785f5646f86f69753c6426560c60816bae37717fb6c22df7e 0.00 MB 1 0
78,219 78,219 0000000000367feba057de57243f841d0276bb5cdf451c0700c1615526f9f9b1 0.00 MB 1 0
78,218 78,218 0000000000681b288878fd61b14d7d2361def42f3a11d6b81934b13ddb5badc9 0.00 MB 2 0
78,217 78,217 00000000004c056218b3bf8c82cc43bf69bd234871ae552c33abd5eee9cf98fb 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.