Memory Pool Memory Pool Refreshing

73,420 transactions
28.34 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,771 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,309 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,770 (759,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
111,192 111,192 000000000000e67dab76e9bd6d6b77918215e804b469689718abb9fd3b6e3b17 0.00 MB 12 340
111,191 111,191 00000000000029f25858ebd2b0e3c415536c98cf20f9cbbc84036cc7ee3e0e71 0.00 MB 12 0
111,190 111,190 00000000000035fb170c054ef783ac6a55100cf62ec9ef0ec93413f210d635b4 0.00 MB 15 521
111,189 111,189 00000000000104ad0fcf2ae1b92c68be7ceb93aaba6cf72cdc218b1a60ae3c9f 0.00 MB 12 0
111,188 111,188 000000000001221b63366288bcb67808eda5b193e838eedc6777860670a1e763 0.00 MB 11 0
111,187 111,187 0000000000012707ffb83e06780bbfccb51cb1c9b6fd9b80f4cca5fe87712315 0.01 MB 36 139
111,186 111,186 00000000000091b98b4eca8e46138465a78396fa64dc1545028681f56af3358c 0.00 MB 11 0
111,185 111,185 000000000000e063d3be142dfe01ff7be4941e3404632f6eaeb53c76b0a10bea 0.00 MB 9 335
111,184 111,184 000000000000a11eb024f1aa60acc54af7cec52f782e9cb8bf33ec1285df9fd5 0.00 MB 10 0
111,183 111,183 00000000000084329489ccc40b2167d0d383d86f60af88b24ace1533444c10af 0.00 MB 11 0
111,182 111,182 000000000000bcfbea51b4df6001db03abbc0720299ffa102f139ae38169e431 0.01 MB 27 57
111,181 111,181 0000000000005e72c5988174682e941ec0b5802d2cb5ec8a5c74a0a1d235e802 0.03 MB 17 38
111,180 111,180 0000000000002039deed44a80549b4ac3ba7d75f6ca9c6a10100f1d080da2d5c 0.00 MB 11 343
111,179 111,179 000000000000ca1405d2eaf469c0a900579e3239a33ea816bd2034e876138502 0.00 MB 13 0
111,178 111,178 0000000000011a6518b658d8723fd577e97fbb74bf5d0025bc6ce7d29c738549 0.00 MB 10 0
111,177 111,177 0000000000007f556d90b42e2c90b3cd9d8809b5bb573c9173d1e39624466efe 0.01 MB 27 419
111,176 111,176 0000000000012ab8e92ac3a408a3d075c8815130c8729be4bb2447a43989b72e 0.00 MB 1 0
111,175 111,175 00000000000074f77b5d5f8948bc8065d340ce3b6955b7c88990c3e0c350edaa 0.00 MB 11 0
111,174 111,174 000000000001105a86468a85195505105bcccce3d0608a45ff5f0a3b5e1cd049 0.00 MB 5 0
111,173 111,173 000000000000ef6c5be04c1e32a2acdc913747da35357be37eb2de87f9d71ccd 0.00 MB 8 0
111,172 111,172 000000000000c0a11e843dc4afcf33d83991e7c1de547d0c3c4965cced548832 0.01 MB 10 0
Previous 10 blocks ↓
Total Size: 700.92 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,388.08 GB sent, 216.65 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.