Memory Pool Memory Pool Refreshing

3,467 transactions
32.12 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
886,048 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 2,315 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,047 (4,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,325 881,325 0000000000000000000131e6b17de7754572c80d3d0069dc5089cac7cd246ed2 1.87 MB 2,235 2
881,324 881,324 00000000000000000000f213c54ddaabfbf5bced21354e9b0149a6d411af6d30 1.82 MB 3,041 3
881,323 881,323 000000000000000000008e9f9b831670be1e313ce051a3f246a522ae956940a8 1.94 MB 1,662 2
881,322 881,322 00000000000000000000abee97d4ea94919765043386adc943b79f9cabf2bcc7 2.10 MB 732 1
881,321 881,321 000000000000000000016393b6f5aa57aa1140f9e5bc38a4120f3893c30fae33 2.12 MB 649 1
881,320 881,320 000000000000000000001683ffbf30dad3658782b252e76048d4b07e56b89a69 1.74 MB 2,791 2
881,319 881,319 00000000000000000001511c900ee7f725674b94fa9ed573bd438775600b98db 1.61 MB 4,110 1
881,318 881,318 00000000000000000000df81bc34208a6f8a4c65e8a9dddd09b835602e912dd4 1.74 MB 2,448 3
881,317 881,317 0000000000000000000164e7fbec8d6145560f202ca436c3b109dd96a77ef7f0 1.66 MB 5,928 1
881,316 881,316 00000000000000000000d51378ae7efa5652bfe59238a5299238ad10a106efad 1.70 MB 4,801 2
881,315 881,315 0000000000000000000263d3c9b751c17066d998ce1cc28c1f61cff7545a3d09 1.66 MB 4,029 2
881,314 881,314 00000000000000000001e6cecb1180cb3234fa177f64216f90b11a33c5d12ea2 1.56 MB 6,384 1
881,313 881,313 000000000000000000004c271b01e461dfe20e32cd0441a14d54bbebc9744976 1.77 MB 3,223 1
881,312 881,312 0000000000000000000251842690e6131ccdba14c32d4d403fe97ec4874573c7 1.57 MB 1,814 2
881,311 881,311 000000000000000000018173173d17791333eeefda798c0da0a0a62db4720825 1.50 MB 2,479 3
881,310 881,310 00000000000000000000b0b38ed62645a05a2c94282663a140f8fab53736def1 1.75 MB 689 1
881,309 881,309 000000000000000000022ef91237071d2cbba321354822fca1966a223c9809eb 1.67 MB 1,773 1
881,308 881,308 0000000000000000000152cd4a14b595ff71e020a869b5ab2a219e7640b8df2d 1.76 MB 2,640 2
881,307 881,307 000000000000000000020baef60f1d28ed45d122a62769be051dc98ac9b2fe9c 1.72 MB 1,244 2
881,306 881,306 00000000000000000000fc57a0d5d6625a47b8129e6485c5bf9feb7fc37df72f 0.36 MB 646 3
881,305 881,305 0000000000000000000084a1859b71a0da1944e6226e1e8ec0fe4cd2d80628f0 1.78 MB 1,169 1
Previous 10 blocks ↓
Total Size: 730.46 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: 2,666.34 GB sent, 115.47 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

If you're looking for an advanced explorer that offers more features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.