Memory Pool Memory Pool Refreshing

3,531 transactions
1.29 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (62,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,740 845,740 00000000000000000001e7bc13b7176766b3cd97f1e9bfe18e679fd5236d185b 1.51 MB 4,111 19
845,739 845,739 00000000000000000002090136e721bf5c8989b0dc774ead2f896ad9c3eb5a0c 1.49 MB 4,138 34
845,738 845,738 00000000000000000002556d7b6429e89aef2918543c355cc2c599d1a45394a8 1.50 MB 4,826 25
845,737 845,737 0000000000000000000333ef99489084f8e06215739c6d8281519f1e491bdb6a 1.45 MB 6,078 25
845,736 845,736 000000000000000000012344106e75556b62677ed010429cee1ce5f10fe32043 1.37 MB 3,631 32
845,735 845,735 000000000000000000025e7da31fc781c585f700675f344a03d7ccccdf448a31 1.47 MB 5,085 18
845,734 845,734 00000000000000000001e1fbd5fea2f1e6b4b13fcfbcabaf25554776a4d38960 1.55 MB 4,713 12
845,733 845,733 00000000000000000002e1474bb76fac8630bfc257d1153f3c5bf500e1de8479 1.43 MB 2,956 13
845,732 845,732 000000000000000000002308a4a96357772b092f0fa795c774f53d80d048b359 1.64 MB 4,019 12
845,731 845,731 000000000000000000033bbdb9588efcba3968b87dff9a1d52beffd8ddfdcc74 1.57 MB 4,238 14
845,730 845,730 0000000000000000000201420f531de8516e430e68df5c897eaab4a76826e028 1.03 MB 262 12
845,729 845,729 000000000000000000017308730b39a5a9b5618091600d2313e202ddef72fabc 1.10 MB 735 12
845,728 845,728 000000000000000000015529a0d66c8d04ce8066dd69628c45e581838b9d3722 1.27 MB 2,661 15
845,727 845,727 00000000000000000001e9235a48b7b7e675f0c6b582e81251316035ed644f31 1.65 MB 3,297 19
845,726 845,726 00000000000000000001e885834cdb5d1d1ad2631ecccd12f6ac0cb77cfbc8b4 1.72 MB 3,689 18
845,725 845,725 000000000000000000029b0f436c3beeb47630b527e337ec99125b1c3f7fd68b 1.52 MB 3,094 26
845,724 845,724 0000000000000000000105193fa63b814478a2df842a5ef131d4abbf089affab 1.53 MB 4,295 20
845,723 845,723 0000000000000000000046f4075c1ea3c1eb483d6f8bc09361e44f0f147c4c75 1.44 MB 6,164 27
845,722 845,722 000000000000000000004f3ac8a4108e0a14f22d7d3106308de8296ca721dcb9 1.42 MB 5,388 38
845,721 845,721 000000000000000000012e62de22cd230cc1237d1c242be6d4b4a1b50e3665b5 1.69 MB 2,355 19
845,720 845,720 00000000000000000000bf5df410afac323ced9fed7c0130bab02167900d9047 1.99 MB 1,650 15
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.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.