Memory Pool Memory Pool Refreshing

4,136 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (62,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,877 844,877 00000000000000000002960222068dd01bbaaeb1aec5b1a16edce1aaefc800b1 2.02 MB 4,071 10
844,876 844,876 00000000000000000001ac64f362a4e146625c1bf953a967cfc4013f02472186 1.74 MB 6,867 7
844,875 844,875 000000000000000000026b6d4cbe9f519cb8ce340b88c37ec6ac4bd766f676e4 1.91 MB 3,947 12
844,874 844,874 000000000000000000016a44888c00e3722e3a6e590cc62fb9d09ea78e7bd9ab 2.06 MB 5,336 11
844,873 844,873 00000000000000000001498b9638a1e14e17483dad4abd4fd775312751726428 1.99 MB 5,463 27
844,872 844,872 000000000000000000010d861f871382c6759cef368a699966964fe8848609f3 2.00 MB 3,813 11
844,871 844,871 000000000000000000032464d75ada50e2725e475f073d033ae144eebf3921a2 1.72 MB 6,519 8
844,870 844,870 00000000000000000001d8864d7bdb34edb9c3c27ffee58b4971f4367fe3b8d2 2.07 MB 5,166 8
844,869 844,869 000000000000000000011ab53389718d0af4d906c2dcefdfa424df83b8165714 1.43 MB 2,628 14
844,868 844,868 00000000000000000002eafdd1f8e01a430f124acd949a1ee4e2aafb3caecf46 2.11 MB 4,672 10
844,867 844,867 000000000000000000035579618ac69d9dfd1e318fcf75eef8efb8fabc7c1ff0 1.92 MB 5,315 8
844,866 844,866 00000000000000000000836fb0d03687ddf0de283bef1ad51d6cb31b59afab3d 1.51 MB 2,989 15
844,865 844,865 00000000000000000000b826a82e8be927572076ba5c966a8afe9c48651ddf3d 2.07 MB 5,818 8
844,864 844,864 000000000000000000025e5ea63e33b4a3033ff3100981f110752066aa9acae3 1.87 MB 5,885 9
844,863 844,863 000000000000000000016cd4befca8150cd28f5caa980ee6214ba1ebd18207af 1.50 MB 5,543 12
844,862 844,862 000000000000000000016f129c3fa79a11fc970f1fdb1a9d6c180383e0f4d9bf 1.52 MB 4,289 15
844,861 844,861 00000000000000000000583a78eff292ef13b55ff82e9095ab531a819c83c056 1.76 MB 3,074 12
844,860 844,860 0000000000000000000055f67c1b5e47007434e08733bb47a2ad9867f614cfcd 1.82 MB 3,541 12
844,859 844,859 00000000000000000002a25e1aca2397be994fcf4e7f1dab06514d766fcae570 1.80 MB 6,577 8
844,858 844,858 00000000000000000000e5a9c468af0b7d765d5bf6dd1e07947b093e369e0037 1.75 MB 4,512 11
844,857 844,857 0000000000000000000252da9694fe7c5aaf392ecd3bca4ba65b4c1fcb327283 1.76 MB 6,547 8
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.