Memory Pool Memory Pool Refreshing

3,509 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (583,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,751 324,751 000000000000000013d9c0b775ce1f4961f5b8965647d31174cc018cd2d54991 0.06 MB 154 32
324,750 324,750 00000000000000001d70ab54f0f4cbec72d891379f7103226b53de0370ddd026 0.00 MB 1 0
324,749 324,749 00000000000000000868de2d5f06c54b9917ffb7e34005b75664832b24265d3e 0.35 MB 565 19
324,748 324,748 00000000000000001b5d1d56c09ecd71eba601292607d53e818e07765d30f61a 0.14 MB 243 26
324,747 324,747 000000000000000018c07d9b904e74ff482c37d976935dd1e07dcc3b94d98a17 0.48 MB 700 22
324,746 324,746 0000000000000000070a654e4addcdabb7bb0db94e8214fc9e774eda8302f06c 0.90 MB 1,915 36
324,745 324,745 000000000000000011428ec88c40ade0cab2a23958882ba55eb109ded87cf995 0.29 MB 281 15
324,744 324,744 000000000000000002ca3efbe8eabb4ab02644e9ffa5a66ee966381cc876bc18 0.75 MB 1,477 30
324,743 324,743 00000000000000000ed2252e8ff196cea1f506e52db3d968dd9b1487a0798017 0.35 MB 998 46
324,742 324,742 00000000000000000570dee3365d60aaefe11228402b323f186991529bb3475c 0.18 MB 452 34
324,741 324,741 0000000000000000169c850a9b00c1aa194daba9dc8da75ec3390b2e81b70f4f 0.24 MB 412 28
324,740 324,740 000000000000000000ee274a49adc8a33c0c820f86397ed2e9e3ca82c72e85c6 0.01 MB 16 68
324,739 324,739 0000000000000000152bb716e839bfcd9610cf91ddb280d693ab29963106b34c 0.10 MB 180 28
324,738 324,738 000000000000000002be62361f869152b025d410a619f851493815f4ccc59cc2 0.08 MB 143 18
324,737 324,737 00000000000000000e38f6f5d1cba2a731d6350c431c27dfa86c3f38c69040e2 0.33 MB 677 34
324,736 324,736 00000000000000000f91942e78b7f529d3e06d619b3ff2d5801daa51c8d0b27e 0.33 MB 567 27
324,735 324,735 00000000000000000924f60701ee6b9f858c911621116ef36c864b69e3bc1d5d 0.75 MB 1,844 35
324,734 324,734 000000000000000016bfa61af6167ff889fc46df0032d0bde90ceeda8bea23cd 0.52 MB 897 33
324,733 324,733 00000000000000000c2ced9a441490717565669723b31a9f0cf3a0cd76ac3165 0.23 MB 406 27
324,732 324,732 000000000000000015d1b5b3a8e2ad986c7896e5ff63ad84cccd588c09a0ff68 0.09 MB 206 35
324,731 324,731 0000000000000000178b602f5b93cb03bc28406cf19387929699a1c706b4f9b4 0.15 MB 290 33
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.