Memory Pool Memory Pool Refreshing

3,824 transactions
1.86 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,344 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (762,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,750 144,750 000000000000053cdcc660e5837b74b39ed4431d961bf0de05caa0aed42abf46 0.03 MB 61 86
144,749 144,749 00000000000001230eb991e61a457b81c15b58949ae0ccd95b070892d97b8452 0.01 MB 11 4,002
144,748 144,748 00000000000008e2a77a614bd09fb2c119660b6f3250735f1ee3c94706782796 0.01 MB 18 62
144,747 144,747 000000000000038dafa8bd690c75fec57876af6f4808d95789a871d3445f61ef 0.04 MB 22 148
144,746 144,746 000000000000010e8bf17d7fd16260863dde9b30dc34f72ac19580d879b647e6 0.00 MB 14 24
144,745 144,745 000000000000007b86bb1f002e7ecf603f7033c6e94ab046e0f0e822e89683df 0.02 MB 37 65
144,744 144,744 000000000000017c168fd1f64870f219f404720006727bc0f8225ea5320bf0c7 0.01 MB 7 932
144,743 144,743 00000000000007f024371625b7f1ff47ae19599f92362ecac3b9dd5ea81e5d08 0.02 MB 46 187
144,742 144,742 00000000000006fdd8d15c1ffa67f63852060e43cb70c1f60f4cbf74612764b9 0.00 MB 13 44
144,741 144,741 00000000000002928af28ea79948668bac3e961cad588fefda7d3801af11c3e3 0.01 MB 15 221
144,740 144,740 0000000000000480ca5d4963a4862982ac6e26017a32300bbad261f0484ab3ee 0.05 MB 167 92
144,739 144,739 00000000000008b691972a335eeb85dee19e9cb0b2583f676849cbd5932b8239 0.05 MB 91 112
144,738 144,738 0000000000000095716a452c852efd05542a5ccf9bac00aa8a8ab44d242919b7 0.00 MB 1 0
144,737 144,737 000000000000030cc381062317a34b481c52beb02cb84c05093b033e76cccd1e 0.05 MB 36 80
144,736 144,736 000000000000053b9259eb745a39d8281c1ad65ad2199ad08624f556149f4eaa 0.02 MB 40 137
144,735 144,735 00000000000007c85dbf02e591b918cba5688c00fd9ce9c64d7e221bac174900 0.02 MB 21 87
144,734 144,734 00000000000003ed6ed3aceae97e6aebb798b80856c3893b0997d553c3949db3 0.00 MB 11 355
144,733 144,733 000000000000021004058279b50b2c0d2c325759972055465c2273277c19eeeb 0.00 MB 10 20
144,732 144,732 000000000000059b140e00b0d8b2b03787de7dee2e56e926a0ad67e02d128613 0.02 MB 35 180
144,731 144,731 0000000000000563ee9fcdf005add38b94e4091ee83ba95964443b3882a50444 0.00 MB 6 152
144,730 144,730 00000000000002a5c0ba5183eba3857783f8c49a64605a669fc303a071175889 0.00 MB 6 54
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.47 GB sent, 93.13 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.