Memory Pool Memory Pool Refreshing

66,904 transactions
27.33 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,218 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,350 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,217 (643,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
227,138 227,138 00000000000001cc9fcc0943c61b368149c52a8f7a414ef191704d1882b0bcc9 0.01 MB 32 189
227,137 227,137 000000000000003afb8d472ccfa7c7346e1f7e88bda880d8a53ad8a64039cdf2 0.08 MB 186 160
227,136 227,136 000000000000014bdd0d3b00084a02cbb33789389f0ffe818ac3630287754fbd 0.10 MB 210 177
227,135 227,135 0000000000000192d13e0fad0b3e55081d32d8b567b7ff95a299b94a4d5d4ff0 0.11 MB 182 117
227,134 227,134 00000000000001b0db06c1b5764f46e350461561d75b7e1b7c24db9cae2b2e55 0.15 MB 164 81
227,133 227,133 00000000000002e2f947db2057f29dc50aee2c7d3dfdbae7aa078c1646cf750e 0.10 MB 245 200
227,132 227,132 00000000000000518365f35fc9696bda8a473f7aa53e5d6da846eba9bffb8458 0.23 MB 408 179
227,131 227,131 000000000000017ea698b71a119c7ab96efaaaad8e4c1c967cbd9cb247456549 0.10 MB 231 170
227,130 227,130 0000000000000172f7a67d78235c02bc933c4ec7d6a70b9e8b435cd1837b8b83 0.03 MB 75 145
227,129 227,129 00000000000000b014f95cec964d0245f9f6fbd3bab677d02d6fad4320c20fda 0.05 MB 118 194
227,128 227,128 000000000000010f9cf3c50785b96ff28894c669302cde63c57ab326e8ea570c 0.01 MB 40 228
227,127 227,127 00000000000000138b3c1872359a76cd738a5078d958cf075ed99465ba110c69 0.03 MB 91 36
227,126 227,126 0000000000000305d61ed3cf166af010fe9110d880c7d6aae333441bd461c038 0.15 MB 255 115
227,125 227,125 00000000000002264206f08f16688fc691d527eb910681690bfb5ea66b2a1a7a 0.10 MB 241 1,963
227,124 227,124 00000000000002e48fba5f5f1bf421466b06326796c27a356393df73ef365433 0.16 MB 337 191
227,123 227,123 0000000000000157659f347f9d835f51b243e396c30a19859f0e8cd0f211628e 0.15 MB 362 106
227,122 227,122 00000000000002d0a04a8775cff7e1c35098240e7ef76aa4fbff4a6214bda03b 0.13 MB 239 155
227,121 227,121 00000000000001a1694cb2d826a9640ffb911a9a77a8c86c51a22d5ccf00f23b 0.18 MB 387 175
227,120 227,120 00000000000002f72c38ecacad74b3082e49a99a7c7b5d266c2d69146dbcdd46 0.00 MB 6 70
227,119 227,119 00000000000002ae0724763668555ebf89c31b6165e01e7fe565153fffcebe56 0.17 MB 385 159
227,118 227,118 000000000000017e6e65551488b5368081edef34a81a41fde8e81fb3cceb8049 0.02 MB 34 86
Previous 10 blocks ↓
Total Size: 699.86 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,197.59 GB sent, 209.43 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.