Memory Pool Memory Pool Refreshing

4,582 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,348 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (752,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,953 154,953 000000000000081b32d4c3bd017f5078ec5bae743410f293aecf2fd1615b6b91 0.02 MB 76 94
154,952 154,952 0000000000000dd83b643bbcf10e08d1aa2524c64738718b744f65fa1fdf074a 0.03 MB 79 96
154,951 154,951 00000000000004ae837c434a1d3550957c833a72d8f54e9d63038940a0f776f7 0.05 MB 154 229
154,950 154,950 0000000000000c9acceb49daa63b0e53b62afc21e3b6f9cd71064d126ce1a636 0.03 MB 78 80
154,949 154,949 0000000000000a5caed2adb7e95aa9bfbf58736aedc529c584d6fd6841437f71 0.02 MB 41 52
154,948 154,948 00000000000007b5d4a71350fc928a82c4d9777ffdc1dbc44731362f75146dbb 0.02 MB 40 99
154,947 154,947 0000000000000284aaa042c4d113612603cd84413e0534c5bba0e05450172e25 0.05 MB 79 28
154,946 154,946 0000000000000ddb63946cd3092e09601dbd7e03304f5852d9f25d75fdf91b1d 0.00 MB 8 618
154,945 154,945 0000000000000136dd4782f654b856a971adb6418c06b3324d11a8b0ba8a24f9 0.01 MB 12 696
154,944 154,944 000000000000050dbfab8bfcab733e8d5cd5168bfd2d74b49c4e67c87c3a5930 0.04 MB 107 92
154,943 154,943 00000000000004457c69cc867a168a5d48151cd9a8bc3588e9ebc05ea4072a90 0.01 MB 34 0
154,942 154,942 0000000000000521ca0a109aafa28ccbbf9397f4f525e4103a9e35f53dcddf02 0.01 MB 19 63
154,941 154,941 0000000000000c935b83408d9e03780ddadd1d272bae11b70355e9344b6a60d9 0.01 MB 12 0
154,940 154,940 0000000000000c1c61784f8bfc60dd691caed05daae939d6507e7b59e011afd1 0.01 MB 16 53
154,939 154,939 0000000000000313fddc54562c1151346c1cb0f3dddfd591e245663f3a0639da 0.00 MB 10 17
154,938 154,938 0000000000000630a4e2266a31776e952a19b7c99a6387917d9de9032f608021 0.02 MB 29 86
154,937 154,937 00000000000006210b5ac03eaf57bc0be4695bb688a80fdc08f629b97f2d95e8 0.01 MB 17 256
154,936 154,936 000000000000071d7481a6c5e9c30ffcb6e95d696e9b8d0b20e74ef66a75197f 0.01 MB 30 252
154,935 154,935 0000000000000b552880ced4741dcdc727475bcf362c6fc5843b3d6522dc9362 0.00 MB 18 51
154,934 154,934 0000000000000511d979e5532b2ea40bf52c5870ffb9b54efbaae987766f7eb9 0.02 MB 7 47
154,933 154,933 0000000000000c310371b2aa3a946d86cb457799d4053fc5226cab6ec34f6edc 0.00 MB 10 68
Previous 10 blocks ↓
Total Size: 769.17 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.86 GB sent, 93.74 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.