Memory Pool Memory Pool Refreshing

3,834 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (700,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,739 206,739 00000000000001884685524ff0fc9da2a2b0166876d70887d3b6ceb66d353c03 0.11 MB 256 178
206,738 206,738 0000000000000271d4808dff75fc3c9fdf5415d15b24035e4e1a537b82007ad5 0.17 MB 450 187
206,737 206,737 00000000000000d95774e6af2808d9f7cea8e1ccf314054bbed527fd3f0cfbae 0.06 MB 112 1,101
206,736 206,736 0000000000000479f982329e45cf38445f0e94a54ff6d5e84a021fc0be963c61 0.13 MB 312 217
206,735 206,735 0000000000000029ca78088388a9b2935d390d662e90b8612d1d90647279aa41 0.10 MB 315 36
206,734 206,734 00000000000003282ab7986e3d47e908d304226ba710f8077dffcfb6a9cb076e 0.06 MB 105 151
206,733 206,733 000000000000029895107b97ea7cd8a0a0998cf32204a94224230763feede415 0.03 MB 99 78
206,732 206,732 000000000000024cc1061d9605b2f1f895fc80206200fe84781b8a2194735291 0.16 MB 339 154
206,731 206,731 0000000000000102ee185e8bea90e33513a640116412cf824b96755cff18d77b 0.02 MB 34 54
206,730 206,730 000000000000001feeb26bf0c46bbf545846d1aa6a50c923c18660efd29f74c4 0.00 MB 8 0
206,729 206,729 00000000000003ab4f791d8ab79512a27ee576181cb70853cb15620eda1b4d98 0.16 MB 328 185
206,728 206,728 000000000000022666d6eceb4f32465b1ec893ad6a588b2841110cd323a8e467 0.05 MB 127 121
206,727 206,727 00000000000002f3932d71688195a82b33ac98ecd93c47c8e6d9a353e806dcf1 0.04 MB 83 57
206,726 206,726 00000000000002f8ed2c708716ec6b8fefb72b0a489d849d8ef624cc2b2b9f4c 0.09 MB 171 193
206,725 206,725 00000000000002def2128e8d66f9ae7ca3226ef29ef9aaf571aae4a45f6935fc 0.18 MB 514 216
206,724 206,724 0000000000000020dce1af40441d5cbc2007862476ee6c89ed56ddc73dd1c6b5 0.09 MB 177 112
206,723 206,723 00000000000000efa2b92621299dd81e05547ce76e161f613a0801191edac56c 0.06 MB 147 115
206,722 206,722 00000000000000045736aa319269c0a2f9ead9dfbaec2160c40b6f1f58f1e67d 0.06 MB 124 87
206,721 206,721 000000000000029e064729ab3d3b7f54542dd698d87067b5125dff2dbd627067 0.05 MB 81 86
206,720 206,720 000000000000040ff724a7bfaaf06999d630d4c9489b1b484e9c685cc9491720 0.03 MB 42 48
206,719 206,719 000000000000011911e1a439f34e206571821995098d628d0c1ee61f3ef94e20 0.07 MB 155 168
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.