Memory Pool Memory Pool Refreshing

14,851 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,140 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,444 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,139 (70,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,155 791,155 00000000000000000001105251e7864fb0dac2ee94568dc1cb844e5bbbad3090 1.71 MB 3,501 46
791,154 791,154 00000000000000000000dff93d5f35680f851361816aaa3b7406595bece0462c 2.02 MB 5,524 27
791,153 791,153 00000000000000000001f6c7f08c33ecbb0837438111991a96f090f47ab32360 2.12 MB 4,270 31
791,152 791,152 000000000000000000014a0b50e03e6cafb0b687cfdda6ec68c972b2ded1d426 2.18 MB 6,713 21
791,151 791,151 00000000000000000003be5f9c4b2245ac9e2a1fe79ccdcefb3c4d8148cf27da 2.04 MB 2,535 26
791,150 791,150 00000000000000000001417520683f9d032883772c121e09ac53145d46529317 1.66 MB 2,779 49
791,149 791,149 00000000000000000003cc64fb5144873c903466ed3df2b8e5d3e211f8f7ba8c 2.40 MB 3,014 31
791,148 791,148 000000000000000000022baa5ad1a8a243d3902832439948add752b7c61b7f12 1.89 MB 3,106 31
791,147 791,147 000000000000000000019d1a5bd66b2de7ed6e4a5d6e502b7744d9d92bdba2a4 1.47 MB 2,896 60
791,146 791,146 00000000000000000001d0a88d429fe25035fb766b074032c0edd2f61abae0de 1.80 MB 3,342 31
791,145 791,145 00000000000000000001bb898af3f4fee5d66fd199371ba38535d849c4029eb4 1.46 MB 3,176 55
791,144 791,144 00000000000000000000ed7bed74fb0374449860d873e86e29e6cfca14855fea 2.07 MB 2,092 35
791,143 791,143 00000000000000000001859de7c6f011f5649fd3a6e489437e271ff62ec19aa8 1.96 MB 1,685 35
791,142 791,142 0000000000000000000209411e04c4cb039b043c6107fff63ffdacd5a244eb04 1.62 MB 3,210 51
791,141 791,141 00000000000000000005117e9c741b1e9f0e566492e321199dca21015fe094dc 2.30 MB 2,602 35
791,140 791,140 00000000000000000004dbd611a4adb57e2bae64cf7e21d12ea1159f6749be0a 1.89 MB 2,068 39
791,139 791,139 00000000000000000002413427806c4fe22604d29101d47bc09273f027e3df43 1.93 MB 3,462 27
791,138 791,138 000000000000000000059c68894df1cbaade875e6dcc206893cc6727e0730812 1.45 MB 2,369 44
791,137 791,137 00000000000000000003a0a8be81a1f0c53b2e4358a70c6ff7718515bf0c1c4b 2.00 MB 5,197 28
791,136 791,136 0000000000000000000561aa0763de056f56b554a528552392a0ac12b398b655 2.24 MB 4,069 28
791,135 791,135 00000000000000000004ff754b06c5f29a3f633e66733f327fe61b4402db6178 1.73 MB 2,169 31
Previous 10 blocks ↓
Total Size: 684.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,340.10 GB sent, 101.11 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.