Memory Pool Memory Pool Refreshing

13,712 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (700,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,746 206,746 0000000000000191089aca61caa3ddca74f433b38d73f81ef34b038eaa16e39e 0.03 MB 67 153
206,745 206,745 0000000000000437f50e8410021b5953e829e67823871bc0c9043a73f5aabcd6 0.01 MB 37 158
206,744 206,744 000000000000020299509efe53bec0e6bafbebb3c3bf9b605f48913be4d7ed73 0.02 MB 16 58
206,743 206,743 00000000000003df240df3b93e11de744959b52c7561dfd903f67813f01d428d 0.02 MB 40 121
206,742 206,742 0000000000000126f53d16d497d9a9a0fcd10967edcd4ab0d27e3f94fe3d09c9 0.19 MB 441 258
206,741 206,741 00000000000001728d474a83bbc2ec713b641745074056b0382ef4b43b8b9246 0.01 MB 35 279
206,740 206,740 00000000000004305fdda5bf93b8798fd9bdcf4860cf17ba2abde7cf23c29a48 0.32 MB 210 55
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
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.