Memory Pool Memory Pool Refreshing

4,078 transactions (1.45 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,083 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,082 (891,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,777 17,777 00000000f61d74caced02f4095d4d7900406aff142004c16b171deff243e9a84 0.00 MB 1 0
17,776 17,776 00000000f9bdac675c76d6bb184a968d97bc179db29044a109fa9f5b2a3e512f 0.00 MB 1 0
17,775 17,775 000000002973d43374465605500249c3b6e7675010a3d96a8059c40a2affcf19 0.00 MB 1 0
17,774 17,774 00000000c554a559c7b3c53a33e87bd8a8330f857ced45f5ba18175097149e5a 0.00 MB 1 0
17,773 17,773 00000000266d0563b3fa3810f7df6b20d0f92e9f8e6826e2d1917c1300172332 0.00 MB 1 0
17,772 17,772 000000007054ebdf83d1a27830921bd00c13986f884b20a9ddd1fb154bd5677f 0.00 MB 1 0
17,771 17,771 00000000c2b4d679ae0463aacac6c6b62926e5684180f65a753a5f4e133adf7c 0.00 MB 1 0
17,770 17,770 00000000a144d7ffb7caa5c708fc60151f3bea000fabe52c3c8870cc783a0edd 0.00 MB 1 0
17,769 17,769 000000000532118a12da712ad363c9a33e3ec106655a65ad101c2290d7aa83b2 0.00 MB 1 0
17,768 17,768 0000000092be4af30c24852103799274e14887ec7ab682f70e809e8452c077b9 0.00 MB 1 0
17,767 17,767 00000000694585e920bccf4fd84891c37da41d7ce18c31341bc027df0f16ea2c 0.00 MB 1 0
17,766 17,766 000000002708adbdc0f49455fcced49302dd8c3c669bb9549f6c178c13b853d5 0.00 MB 1 0
17,765 17,765 000000007dbfdcd3dc3f8b759ab3623371593963506c92f3ec293d3f656dab3b 0.00 MB 1 0
17,764 17,764 00000000679824c3240f009d34876497a98969b38463af7c6a2c59516e949554 0.00 MB 1 0
17,763 17,763 000000009d47bb43561b1acf0eea317630d60e8844200b699f1adf4884ae49d1 0.00 MB 1 0
17,762 17,762 000000009ba79d1808af0b596c25f1fe20f50ccd24c7089fc559034379253e17 0.00 MB 1 0
17,761 17,761 00000000def4256e239a2a7c6098bcaaebdfa597845abc9d77e2828dfb49b0ba 0.00 MB 1 0
17,760 17,760 00000000cc746a806ef129a21f424d99034c71530c4ea5f0f0d7d787dcfc3785 0.00 MB 1 0
17,759 17,759 000000001b7a067f8fe02b9ace9cbd44264e4d0fa05b4308af66b4310d4b9606 0.00 MB 1 0
17,758 17,758 00000000e42aa60d150b3fd284add6bea081bc7e55abf32951831714e209d79e 0.00 MB 1 0
17,757 17,757 0000000041d919638515bea55dfcebb4df68e0b86c421a3c48f3fd9a470c04de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,906.90 GB sent, 106.02 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.