Memory Pool Memory Pool Refreshing

316 transactions
16.76 vMB
Show Random Selection Loading Transactions
Max Size: 67/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
908,306 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (805,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,749 102,749 000000000003cdad71ddb1a17e9ae1183e19471e9c74224431f5805036ee0edf 0.00 MB 1 0
102,748 102,748 000000000002b76314414a98a58353b6165e35dcf4c1b1f2e046578bfe92e1ef 0.00 MB 4 1,349
102,747 102,747 000000000000ba54606f69079d9a89a195fa7d5224411dcf5261467468ed1273 0.00 MB 3 0
102,746 102,746 000000000000c7265801bd2c3e30cb4561c2df3ae41311fba3f8525f6bc63587 0.00 MB 2 3,861
102,745 102,745 000000000002a2995f390646320966504dca99755d1a4c968d00fcd1c161a870 0.00 MB 5 0
102,744 102,744 000000000002dbc255985e8e255da5532154fb9cbe329eab6228b772f354b4df 0.00 MB 3 0
102,743 102,743 00000000000063a7c5e0ed34dd2c18202c7486417bb603654b5dbb6e25ecced7 0.01 MB 19 0
102,742 102,742 0000000000012ec7d5d57a2588e535be4fc45097a7ef3505d86d8a7e2179ada9 0.00 MB 2 0
102,741 102,741 0000000000002ca658bcf29c7ab5e68ec67b0b67ee03748400e8fb1121cd5898 0.00 MB 1 0
102,740 102,740 0000000000025fe09e7af6911b36673058bd86f5b0816f68f55552c0e83ad92f 0.00 MB 3 0
102,739 102,739 000000000002905945f7f2c8f5ad222e2dd5d65728f29b58716b0b8c1a90f387 0.00 MB 1 0
102,738 102,738 000000000003aa9978ac0c79b8e6f38ee612b95af3679d19c04e1d941983371d 0.00 MB 2 0
102,737 102,737 000000000003da48be9122fd001ad1f8a9b88f441521b539b7d2dbd5b09888af 0.00 MB 1 0
102,736 102,736 0000000000001213ff19a3438036889bfa80b3b4ef40866a1d09b781ab68cc1e 0.00 MB 10 416
102,735 102,735 000000000001aba87ca348a72ae3cc1688644bc65867520127fcdbe25613bcc8 0.00 MB 19 0
102,734 102,734 0000000000028fe31efb876983344d1992dc5fbbabd77a4463e1e549b6fc7b68 0.00 MB 1 0
102,733 102,733 000000000002405d9919d89b4a7e10626571ec4bed114914c7eda4653772dc83 0.00 MB 2 0
102,732 102,732 000000000000d322227c9e89b979e0e78702499175945ef1f713364787253329 0.00 MB 4 0
102,731 102,731 00000000000077da86851a05a9b8f58481b7ff5d16c0f38c4e1580759553c898 0.00 MB 10 0
102,730 102,730 0000000000032a5a56a92e5eec32daa9d7494f514c08a79f1b45e80169879db6 0.00 MB 13 0
102,729 102,729 0000000000029cb9f2c0638f0e052e2c2ea15dc178b340a3d2f87ed423d2829e 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.75 GB sent, 98.51 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.