Memory Pool Memory Pool Refreshing

29,775 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,404 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,403 (29,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,678 832,678 00000000000000000000416b16eeb92ece7ed26e36230cfdebec510bedbfe7d4 1.82 MB 2,473 18
832,677 832,677 0000000000000000000045e929733b91a9e8d7a92a8f2cc7af9b307eff526b7c 1.50 MB 2,797 26
832,676 832,676 0000000000000000000326326367369c454049499195b98aebbd4ec552a351a9 1.59 MB 3,536 55
832,675 832,675 000000000000000000015dd13538eac865fbe079eed08786168ea4e191496cbb 1.63 MB 3,948 35
832,674 832,674 0000000000000000000051c134448155ab4b88c63830cde97a1b2f441195fcf8 1.63 MB 4,052 44
832,673 832,673 000000000000000000015a068319bd2a371fd74d4f7353aa12e6948deae46faf 1.64 MB 3,286 30
832,672 832,672 00000000000000000001e422a53fa03e47b5524541a0e359e5ccea3888aa0283 1.82 MB 2,277 25
832,671 832,671 0000000000000000000303b14b6aaf580554b223e5f679e71d6b7d2d75b7e8e9 1.96 MB 2,295 25
832,670 832,670 0000000000000000000260e1f5b9fb4b64520a9b90b1cc40aafd131ed6b54143 2.02 MB 2,436 21
832,669 832,669 00000000000000000001efcde21f4d7a06a52723e631479c249c008660637ed0 1.62 MB 3,799 39
832,668 832,668 00000000000000000001ce69a473062de3166a5f418532a2550d2388eda12bf1 1.67 MB 2,471 27
832,667 832,667 00000000000000000000a7c4b315c7475bff08e49a7b94b8732d632d5ee18cb5 1.52 MB 2,767 42
832,666 832,666 0000000000000000000388fb679e95cb2c97814b18143791c250d567a47d5470 1.99 MB 1,660 27
832,665 832,665 000000000000000000014494533e5a46ad69653d9daeb0028aaf1561c43b155c 1.55 MB 2,683 41
832,664 832,664 00000000000000000000fcbb09589c7ab1b51c10ca30eebfd3c5a38df1ed1dca 1.64 MB 2,534 46
832,663 832,663 00000000000000000001b0340910e73a1cab69eef52ef7ca29ed6ed3c1e1c5fe 1.58 MB 3,594 56
832,662 832,662 00000000000000000000d144ea79299cb4221fdd68528ac78a3b317d117819a2 1.59 MB 3,500 68
832,661 832,661 00000000000000000002b58e514ff6c8c23a765b7a8cf581233a592696018ee7 1.64 MB 3,140 42
832,660 832,660 00000000000000000002ce4ae83b4a78636e00178e6f65abfda8a022006869bf 1.60 MB 3,473 52
832,659 832,659 000000000000000000020a22ed37bcf3216c47806aae1e25b1ebc5bfe4bf867e 1.68 MB 3,321 38
832,658 832,658 00000000000000000000b9e8adfa6d320ef718963d01c950fa6dd043e217dd34 1.52 MB 2,566 41
Previous 10 blocks ↓
Total Size: 684.93 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,367.24 GB sent, 104.52 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.