Memory Pool Memory Pool Refreshing

5,488 transactions (1.39 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,999 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,998 (826,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,754 82,754 00000000002296c223e69804c960a17f476afa3150adfdd769d7734b8b15fdbe 0.00 MB 6 0
82,753 82,753 000000000006bc9ef5ea51f288b97701e60a85edd5b27fb769fcd9d776e01b8e 0.00 MB 14 0
82,752 82,752 000000000010d989b384ad0439ed978faf5af43a5be017af868e7839017791db 0.01 MB 10 0
82,751 82,751 0000000000019d4266d81639f495374b0486f8f7e434cc50a7ba6168c99bc667 0.01 MB 23 0
82,750 82,750 00000000002c7a16cb96e6165e2b38786a0f9043ed511574cc23309424cd01a4 0.00 MB 7 0
82,749 82,749 00000000000eee5b6361c99422ba005bdd11a511eb9d38097c67016b09923736 0.00 MB 7 0
82,748 82,748 0000000000013f9e54739b3da45868288ae747c1815136390e4e1b5184233054 0.00 MB 6 0
82,747 82,747 00000000001b57cdbe533f92b969385a0b2ddbcbf9a875c5d469cdc71214766d 0.00 MB 6 0
82,746 82,746 000000000012960378af03a358f952af65bb051dc0d4fed83950957af99d6ac9 0.01 MB 25 0
82,745 82,745 00000000000e502b04a983d248d4f4b0c850be07b4ac4d52919e43f360b96f30 0.00 MB 6 0
82,744 82,744 0000000000123577088c5300ed1d7f926aab4ad31af75b8da3fb8f74cdda1ff6 0.00 MB 5 0
82,743 82,743 00000000000e224250ccea873f3259269ee259068703b1fc8d9e84f3766edea9 0.00 MB 4 0
82,742 82,742 00000000000747628aa13675628388ef006233daed6dea1a88770de5c4c4be4e 0.01 MB 20 0
82,741 82,741 00000000001cc154928ee4222450171a70b94b1abfe1b57917dd6227782b9495 0.00 MB 6 0
82,740 82,740 0000000000106afb2e74232b5f24d413a5c69f6af0651a88797ea3e7451ba8f1 0.00 MB 7 0
82,739 82,739 00000000003194b4f9ecb7b95ad5525b08c99203e61e306acb39f55b9f73910d 0.00 MB 4 0
82,738 82,738 0000000000221dd49c3c9e21b38839ac7626b6fad4b2e734128960c2f56e0771 0.00 MB 6 0
82,737 82,737 00000000000ad2713ad07a741df61db3e7a1c4f1899533e8fda14f4b2df56686 0.00 MB 14 0
82,736 82,736 00000000001c1656d487670dbfbbcd94b1df9b86a3b897de01e0f7c42e67721a 0.01 MB 15 0
82,735 82,735 00000000001e62fd253b4b911418dfd9405c586128c1f211604290cdba24d79f 0.00 MB 9 0
82,734 82,734 00000000002e5ce230d15bdf9d86aa22bfb0ac7c39494ebb65d2fd5a0a6e407a 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.56 GB sent, 105.16 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.