Memory Pool Memory Pool Refreshing

654 transactions
0.29 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,010 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (871,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,798 36,798 000000000235384d37ca5a85789b627ef3672575db3af981288cf47f08a56efb 0.00 MB 1 0
36,797 36,797 000000007d19d3d341945c67e47f0edd2a4d614d6c47f333fdec09bfd9f33348 0.00 MB 1 0
36,796 36,796 000000002b3bc54e42496d5bdf9a618b250c76a4df333dcafc930da90a020adb 0.00 MB 1 0
36,795 36,795 00000000bd6e9ea5d8482ff713bb8be11c5d7dfd43828bb5cf3ce0f667ecd6fb 0.00 MB 1 0
36,794 36,794 000000001f2d44adc74c88db9a02a05e6988c1b1ebaabab10be0014de10c5560 0.00 MB 1 0
36,793 36,793 0000000038190ef540b343587d8b00f0210391dc703ed595055d3ae0340206a4 0.00 MB 1 0
36,792 36,792 000000003589de494b114e990486457ee60e3f13565442e0e97ca20d16a5dc93 0.00 MB 1 0
36,791 36,791 000000003fcd913d50bc87e0d2e1421f222b2fd4d069f55d16a81e0889960b4a 0.00 MB 1 0
36,790 36,790 0000000021ec1c3ae6a7b0c9e4a9c42e187b5b9d777169f0d93704da42cf17ee 0.00 MB 1 0
36,789 36,789 00000000785123531bbfbbb14ab17fb939b5d79c1cce75f72713e869f570f725 0.00 MB 1 0
36,788 36,788 000000002cc2c01b08a1a888fe75283dd519411f570ba14e51f231728f0c5f5c 0.00 MB 1 0
36,787 36,787 0000000085d83a26bd27869f090692b951d6f84be7a465509b811fccdcf68c8f 0.00 MB 1 0
36,786 36,786 00000000ac97384cd96159208555f370e78c6f2a61597b6962e86ed2f600147d 0.00 MB 1 0
36,785 36,785 00000000179ea35fb9235f525b5ab4b3cf802ee9fbc35802e1cbb0448f0497e1 0.00 MB 1 0
36,784 36,784 0000000072de0d0ab8a2462dca550592e530b864199524a61e5a254380b8bb94 0.00 MB 1 0
36,783 36,783 0000000019f242e7f40e24823136cb1b033253c79d290f136e0228bc0d90d7cd 0.00 MB 1 0
36,782 36,782 00000000a605b6bd08d0805e69085d81df2ba0b382065942d75a67c13ad85642 0.00 MB 1 0
36,781 36,781 0000000088d2a184d9501c97a95b4980ac0f772ac8017f6deeba6d443ffd258c 0.00 MB 1 0
36,780 36,780 000000006a3e360d124398aaeab1c0837f39a8ddd9d46e2ea21ae42b339a00d2 0.00 MB 1 0
36,779 36,779 0000000077149218a5c424d6f81c01d5332a899a0ec64b7e8c7f5f8d2fd26806 0.00 MB 1 0
36,778 36,778 0000000037837802e260aa3244773099631868bb61574c7cb7cbe08d03701efa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.38 GB sent, 95.76 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.