Memory Pool Memory Pool Refreshing

34,635 transactions
29.03 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,460 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,490 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,459 (667,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,809 194,809 000000000000016546d873530246f13085d425beeea3072dd59638105c44cc51 0.03 MB 35 117
194,808 194,808 00000000000006807b58bccd819b809b94fbf6cdf9ee5cc3756572eb11a8e295 0.01 MB 31 177
194,807 194,807 000000000000020c5fbbcd1fe9e82b0362fdd31e2f7f5eee8b0ca7fe29296379 0.06 MB 138 122
194,806 194,806 00000000000001f19fafb452a2c95d55ad7f36f1100cac0af709f7490e944678 0.00 MB 9 296
194,805 194,805 00000000000001534915eb38a8a50b1501372f89177267e0cbe5c82f1b09414d 0.16 MB 332 134
194,804 194,804 000000000000048448f9281f341aa43682ac2845496bf3f4fd38d7893bf82b0a 0.04 MB 47 63
194,803 194,803 00000000000006bdc971288dacbd8cd7f98f6fbb80c573a01e3edda6853d4b70 0.04 MB 89 132
194,802 194,802 0000000000000755c602a35e2afe8b5d4ea27a521b4feec92208e7896814ccd9 0.10 MB 236 121
194,801 194,801 00000000000000ba8811d1a2b97badf087fee4e9051e167ce11b6e7048bf138c 0.06 MB 176 155
194,800 194,800 000000000000059a715008fbb010c01e61d3fe25ffb7034034dade67c6abe82e 0.04 MB 102 68
194,799 194,799 0000000000000263cd2f2cd24c7f9b9ba292f3cfeb39542a8990f102b90f3864 0.07 MB 83 81
194,798 194,798 000000000000007c4ef20fe63387ffa5cba9fd3c8ecf890c439f59949744f8b0 0.06 MB 148 131
194,797 194,797 0000000000000309d85a48e091d5b6f5875d56f38bff7885533c5f2f0391d20a 0.08 MB 256 89
194,796 194,796 00000000000005af9a3ef377c23fd551407ac9e2a62ec0091601fb702725b9d4 0.12 MB 256 129
194,795 194,795 000000000000059f0132c57e6d6a1650d86888b1804822370a83ef38a825e5ae 0.12 MB 256 102
194,794 194,794 000000000000001659495d581e42e862747576b9875f6de9b1118ce6957816d5 0.08 MB 160 122
194,793 194,793 000000000000064391c227fe1a67fd15a11fc9c4f8cfa60d8cf5fca2395e9f14 0.00 MB 10 15
194,792 194,792 00000000000004b1b979eff93aa4e5a66fd4453fb736b99cfce1d819aa3862be 0.07 MB 113 73
194,791 194,791 000000000000051b1a8e290a808a2648689939062feae15d98a6e0b50a838ad4 0.18 MB 387 113
194,790 194,790 00000000000006775c10e2cc241ce0fd43c9bbf297ffce3d7d5083f177935b6e 0.01 MB 15 142
194,789 194,789 0000000000000104ddf53915325baecae5c7e2108b9908bf13a27fbbf6fcee4e 0.04 MB 128 151
Previous 10 blocks ↓
Total Size: 685.04 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: 1,369.95 GB sent, 105.56 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.