Memory Pool Memory Pool Refreshing

7,010 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (459,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,896 447,896 00000000000000000279618d41ca6453ae6c6a817c540d3353ca8801fe1ba89e 0.19 MB 398 79
447,895 447,895 000000000000000002962898ed85d6dcec65a60ee3232d4203738999d601c812 0.11 MB 286 89
447,894 447,894 000000000000000000598e93dc86f083ee1469b206d15bf75bfd43502d59f6c7 1.00 MB 662 24
447,893 447,893 0000000000000000031841b382f78f08ea73c181eac748307211945ff8032758 0.05 MB 97 82
447,892 447,892 0000000000000000004d3cbf981d3a8c63a6e8548a7f733b92bd1d997ce251a5 1.00 MB 1,703 55
447,891 447,891 000000000000000001f593451f3270f16441d3f92e5c43b0450c4e6ca2fc8cdf 0.54 MB 1,402 82
447,890 447,890 000000000000000000cb09ce98a1f3f6af067f78faf29e629b89ea4b0eb80518 0.13 MB 207 50
447,889 447,889 00000000000000000209eb2e0153704d13bf17f77cc10e2e3af9b7967dc5a859 0.30 MB 648 67
447,888 447,888 0000000000000000001f88a4a8218925bba092227c593f8789b5d684d19f0852 1.00 MB 2,248 72
447,887 447,887 0000000000000000006e468b4bed638c24441168581c5790dccadc7594ad80aa 0.90 MB 1,639 55
447,886 447,886 00000000000000000025836e18f27d2c14c18557ffbbc6723072edc836e745ec 1.00 MB 2,790 91
447,885 447,885 0000000000000000023605119db9299de70c04fa416de71b7ba440ce0397ca72 1.00 MB 2,066 65
447,884 447,884 0000000000000000019d23ab5ba64e6f851354a513b81be987e92d847e713db2 0.97 MB 1,959 61
447,883 447,883 0000000000000000016b8ef2524b05faa8c099359910159e3e2daffd4e0f2d36 1.00 MB 2,470 72
447,882 447,882 00000000000000000050eaf7ead3f86ab3dddbdb52d56bf6aa2275147cf923ee 1.00 MB 2,582 96
447,881 447,881 0000000000000000026bb30958c77eccd877320982ea64b22f654040b9bf33d0 0.00 MB 1 0
447,880 447,880 000000000000000001f13fe6e00d5288f6d75973db9a9f6c9fc4750a55e69848 1.00 MB 2,515 73
447,879 447,879 000000000000000001bc16ff2ff0a50260f1e42b6ffe4cd002b7a58eb9e71682 1.00 MB 3,233 109
447,878 447,878 000000000000000000d993c3e2e1145851e76e6aa26d4fd2dd49e97dd3b1cb97 0.15 MB 405 84
447,877 447,877 0000000000000000012bc9a27fc0bf83efc1709ba25c56c6e04c02ed2c8904d2 0.98 MB 1,945 70
447,876 447,876 00000000000000000260b9e46a51d20335fcc89ac2a5a5a52a056e481866509b 1.00 MB 2,488 108
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.54 GB sent, 94.39 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.