Memory Pool Memory Pool Refreshing

3,302 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,527 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (803,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,189 104,189 000000000001ab1234a9524629218316368a769c53caf50dfdb933ad1d9c7423 0.01 MB 4 0
104,188 104,188 000000000001c0d49c03e07f57b5f181947f969cedc6684cba672be2d929543f 0.00 MB 8 0
104,187 104,187 00000000000333db6fe0a4c301bc015de72191c6c0d43a863482d684949e53eb 0.00 MB 4 0
104,186 104,186 00000000000066e086e61fd25421bc12c155e9a9698055da243414a9171a705c 0.00 MB 5 0
104,185 104,185 000000000001829590c719d1e853037f4cd9037726e027192e72f01ffa7cb1b4 0.00 MB 5 0
104,184 104,184 0000000000032aa8fffda74cb1716865aa09d4240893c359ff95a4e3a3ddf247 0.00 MB 4 4,409
104,183 104,183 0000000000035d94b97dc90b9e0124988c7f2defcb78069a3336b07f5f10e588 0.00 MB 2 0
104,182 104,182 000000000001b419b270d1e25974cf071abcff759365d8539d3622dcea62efc1 0.00 MB 5 0
104,181 104,181 000000000000808b69a750341a71ee252c2e8cba43738e9f4a2ea61618078ed5 0.00 MB 2 0
104,180 104,180 000000000000c7b8a19acf62707df67da1c077fce46fe967022d183209f17d2f 0.00 MB 5 0
104,179 104,179 000000000000415128be704d9fd6bdb2bb7a93674aff197654dd742abd4d7006 0.00 MB 9 0
104,178 104,178 000000000001389cf060a41d2ee53a8396c0077fd2d15ad2b0b7c20419d74e41 0.01 MB 28 1,083
104,177 104,177 000000000002d7f3201a69456ddbeada23c0fa6e0a1d8edacf4d990a0ee8fa48 0.00 MB 6 0
104,176 104,176 0000000000012a1feb10cbf4ca82cf300ef024cb3fa01b15df2b58b41ae51d7f 0.00 MB 3 0
104,175 104,175 000000000002026032595af0c8fed6be2063705429de0a39e282a7d41453361d 0.00 MB 3 0
104,174 104,174 0000000000001e17f99c94d88e720c661ab0f90f9d741684ccee64133fd8f813 0.00 MB 5 0
104,173 104,173 000000000000336ba60a35c935248d0960e6ff5dd146b8f75e37f6d80bd66e86 0.00 MB 1 0
104,172 104,172 00000000000268dff9cdd69779c41d24619052041494f61f35c6cc5a598fc50d 0.00 MB 2 0
104,171 104,171 00000000000275ff72689eff42e1d08e8e4943978aa7a570089ebb8af4372b42 0.00 MB 4 0
104,170 104,170 00000000000126db8d9599c917d37a08604d3399651d8bad51363e481ed94641 0.00 MB 10 0
104,169 104,169 000000000002239e0cba1aac83e64b7e42c1638e8e42003002be93492ebef560 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.