Memory Pool Memory Pool Refreshing

69,572 transactions
30.23 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,888 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,570 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,887 (666,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,015 203,015 00000000000004b5720410d3053ceb1bd2e9119442828e8592635f3ee4190141 0.04 MB 81 120
203,014 203,014 0000000000000304ed755af78df8cc792855e9f6430285621deff7fb2dced8ec 0.01 MB 20 77
203,013 203,013 00000000000000fa041a2393db3f9953c33e2822f2191a1865a63b6d16205894 0.23 MB 378 99
203,012 203,012 000000000000002a5c4122c6bfa94d11362555927712b6d6ba50bf9c33ebf231 0.05 MB 128 42
203,011 203,011 000000000000013635f8c228b7a9c375145269c3f3912a7f5a47489ebcbeaed8 0.24 MB 481 152
203,010 203,010 00000000000004e0f4e1513cd162336ac85fb62b571cfcbe31418e94fd305a84 0.05 MB 118 88
203,009 203,009 000000000000035aea515d27de0f04e3fd19f6002ab1734f921143ca5d2ed927 0.25 MB 682 156
203,008 203,008 000000000000018acaf56da4849fa51a47764d8d0d7bf2235620fde4235e0d5b 0.25 MB 590 252
203,007 203,007 000000000000002e55913f90d7fb9f0d9f9d2842d22f41f401a8983ed65d8dd1 0.16 MB 382 163
203,006 203,006 000000000000031c4a8e7242f234d11f601b5680bee514edacaadd8dbd7780f2 0.05 MB 111 109
203,005 203,005 00000000000003d3b71d28262bf1cde299d36e1242485705ebe6cbbd86ebb5de 0.04 MB 89 102
203,004 203,004 00000000000001543e23ae2702ebc5d808cc52c8bf7b37964df1c2fddf30e9d7 0.08 MB 146 125
203,003 203,003 0000000000000162292b3e3387b9579dc785ba50ec5fc671b794856b3aa5ad0d 0.25 MB 550 224
203,002 203,002 0000000000000095dd1eba10eebd04f49ec3b6bc18096245de3ab6457629361d 0.08 MB 255 152
203,001 203,001 00000000000003b7e4d0e72aa776ce346c4a2a803b2dc8a06f59a0d7f777a02d 0.25 MB 651 164
203,000 203,000 0000000000000575e3b569cbacc02e284a292fca7872b37c433bb3a03a5de4fd 0.05 MB 124 73
202,999 202,999 000000000000023328423db10122dc1a76d7713b8260b069b722952b9822e513 0.00 MB 1 0
202,998 202,998 000000000000025ee02eebbb027a761d06a759f0295bd74d7ddbaf7f4ff473d3 0.25 MB 672 171
202,997 202,997 00000000000003f4a23a889538ba5edefa6e5ce805288206d7b594cff951ea8a 0.26 MB 368 198
202,996 202,996 00000000000005539be47c16943569b60c68f05a712dff574dd9a25c484d3a39 0.05 MB 99 411
202,995 202,995 00000000000003419e04a9b14f458d585cd32b54175b2c5d5b49ab8adf5d97c1 0.12 MB 251 141
Previous 10 blocks ↓
Total Size: 699.25 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: 2,146.32 GB sent, 205.45 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.