Memory Pool Memory Pool Refreshing

1,350 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,449 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (859,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,184 49,184 0000000025c6ea749338929b1360e0dc0fa6577b457c6f62fd8bc1404736932a 0.00 MB 1 0
49,183 49,183 00000000152f358c208748e505a9301cf1161269d3f0f2b36069f2d06e0f8fb4 0.00 MB 1 0
49,182 49,182 000000000c29e3ba56b9cf96993f814eb2e56161d93454e700ca151e109dddf1 0.00 MB 1 0
49,181 49,181 0000000001144b217122c2d463d60211be172fc1cbcbbde53838850c0a8b5e70 0.00 MB 1 0
49,180 49,180 00000000244969fc9e388bdd64a5bddeb18e6c09d9375810a8b7e34ff358d3a8 0.00 MB 1 0
49,179 49,179 000000000089192075fc64abca8db2bf59a97a99fa53bb9befbad0b23181bad4 0.00 MB 1 0
49,178 49,178 0000000017e9f62072dec4d3d62f342c0d19656fd251e7b457d68b2f6ac934e6 0.00 MB 1 0
49,177 49,177 0000000010d8d059b9b819c1e1edc7c7e876db09c862b3615ca84da546423b75 0.00 MB 1 0
49,176 49,176 0000000010fb247eef829ffdda625efd3e5c461be52e2196f63121d8b60052cc 0.00 MB 1 0
49,175 49,175 0000000011d7b422daa4a0d19b2d67c9ef75e845f8630b8f4b8aeb25598bd3c7 0.00 MB 1 0
49,174 49,174 000000001eb5798d0cd73342b9cdeffbc3f3cb029f894f912f0ce742b01a64e5 0.00 MB 2 0
49,173 49,173 0000000017c7d8f4f199bcbb477e11dbcc50f98e0bf31d8c98b43184b631cac0 0.00 MB 1 0
49,172 49,172 000000000f7f5c3a5bcb376534186d85df52c1cc1ac99383d358c8980bd3113f 0.00 MB 1 0
49,171 49,171 0000000026ec476ff3f76aba2e15624eb75a20e180e97afddf5e6600ed4d454d 0.00 MB 1 0
49,170 49,170 000000001d06d46d6e1ec5ff445a6cecfde71b786eb2e49060a54d78d66f32ab 0.00 MB 1 0
49,169 49,169 0000000013336f2e54221bf78e02d8fa42a49cfbfaeeb61ce68a6c2100aec3fb 0.00 MB 1 0
49,168 49,168 00000000002c0d4d2ea73dbc0e769459a0ad1bb4e043893e501f85eaf4b9dfe5 0.00 MB 1 0
49,167 49,167 00000000162c1e1a505686acc3d49213dea53fd0614488bf41a5f7916ad16acf 0.00 MB 1 0
49,166 49,166 000000001b345d50d1e1e66a274b497b810230ba7b0750406808f6fd2cfca58a 0.00 MB 1 0
49,165 49,165 000000001b8ce08dfe8924a13f6be3ef00fcecab432489b1d7a4e5a0d5380f54 0.00 MB 1 0
49,164 49,164 0000000010dc8ed781ef0fc09a39b209acf7b11020e1df546597854199e4eadc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.99 GB sent, 99.72 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.