Memory Pool Memory Pool Refreshing

37,442 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,685 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,684 (351,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
511,205 511,205 00000000000000000018e8e29ea6755a8b39776955aa1ca79fede95351fb4183 1.06 MB 1,539 22
511,204 511,204 0000000000000000003213ceb77639b17f56ecee0bc9867bc4024d18e1896b2c 1.04 MB 742 11
511,203 511,203 0000000000000000004dfd2f9f85ab165ff0f3ad19766a96e2e3301e0beda719 1.10 MB 1,736 28
511,202 511,202 000000000000000000196a873a09204adef35c8777367f180ee7570ddadcc4e2 1.09 MB 2,830 23
511,201 511,201 00000000000000000032e81c8609eb1b29eafc8fe1478952d63bbbbb7cd4ecb4 1.14 MB 1,316 32
511,200 511,200 0000000000000000003c30d720aec7e03179c89295d445400f0023535f5ac962 1.09 MB 2,270 25
511,199 511,199 000000000000000000328b1eb9bab296d6518413795da71a89d92681d1631056 1.05 MB 2,186 103
511,198 511,198 0000000000000000000f37a97df8364d104f8c45883806b87df783254bdd5d82 1.01 MB 262 2
511,197 511,197 00000000000000000022337f19c6f76f112c6fa2d61779a66f3bf8e3e96b1cf9 1.03 MB 1,070 2
511,196 511,196 000000000000000000325bd45f51adc5e7c7e0ce3197b613776e15e20688edee 1.07 MB 2,658 37
511,195 511,195 0000000000000000002060d76e06edf6b83db2345fdbf5f4398c252ee81a8bfd 1.23 MB 3,002 25
511,194 511,194 0000000000000000001cddfca8b30a57a6d438000d1b726bf041340045d90f5b 1.05 MB 2,596 86
511,193 511,193 0000000000000000001bfe812ac583d9aadfa90f07aecb97378b6ed6ff75290f 1.02 MB 440 7
511,192 511,192 000000000000000000024d67da70943a62084638e48d048b0169d3967cb7b6c3 1.04 MB 653 11
511,191 511,191 000000000000000000298861c63b11de0ec9c18240cab3558e19c83881f52946 1.00 MB 184 2
511,190 511,190 0000000000000000005be90e6c551cbe422841062314475eccbae112a6190e80 1.01 MB 258 3
511,189 511,189 0000000000000000004ce6b345b1d987044254840d42de50547c7b9ea90080a1 1.08 MB 1,638 25
511,188 511,188 0000000000000000003f68cb5510bc394441ee19689d8030d92816185a0cebc2 1.11 MB 1,991 52
511,187 511,187 0000000000000000003386ee2a57cc0898568d40571d172550ef534cbd431684 1.10 MB 1,590 3
511,186 511,186 0000000000000000004a8bc964978d42e23af07a209b3671262ba2afe9328c83 1.06 MB 2,305 26
511,185 511,185 0000000000000000002a021d4c7d2cafff3a43cadf72d8260671c9767d3dc610 1.10 MB 2,006 55
Previous 10 blocks ↓
Total Size: 685.48 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,383.21 GB sent, 108.74 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.