Memory Pool Memory Pool Refreshing

3,874 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (5,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,806 902,806 0000000000000000000194405cf767c9b2e475457d76efa5d6e8da0cb2eea8dc 1.66 MB 4,069 2
902,805 902,805 00000000000000000000da88a2f892b5f5fec51b115750da35be02ab53b41a4e 1.66 MB 4,111 1
902,804 902,804 000000000000000000019bbaa678ee7f221e90ba86e163c75a0618eb2964dd8c 1.68 MB 4,292 2
902,803 902,803 00000000000000000000dbc6dea61e2ed9bc419a3d7487b489fcd04bfffbdb39 1.26 MB 1,219 2
902,802 902,802 000000000000000000018fa334ad00f30152a8a605a341bd3409b8b8ed941ad4 1.49 MB 3,610 5
902,801 902,801 000000000000000000000323353cc337f4aa26866f31be27e4c71b8c58199d1f 1.40 MB 2,366 1
902,800 902,800 00000000000000000001f8cf26868f2f945022a794edfcc99faf1a475797aef0 1.59 MB 3,182 6
902,799 902,799 00000000000000000000a75c8528e96162b7f85f08eac05ab8101e4503b60dff 1.54 MB 2,190 5
902,798 902,798 00000000000000000001cb25a82585e16d6ed88dd9c9b53b3b59c8a7591449ec 1.51 MB 3,793 7
902,797 902,797 000000000000000000018a1f0c394689a5bca621721568d7a965a63c30e270b3 1.58 MB 2,586 3
902,796 902,796 00000000000000000001f7f079997cb7bcbf07a6d59e8ad96c54b18e5a97e587 1.45 MB 2,531 6
902,795 902,795 000000000000000000004e12e3d4eb447d2b0f18de2975580c43568e61987fea 1.59 MB 2,408 5
902,794 902,794 00000000000000000001fd85d99f4219755cc292cf1c16de13e8b94dd25ac00d 1.81 MB 4,313 1
902,793 902,793 000000000000000000007f3f4458f195baf4f1f98d619856d38476bb4c66af2d 1.82 MB 4,472 1
902,792 902,792 00000000000000000001926b1bd95c2a6aaaacba427c5c3869884c5f12545598 1.72 MB 4,559 2
902,791 902,791 0000000000000000000168ee3bcafe16e46ea194be4bffbde2b9609634ec2901 1.68 MB 3,892 4
902,790 902,790 00000000000000000001eeb148e08e811306f4e9ccbdee90c659769683012116 1.67 MB 3,644 2
902,789 902,789 00000000000000000000007a268c825acdb14e7213d3f78435bb879d411bd79f 1.48 MB 3,313 7
902,788 902,788 0000000000000000000157e2973489fcc9b7459c79465e97697a0611a385c45e 1.62 MB 3,697 1
902,787 902,787 000000000000000000015b9f42764c6adf623603807d9f1593b986b958b511e7 1.73 MB 2,819 6
902,786 902,786 00000000000000000001851d569dd57332e13765e32b137765c8f1c192b4ce19 1.75 MB 4,514 1
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, 114 incoming
  • Data Transfer: 1,635.28 GB sent, 94.23 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.