Memory Pool Memory Pool Refreshing

2,207 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,192 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (726,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,781 181,781 00000000000001f07d0e111d7d136c70248aa61982fb14e437e509503d5d36a5 0.13 MB 226 83
181,780 181,780 00000000000008bef01d6257f3fc84d573b88753d9595a0fe6061af9f9360ec6 0.11 MB 256 145
181,779 181,779 00000000000002d5307780d1347723512c7659f55ebecca5c417c03c2799c50f 0.06 MB 143 223
181,778 181,778 0000000000000a3d51df3b452f6535f0fb7add0e2f53b5b36f3e880bc212ecff 0.00 MB 8 57
181,777 181,777 00000000000008a04c4a4c686d015a108cb9a3d5c92b2eaf49fdebe293cf719a 0.04 MB 66 84
181,776 181,776 00000000000001f6fa7371bd48b0128b633a813983350dd783356576089739ee 0.11 MB 252 123
181,775 181,775 00000000000003d7362387c688f9be775b42c6fc097016bb9460b79732f3df93 0.01 MB 18 141
181,774 181,774 0000000000000999e6191f20d724eb22fe37f4420306bc6f6fa0be876725a968 0.13 MB 231 171
181,773 181,773 000000000000039d6d4c298d1d0ddd828e04330ddf076288b2732e09116015d2 0.05 MB 136 76
181,772 181,772 00000000000009ea5e7e613ea749639e157b72e9a0786e3b3fa338fed5633d9f 0.12 MB 258 550
181,771 181,771 00000000000007f039092cffdc724c38fd13afa461f9764bbb30730b861d6da9 0.02 MB 33 168
181,770 181,770 00000000000003f1e8a7b4a39b82de946d446fd45cdb4e20426f6aee09e16e99 0.02 MB 33 97
181,769 181,769 000000000000093204667023a994c7d1636ecb0cc763a359554a2a5505e39bd8 0.06 MB 115 273
181,768 181,768 00000000000007be233bd1bea218b02fbbeca9a07ef7c3df08f5d34c411f3776 0.02 MB 36 353
181,767 181,767 0000000000000a73faebd203eef031aea432546bc801e878f13941facdc118ac 0.04 MB 68 425
181,766 181,766 00000000000005989bd017e9f42eaf5e22c562b60d0f027095612af4b8093b60 0.09 MB 172 175
181,765 181,765 00000000000005ab8c4fc30c61f2367af8dbb9dcfca4544c70ed8210c50c3edf 0.00 MB 12 52
181,764 181,764 0000000000000114baee4a0c04a65af8904b791f59d3b3a62843f14d6d7c17fb 0.16 MB 273 94
181,763 181,763 00000000000001e59f9e30ae3b36d1c8730ff96c9b0487b3ce85d98eef182dc9 0.08 MB 183 119
181,762 181,762 0000000000000256b6b74ff763ddd9a475b79f77fc3b85fa2d6acc2f5077d378 0.02 MB 46 106
181,761 181,761 00000000000006d10e5175d73efc597bc81c8180ff9da33505553a105a8db868 0.07 MB 127 228
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.