Memory Pool Memory Pool Refreshing

1,275 transactions
0.38 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.37 vMB 1,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (815,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,151 93,151 00000000000101fced740b1f0bde372967a8cc1905d824c00fad0de840a3323a 0.00 MB 2 0
93,150 93,150 00000000000110e18e33367be23e04a164bc67d82017624e73187137214780ee 0.00 MB 3 0
93,149 93,149 000000000004311fcd232b8c77e6abbaf0c22d2939ea38c995fc95b404ab2870 0.00 MB 3 0
93,148 93,148 00000000000141b29e68174bdc7a2839d2167557a0051a190b0897a0113d3d77 0.00 MB 1 0
93,147 93,147 000000000002da1dfc534297c26c9721b2a78947c1950bf17887059353266959 0.00 MB 3 2,070
93,146 93,146 000000000002b19eebd038532b7be443716533d1ae1e9c5738bba9ec45a09012 0.00 MB 3 2,074
93,145 93,145 000000000004c11d1fa344002c2c50624f15258c8221be6556fe9c6ef03fd277 0.00 MB 1 0
93,144 93,144 000000000006f1f55e8c82c1d3bc3ea546a1f3910b6d171b054c02d86913d365 0.00 MB 4 2,971
93,143 93,143 000000000005090ad94ea8069e4a31d02e08d5171520e190e7421a99fb280419 0.00 MB 2 3,875
93,142 93,142 000000000007e1595e32cef35f47342c6cb37237c9a671727980756f1a4cf915 0.00 MB 5 366
93,141 93,141 000000000007ea078be72800f64a8a700e2eef66cad75ab9fd7d94e3f8b22b1f 0.00 MB 6 734
93,140 93,140 0000000000061810d1d06d6018bae0a4d6d25f71c86a6646f5c5a0fc55c8307b 0.00 MB 6 1,034
93,139 93,139 000000000000570ccd61a11919887631455b8258f638b5ef320e2275fc2edc10 0.00 MB 1 0
93,138 93,138 00000000000347c1ff68a47ed206edfca721d59d11435ccdc78741abfb76604f 0.00 MB 1 0
93,137 93,137 0000000000014481af28ab51b5a0a6eb90012196f6abedf8284cad43b21fe0c2 0.00 MB 1 0
93,136 93,136 0000000000061ec044bf96b8949bcb3d2181d7be9fea5f557ee87da329b18c2f 0.00 MB 1 0
93,135 93,135 00000000000145544468d8cced65636f2e9dda3ab55fe1897f9d6e90a864dd95 0.00 MB 4 2,531
93,134 93,134 000000000001941610d02f3364772f2c77639789e79c13ec491e738d74665e21 0.00 MB 1 0
93,133 93,133 0000000000093d3a05fe87492cc74f6e7a6de518a2b8d32ab76258dbfa32699b 0.00 MB 2 3,861
93,132 93,132 000000000001f51ea90d6265194fe52612da4fdf6a4902c922e08f1d6fba1442 0.00 MB 4 1,414
93,131 93,131 000000000007daf044134e2e869364171ca564fb1e414eb9713f83b9cc7cfb69 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.97 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.