Memory Pool Memory Pool Refreshing

603 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (827,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,597 80,597 0000000000415eb8e4083214b6bc651224b6a3489dd21f7ccf0efe06008864a2 0.00 MB 2 0
80,596 80,596 000000000031ab94a9daeaba01768b2ff5f5fc43abcd18f56524c681aeaf7e6e 0.00 MB 2 0
80,595 80,595 0000000000174ce35d44cf7b349506fa3403c4a61fc7baebb27ff7868d81907d 0.00 MB 1 0
80,594 80,594 000000000027b9f3fcf65843e046f395c7cfb7789af0f08c3df1911d300116e6 0.00 MB 1 0
80,593 80,593 00000000001d0619580a9d05ec525281c9c81a5a23ffb1972b72435920425b0e 0.00 MB 2 0
80,592 80,592 00000000001ad8f3bbe4a717d3954c4da2af9e1e271b5875d00f1ee0d5ac85fd 0.00 MB 1 0
80,591 80,591 000000000046e3b0f9f8389760fb9df15769fbd10efd3259d60ce5ac09c7994a 0.00 MB 4 0
80,590 80,590 000000000005cce34a30e870adf07aba189e9e7bb623f0e15472d96f1242c5f3 0.00 MB 1 0
80,589 80,589 00000000000548ae9a67bc85ed0e1a3eadcf0a8b8855e33b32243315dab6252b 0.00 MB 1 0
80,588 80,588 00000000000576733f4a4fef5ec068ec0a602474a9a8204717d429528e121726 0.00 MB 1 0
80,587 80,587 00000000003625ede135d0dfac729941d76036ef9cca39e361f4fd42bf6d7191 0.00 MB 1 0
80,586 80,586 00000000003a799e19f628ee6137940128a2db5c4b2e761f1091516ccc2cf53f 0.00 MB 1 0
80,585 80,585 00000000000df4a20c77e955ba7d57379377c60dff4511451dc273d17ecdb04d 0.00 MB 2 0
80,584 80,584 00000000002a33fff0004e81e75e4fccc652e4d7a0cfb5976d589ff315fdcbc4 0.00 MB 2 0
80,583 80,583 000000000056fd4a4416b2a11c78128d00e2dab749495e315d1f883436c9b708 0.00 MB 4 0
80,582 80,582 000000000052a36fa62351a269e3f04b58f9ff6b6b36787a14e1729cadd264c0 0.00 MB 1 0
80,581 80,581 0000000000513391c9c64006ae8f610ab15ffc64238e52cb6c75dbb748026ae2 0.00 MB 1 0
80,580 80,580 00000000000d5cc3e660f0e8da49cab99d232bc9cd3e6902dc677f6be0acce0e 0.00 MB 1 0
80,579 80,579 0000000000096ffeee2eecfbd0cfc325997f7b0b1c8a1edd8629c98a0adf8392 0.00 MB 1 0
80,578 80,578 000000000032cd8282313d5454f9c8b2efe75ac7f765f5f62ca515607fbfc704 0.00 MB 1 0
80,577 80,577 000000000041056bcc601ac3e7f60c13af5302d30b4d2c37377a3a0587083852 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.