Memory Pool Memory Pool Refreshing

1,746 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (746,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,897 160,897 00000000000001f89310a6de1fe53d6a4a984136471de867860ad1e59e427325 0.03 MB 50 206
160,896 160,896 0000000000000e3d35e94a4a2057d5cd860b86397ff8c0ac10c42affea816a2e 0.00 MB 9 36
160,895 160,895 0000000000000c4a8f59438f8f101cf115b7d798f47f4b86c192ed31d7b3fc67 0.00 MB 3 0
160,894 160,894 000000000000053018682166813ff4ad4591d1c8607bab36dcf6a19be98555e6 0.04 MB 45 137
160,893 160,893 00000000000009779d05ced38ff178a232b51dd7794b198b92c2d3d18b5b4b60 0.00 MB 13 308
160,892 160,892 0000000000000a240bcfd00c239fcc6abe8375b138ff894df5c8e5a42b04ce3a 0.03 MB 26 3
160,891 160,891 00000000000001c9e86f5526848050aecc9e160d4b25676578547e7349ca0695 0.06 MB 32 72
160,890 160,890 0000000000000458ecd55d72fa553ad1f4ca85f7583c4d9fd4a905ace70dd0bb 0.01 MB 26 311
160,889 160,889 0000000000000e01386ecccbaae03603538a8b31f65138a4b8def8f2b382f020 0.02 MB 42 121
160,888 160,888 00000000000004e8ec40f8033b973097bab432bc7d6a10e1c7a1d7caf1896baf 0.01 MB 35 101
160,887 160,887 0000000000000b79cca7783162258d89bff6d9a4131fdae45b3bb12e4614e38a 0.00 MB 12 342
160,886 160,886 000000000000085b4b1675f2956df078bc02c93945c249f104351432ea2cb652 0.00 MB 9 53
160,885 160,885 00000000000001f5b0f5dc1bf6fecbed9b9f2b1c81a85e74d50a01e03278da7c 0.01 MB 13 0
160,884 160,884 0000000000000ac61c692ce1c153366b84f2f11fc0f2a5b7eced912f59d6af0f 0.02 MB 48 43
160,883 160,883 00000000000004344470348e06c1d23fab9bab9f7ef983c95ab0295478279e6a 0.04 MB 102 61
160,882 160,882 00000000000008eefbdfc1b72579f0f414b92347a3eb26feb1f7e4263e974fb9 0.02 MB 9 62
160,881 160,881 00000000000002c2f8d804c2294af8308ac79784c4d0c478777defbaf1441373 0.03 MB 11 47
160,880 160,880 00000000000008595d5e8d7d5fd6c8873545f7ed65cc9a5b2262c35267ca28e3 0.03 MB 69 104
160,879 160,879 0000000000000c2ddd2365a8752557f57f7970eeed0f2547a1eabd7228afc7b4 0.01 MB 7 1,437
160,878 160,878 00000000000004967f2437849f9042d73f8ef0833aa6f566b86c0917782a4c8c 0.00 MB 6 18
160,877 160,877 0000000000000b22db8af0899af7c05f8ec3b163d26ced478f7dd3d7973ae658 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.32 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.