Memory Pool Memory Pool Refreshing

197 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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,231 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,230 (906,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,649 1,649 0000000036830127678f188ce9655d890af60dbe64a0d0dba8c306dce4ab6d46 0.00 MB 1 0
1,648 1,648 00000000a70a77fc3609554fb6ffca2a1bc7b24245332f9d57aa16a8656dcb46 0.00 MB 1 0
1,647 1,647 000000007e40d9bf46f137a213b51e51e11f40ed4e038f8b1c4837b569d2318c 0.00 MB 1 0
1,646 1,646 00000000f4dc946a7d82cb1686970b4300d118c132513794426fffaa6e1e7623 0.00 MB 1 0
1,645 1,645 00000000804859b11bfb634ab5922c38aae5b07e1ef221c9f9ea1a0336141a76 0.00 MB 1 0
1,644 1,644 000000004312708b14e4aca8afc2441fe2ac9fdac90b08cc076bb03ecf077aab 0.00 MB 1 0
1,643 1,643 0000000092ebee186c3309fbc51634b7c209649634e9bae21f5f69305568f63a 0.00 MB 1 0
1,642 1,642 000000004842fee15ce6a523cd4354de3315b90272e5f56066b93f94a3f68e28 0.00 MB 1 0
1,641 1,641 0000000072e23592ba4e4c94e5f3c2909c5158c42a937de79cc427eedc45acc3 0.00 MB 1 0
1,640 1,640 00000000046c6a34e2dee8bc6957cc36223526924aa5fd824564bc730905143b 0.00 MB 1 0
1,639 1,639 0000000065ab62062b11798ef540cf0ac0a7be50046f1ffd094d9dd650e8a512 0.00 MB 1 0
1,638 1,638 0000000015668111ed6b058329318b4077bf91d2c3fd330731372917bb795db9 0.00 MB 1 0
1,637 1,637 0000000072af7bcb74e7756770bc1f526a9c82500fadecd0261a25babe8583f4 0.00 MB 1 0
1,636 1,636 00000000be752294d937ba5fe0ee228b01bf5b11e26691e44a6a3cfb50fe1018 0.00 MB 1 0
1,635 1,635 0000000094f739836057b24bcdec3a532bba8b5f7b903a530d3a29bc422c45eb 0.00 MB 1 0
1,634 1,634 00000000e9442450d3f43bde529cfadc488a105152d6b607fc332b3a13d497e8 0.00 MB 1 0
1,633 1,633 000000009c20a2575989ac67bccf3f4aa91d6291bffe8ededd1b9552b372dfd1 0.00 MB 1 0
1,632 1,632 00000000efd06192ee4bef48bd5b88b42c5ddfab8081c6470e10ea5187ce316d 0.00 MB 1 0
1,631 1,631 00000000b4bc9a4a22ad0e1c6ae73634968bd04eb5ea50737cbaf78039fcc5b1 0.00 MB 1 0
1,630 1,630 00000000c8cdeb2e335b0571fb95df17e5946283e42b8680e38ade3fc7bcbbe8 0.00 MB 1 0
1,629 1,629 00000000d64317c09dffde5f3056be9f558ec6741fd1a8cf78082bcd8b29de47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.02 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,685.79 GB sent, 97.74 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.