Memory Pool Memory Pool Refreshing

2,696 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (22,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,129 885,129 00000000000000000000df55be58ed6d40bdc0a286bcb70d572a7f35efc4fba2 1.66 MB 3,502 11
885,128 885,128 00000000000000000000ed1980ec01356aff7b92eb85f7d0aeaef83d9534418f 1.67 MB 3,631 8
885,127 885,127 000000000000000000017b5d5b4a68be403209a4837c8fe5ea6ba3dfaa368bad 1.63 MB 3,514 13
885,126 885,126 0000000000000000000138b741d922ea62a5451eb5dc1e9bf2cd4be425d3214e 1.79 MB 4,907 8
885,125 885,125 0000000000000000000019da88047fbae0d34d87ba55bb0b3c494c27d2a1836c 1.68 MB 3,332 12
885,124 885,124 000000000000000000024f6b9f94d6f0687e101d1ad752ddef0d06df1944ab2e 1.83 MB 4,648 8
885,123 885,123 000000000000000000023445f8b9150408d5e0fc23186f6ba9e8d8f0c2d411bd 1.84 MB 4,990 6
885,122 885,122 000000000000000000018b81a06c854720f309d1dbb7a11b45908e07b860474a 1.59 MB 3,308 11
885,121 885,121 00000000000000000000209cfcb33cb8a9618e1e1bfe30aba95f908ca0393790 1.72 MB 4,269 9
885,120 885,120 00000000000000000001d3d24797fee504fd18115e8ce1cbf1773e778d73a4e8 1.59 MB 3,551 10
885,119 885,119 000000000000000000017f998949839f37e905ea1cbda473c5756b9673b562b5 1.64 MB 3,821 12
885,118 885,118 00000000000000000001bd5076b28039e3039812743a2876608859112964a4c6 1.55 MB 3,700 17
885,117 885,117 00000000000000000001d522af7512c7a848915d44257eecf89444edf06f5749 1.80 MB 4,850 8
885,116 885,116 0000000000000000000020a21ebb9e070f6d216920f9c798c3860e3a91c66e0c 1.86 MB 4,763 7
885,115 885,115 00000000000000000002206ce85a01ed29417246370d6de8e29726aaa53889b5 1.81 MB 5,159 8
885,114 885,114 0000000000000000000233d897f4d5d8cc26a9f3f684b87ff2f8122fcd6a9a8b 1.86 MB 5,508 8
885,113 885,113 00000000000000000002580640be76c01c8a84b91fbe3663553515bb833f044e 1.61 MB 3,596 10
885,112 885,112 00000000000000000001d053ecfb15aec5b9b510fc23cd842e4c8496d70f8d75 1.61 MB 3,976 13
885,111 885,111 00000000000000000001f072180488614f4f2dca3e9698a5903f544a93b0369c 1.85 MB 5,116 8
885,110 885,110 000000000000000000020aadefcf5a72f69d18e602a39791c4c5de681bd549f6 1.78 MB 4,736 9
885,109 885,109 00000000000000000001d291f2013de9b793fddbb97cfd85b338db85d3628fe3 1.92 MB 3,410 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.