Memory Pool Memory Pool Refreshing

10,194 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (792,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,186 115,186 000000000000989cc706c3bf4869682e25b7c7e5f2a5ad99a753f80875c25efd 0.01 MB 20 188
115,185 115,185 000000000000b85996fe7ccbb16b5c8654b5d777fd056f9f7b6653091cf65e6d 0.01 MB 12 690
115,184 115,184 0000000000006bd2c4602f09e101e4cb87bfe9bd366cebc5411666cb14aa4b97 0.00 MB 9 0
115,183 115,183 000000000000842ebb1c774b670c0950e04866ccfc4de26411e634f03f0171c4 0.00 MB 14 1,469
115,182 115,182 0000000000008933a823db95b53805f1cb030ef9ffbca5f0f3a052fd0d600d09 0.00 MB 14 912
115,181 115,181 0000000000002973a5330d569579235b33fd39d893ea25e78eefe57db6e3800c 0.00 MB 10 0
115,180 115,180 0000000000002d7249e9a6869ac1d4f314e0745781ffb2f0f77beb74428fed00 0.01 MB 16 764
115,179 115,179 00000000000084abbc8c4cf900581598c7e486a91117ecac2c541b9f4423646e 0.01 MB 13 0
115,178 115,178 0000000000006dcfdb994574625203ac91d61635e85c68be43496dd9756155fa 0.00 MB 9 4,219
115,177 115,177 0000000000003d4fe802e01d99c3388649bc27457793c5d427ce4c2de7ce0c01 0.00 MB 12 2,134
115,176 115,176 00000000000058f6f5db47d7a60dd007650223341cb81927372dda44f33ed057 0.01 MB 36 223
115,175 115,175 000000000000dca12b1654458fd0dbdeacc49bee2164427085c8eb04539b0442 0.01 MB 34 1,004
115,174 115,174 000000000000365c85c1a16cbac6ed70e5e8959113c1daaa70c9a9dbf1a790c2 0.00 MB 9 2,293
115,173 115,173 000000000000395894012741cb5d3134622aac57508f8f67a929322814b930e4 0.00 MB 9 0
115,172 115,172 00000000000088c36bc0fb01472b7b82e477ef566df6da76c8d88cdea893dd1b 0.00 MB 11 696
115,171 115,171 0000000000008af0549d871aa374911118429a7a423c2e009b465e838216cb40 0.00 MB 12 2,488
115,170 115,170 000000000000a78996cc72ef30ba88236a39b26e4044dff3ea0902ee568bcaac 0.00 MB 11 0
115,169 115,169 000000000000e227ceb8e72d234128799b7d36846264f12edff7b4585fbe4f28 0.00 MB 1 0
115,168 115,168 000000000000d2f9343e461f2f7cbf220f874dbc35a1b1aee28594b76e969b70 0.08 MB 288 88
115,167 115,167 0000000000005f85ee76fee6286c789c037953e4ed5f9adf3b5c8e9578578be9 0.00 MB 14 1,307
115,166 115,166 000000000000bcc95a61830c11a817aec4b091594d9c7f6dec269f1e1f2bcf07 0.00 MB 14 2,171
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.