Memory Pool Memory Pool Refreshing

319 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (692,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,912 214,912 0000000000000193389415f4818a4bd77dfab604896bae1891d85d47d4b8a71b 0.43 MB 889 170
214,911 214,911 000000000000056cfb4b625e25d0255d61a157cd5d18146525274080d8690a22 0.25 MB 836 284
214,910 214,910 00000000000000f03d1dd8af46c22a29724cacfce8aee07aeca8ee337c77aa06 0.21 MB 512 214
214,909 214,909 000000000000059d3a3acc233dbdbd8e908fabcbfbcd36cd213623ee807af520 0.24 MB 555 192
214,908 214,908 0000000000000342dd734187e4548612bdcca83a4e0710a1e534c4b5befb5fc8 0.03 MB 78 252
214,907 214,907 000000000000040d4c55e29e3cb5870d1eda2ec49a8abfc0b38652029b7782bd 0.04 MB 91 172
214,906 214,906 00000000000005593894729375bd282eddb3029eab947d8bc523b6c706785257 0.08 MB 163 186
214,905 214,905 000000000000055869ccb9521f3f867be40a4a9f2006252b869dad0ee9e502b6 0.16 MB 339 167
214,904 214,904 00000000000004b894b7463068a66a553f85bc2e2567f96d0f2302a4cb2680aa 0.14 MB 372 219
214,903 214,903 000000000000019c2028d403aa35c08a63617510fb89fa9346e493166efed5be 0.13 MB 306 217
214,902 214,902 00000000000001d4eba03402a50cff6630a9c49dc408687d8450f9763ec3ad6a 0.02 MB 62 23
214,901 214,901 00000000000004bc72629381fc71832278f0e7dfde7985b0d0c9056811a21f53 0.25 MB 581 168
214,900 214,900 00000000000002b5b755142c9fe6b39bc720adb2dc0e50e98d2f9a03a03307ed 0.00 MB 12 357
214,899 214,899 00000000000000145688921f530408eed5fecd65539b5ab721803de3e6020935 0.25 MB 829 245
214,898 214,898 000000000000052644deaa6f3bc2814fedc47ab628c8dc3592867daeed71e5dc 0.06 MB 137 119
214,897 214,897 000000000000023f40d6675e33fb8abea1029f318b5ecc728da6e9b8e9f496fb 0.11 MB 261 179
214,896 214,896 0000000000000108e8a13c0fa9246e80cc6789fe1efe0b1d6460ee66a139214f 0.11 MB 205 126
214,895 214,895 00000000000004cb3d906c2ddcf319063b0d6017585ad30d122a12a1896b9ee6 0.23 MB 608 182
214,894 214,894 00000000000002f20a2223b4d18593ce05cb6f3b183ae9bbe6e0e09173dc91c1 0.25 MB 627 215
214,893 214,893 000000000000003366f2141db18d9c50c5722116f653a1bbce6af35c2d538dcc 0.25 MB 727 210
214,892 214,892 0000000000000530d95569296972602486725155f685c66d95798e009801852b 0.16 MB 242 182
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.