Memory Pool Memory Pool Refreshing

8,975 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (190,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,912 716,912 00000000000000000009acf9a9deb6d370e49544134fd271b47504e0ea27b295 0.63 MB 686 2
716,911 716,911 0000000000000000000614c4a21acb124f13f9597c109e76d5a146c0631f5d36 1.37 MB 1,470 5
716,910 716,910 00000000000000000007043e8c3c793be2f6f789f34ee1607c16d880d8a81a3f 1.45 MB 2,527 5
716,909 716,909 0000000000000000000a283adeffd2a7db038e51455f04494987adf2cdca943d 1.60 MB 2,391 8
716,908 716,908 000000000000000000036693c8094ff9a2c384c51e823aab3c8c568f0e93b8ff 1.43 MB 3,154 23
716,907 716,907 00000000000000000004f6763fff4aafba2c510446f05ef4bbbbcc04cd32c7b0 0.70 MB 1,143 9
716,906 716,906 0000000000000000000070c0cac14eff2aa3a0f2dea0a428ae84a4b80f9aa32e 0.59 MB 1,008 10
716,905 716,905 000000000000000000096e612b918670cc0a607c438029955a1e9f45a1dae682 0.02 MB 43 20
716,904 716,904 00000000000000000008142396d528d41bdad7a55c8a42f019876922abc22e3f 0.54 MB 1,031 10
716,903 716,903 00000000000000000001017e6dd598ef75718d03ac75231b5514833e9e055e90 1.35 MB 1,979 9
716,902 716,902 00000000000000000001fede733d9ad94b9a9cdb07237cba25c556f8f807db4b 1.36 MB 1,599 3
716,901 716,901 00000000000000000009fc2ab047d1208c09505e58447fbbead3d48dbe56baa1 1.24 MB 1,443 3
716,900 716,900 00000000000000000003a3e6eaf9b3a689c012c2afdf0b10b3677dc2c8cd6b55 1.61 MB 3,156 7
716,899 716,899 0000000000000000000007037a14f822342f7041514ae57e463e22bd87f9e47d 1.54 MB 2,729 12
716,898 716,898 00000000000000000000a14cc877d9bbd5380eadbb02a32fc1b263d61f3aa913 1.54 MB 2,817 16
716,897 716,897 0000000000000000000894fc0789d5ba374f6340bf32a359e8cca3bf35fa276d 1.43 MB 3,022 23
716,896 716,896 00000000000000000003e2acd380de507d9dce0125aa3a00c6c388497aa80ebb 1.50 MB 2,995 11
716,895 716,895 0000000000000000000b23523a1219a5c95cfc1e7faaf4dbced0348c2524a18b 1.53 MB 2,900 11
716,894 716,894 00000000000000000005e47aec15b70c02b28ca61cd1f489191f043618df8930 1.42 MB 1,870 4
716,893 716,893 000000000000000000098cdb208edf3fc81af7a2243366a7036b2eb9a8025749 1.61 MB 2,007 3
716,892 716,892 000000000000000000080b706685ea2a0df075c431d24c33e7761e592aa586e5 1.65 MB 2,684 7
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.