Memory Pool Memory Pool Refreshing

43,973 transactions
28.92 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,468 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,047 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,467 (59,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,599 809,599 000000000000000000019a6cc423a478e84bda6594f49ab7cd247fd2c2b68627 2.04 MB 755 33
809,598 809,598 0000000000000000000394a3430ab22a83f54096083991c2492db2e6129fa127 1.56 MB 2,766 42
809,597 809,597 00000000000000000003b8c5d636e4bdd475ff1b1b1993485bb33bb84a1fa1ce 1.47 MB 1,861 11
809,596 809,596 00000000000000000003139e997085d9e13bf7b1ede876c4ea71dc341951db48 1.58 MB 2,821 25
809,595 809,595 0000000000000000000141e94dc5bb999e1bec8416c71a0ffe2aa5b6dec3f95f 1.68 MB 3,023 27
809,594 809,594 000000000000000000027b890eabebaac59f0f7ceb0d97e0d6c797e716aa68e9 2.02 MB 5,209 8
809,593 809,593 0000000000000000000025c86683d729c9f29d401e53fee984507321e88e8bf3 1.88 MB 3,900 6
809,592 809,592 000000000000000000021ae141fe7e3883e273c80d063bd586b2f69e5d603814 1.79 MB 2,083 9
809,591 809,591 00000000000000000003fb96492ae4cd8e7e70d98ef7d7379a7291347eb6ee91 1.51 MB 2,373 23
809,590 809,590 00000000000000000004591c5dcbeb2b1a986dea37f232fad458b5235b8f4c98 1.64 MB 3,146 23
809,589 809,589 00000000000000000001df90b32084407143c64081b1af5603c64e4835241366 1.53 MB 3,459 32
809,588 809,588 00000000000000000003961376d8c42adc61000f6a3aadefd8698762783ceb95 1.51 MB 3,212 31
809,587 809,587 0000000000000000000150da9b509c75e9c9706bb167d09765c41d88892e2c01 1.22 MB 1,011 12
809,586 809,586 000000000000000000028c1835751761157c0c9fc4934923095005ed80779c2f 0.00 MB 1 0
809,585 809,585 0000000000000000000212c8bcdb9fd9323a6003549a5ee49ebf8e8aab74fef0 1.56 MB 3,698 32
809,584 809,584 00000000000000000003f6207ec3942815251d1e449c0e55023754fcfabcef12 1.54 MB 2,924 23
809,583 809,583 00000000000000000001bb52fa052634627b8b0f67503035e5b42186ccb2014a 1.82 MB 2,843 10
809,582 809,582 000000000000000000049c9cd4dcd6f6903b8fd71663f128bab306ac6e0405a7 1.29 MB 2,134 25
809,581 809,581 0000000000000000000312ea6deb43c94c846b12c4067d7598bde72ab61f9613 1.42 MB 2,732 33
809,580 809,580 0000000000000000000336e1472b01e99e0f9e4501a739bf1c47b82afc199c44 2.04 MB 5,621 11
809,579 809,579 00000000000000000002e08be824ce9aba9ab2966f123cafb01bc09ad90b312b 1.89 MB 2,288 14
Previous 10 blocks ↓
Total Size: 698.46 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,086.79 GB sent, 200.49 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.