Memory Pool Memory Pool Refreshing

7,953 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (740,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,952 166,952 0000000000000589924f2fa87af6b5fe73969e47b61f8aab8b630ee3523acf0a 0.02 MB 29 135
166,951 166,951 00000000000003c3ea492c9b987f1de9a1681fe93bf648f6b2d82fc3c1a68570 0.04 MB 88 31
166,950 166,950 00000000000005847ed8ebc49fc6489300f0faa4a0753483bebad38e63280e2a 0.10 MB 51 71
166,949 166,949 000000000000023b874acead3e67019b6e0dcfa9e01e145b6c733a95f54a5603 0.02 MB 39 203
166,948 166,948 0000000000000b8b3c2f82caa6d30982aeb1f62550dfd905818419b740c96724 0.04 MB 83 140
166,947 166,947 00000000000009550a7d2fdf26cabef1248caa5a6f63a5122d40da13aa7f3404 0.01 MB 23 75
166,946 166,946 00000000000008d049c7595d27f24790c0ae8ce8fd58cb9aaae6aad7f3c089e7 0.03 MB 77 96
166,945 166,945 00000000000007e685e1220c91874782821a7a4c706e0fbd6e981ab5991d7fb8 0.05 MB 145 20
166,944 166,944 000000000000066a03b6ecb3428aebdb9d5955ecedc34e97e2fc46f1f7f5de7a 0.06 MB 116 86
166,943 166,943 00000000000000357ccce8ebae2b9743edcca438ef90e44d54a503e117322c8f 0.04 MB 86 100
166,942 166,942 0000000000000730a47c17ab6fc996b40869fff466bd4d611fe63da19ae8bc72 0.06 MB 155 174
166,941 166,941 0000000000000aeefdacd158dca12cc04d22f873b1931350130b3a85767f6b1a 0.02 MB 57 125
166,940 166,940 0000000000000a8f19616ebf9bea95fdd697d50bdf1bb2dd7cb178833ae12494 0.04 MB 122 62
166,939 166,939 00000000000008aa737adeb48f948a1656e0eb5f46dff02da13c78a12547005d 0.05 MB 67 125
166,938 166,938 0000000000000ac23e31c95860d0730060fb648782836c2340a3b1847ac954b7 0.00 MB 10 157
166,937 166,937 0000000000000a4443143dbfe24db7fb5ce80757e7e86854c68764d797e9f428 0.01 MB 26 278
166,936 166,936 0000000000000bfcab891454485968ca2a746a485430a9749ecce2b567a39d64 0.02 MB 68 101
166,935 166,935 0000000000000863fc0b089405af8e009faddce117ef36bb5249ac960e964b7a 0.01 MB 25 83
166,934 166,934 00000000000007839c5a164989ef3ec3a544959b27eac30a52f3477ee1db3a11 0.01 MB 12 813
166,933 166,933 0000000000000b5c74cc4eceaba1d823e2786c08639de41314aa337bba0b33ab 0.01 MB 19 55
166,932 166,932 0000000000000b6928ec56c60569ba97e7c2b4837b7df00ce26306af5731bb56 0.03 MB 109 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.