Memory Pool Memory Pool Refreshing

76,867 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,115 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,009 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,114 (204,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
668,799 668,799 000000000000000000013f80e6c8ec51f24b859a28d0ddae6c6b6160c693f558 1.33 MB 2,255 141
668,798 668,798 00000000000000000001e0b62c765bbbe77c3dbb7ed6e3583130d30853498f46 1.23 MB 3,088 76
668,797 668,797 000000000000000000089e7bffa5a55f67703cd76c90c98139aaff0dbf7c8f57 1.32 MB 1,870 136
668,796 668,796 0000000000000000000b9c8db03dc1e09ba9e6caf0fd869de7be55dfdb60ac3f 1.23 MB 2,924 80
668,795 668,795 000000000000000000090fefc6da21b05054e40271f3845c61fe9014421e07a9 1.23 MB 3,248 78
668,794 668,794 0000000000000000000399efc2a136925f9ea9a431d38313a9dc86d15cefce39 1.10 MB 877 108
668,793 668,793 000000000000000000041a81621765b914819d484de370f2e6d13269a9c44670 1.45 MB 2,486 137
668,792 668,792 0000000000000000000d2e983e1a6e96474744fe3df56c69d258b07f613fc8d3 1.33 MB 3,021 103
668,791 668,791 0000000000000000000840a8a1c435140d3f482a6bbd70d7debbb489999844a8 1.18 MB 3,184 74
668,790 668,790 0000000000000000000d3cf55ca8fa35ffc333af0968270d05e3cbd1f3b6a707 1.27 MB 2,592 106
668,789 668,789 0000000000000000000217467b2725f6c6d20b5eac755851e43bf9a7354a2efa 1.25 MB 2,948 116
668,788 668,788 000000000000000000008d3aa40668c2383854a7c943545a45f7056545a1d920 1.23 MB 2,349 117
668,787 668,787 0000000000000000000d441ab9385493f7b0d86a812805e05ed80798901cc1ca 1.20 MB 2,535 114
668,786 668,786 000000000000000000054c9a55c7a445195ef329953edb124f84a3e85c413127 1.41 MB 2,598 137
668,785 668,785 0000000000000000000912e17d838e24d670e0ec915c8bc242871fc4a0e294c8 1.31 MB 3,150 112
668,784 668,784 000000000000000000077f91603662ba05198701b09925ddf379a8fab8166513 1.50 MB 2,365 132
668,783 668,783 00000000000000000002d552d0c3711c4319abba5dd9804f747cb26e9e2a638f 1.27 MB 2,798 134
668,782 668,782 000000000000000000037e31379b6eb562a88ff88072b3b2e21e671711cbc8c7 1.41 MB 2,773 147
668,781 668,781 00000000000000000006e60356983a3a164860d6d8f0a88335e82bf575dc56b5 1.12 MB 821 113
668,780 668,780 000000000000000000065673f433fa999593b2d9bedaace32756987fa49c7c18 1.29 MB 3,045 96
668,779 668,779 0000000000000000000b971b0120dd47a12702e1bb2f696d4969e0d9fdb9933a 1.43 MB 2,620 137
Previous 10 blocks ↓
Total Size: 705.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,668.14 GB sent, 245.94 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.