Memory Pool Memory Pool Refreshing

65,422 transactions
24.61 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,038 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,116 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,037 (26,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,600 835,600 000000000000000000012ece8ae00a6148b52b5aa798ddec261bea1db2cbc4cc 1.72 MB 2,082 19
835,599 835,599 0000000000000000000121ba681dae13d5440146071245104edb58142c73b4c8 1.49 MB 2,427 22
835,598 835,598 0000000000000000000004244cf1fe0b20b175fafe45be22f5145b02dc92dea1 2.85 MB 827 11
835,597 835,597 00000000000000000000f135d2ca392cde66c2eeab048840106f4065368f9eae 3.09 MB 1,027 11
835,596 835,596 00000000000000000002da603d08a02fcb75c99f83e18dac2add0275991f9a3f 2.05 MB 2,127 17
835,595 835,595 000000000000000000001231659ecb9df4d291cd4a28d65e40db1b4b7bb825c3 2.33 MB 2,603 15
835,594 835,594 000000000000000000035220976fa8baa12eeb9890c9971007d732dc1b704bd0 2.05 MB 2,279 15
835,593 835,593 00000000000000000000c703974a7be515a7d28cecb5dc0ed50a093adf0d28f1 1.68 MB 3,643 19
835,592 835,592 000000000000000000019c975546b3fa4ca2a672ee6319feee2f2760d15d0c02 1.89 MB 2,136 14
835,591 835,591 000000000000000000023baeb4bf1cda8b79ace1d0f67911ecb6baae17aa3e79 2.02 MB 4,313 12
835,590 835,590 00000000000000000002ed87d4b76150cd217758db59cc4f9252fed2cb2bf385 1.82 MB 2,598 11
835,589 835,589 0000000000000000000343a1500fe961db4de27cd3318a774b569a70c1510d85 1.60 MB 2,836 26
835,588 835,588 0000000000000000000282d311853974cf1e29d62f1e5057eb37ea4882d132e9 1.43 MB 1,304 12
835,587 835,587 00000000000000000000e668d70788de844672024455181966084ba220a5997d 1.20 MB 619 14
835,586 835,586 00000000000000000001f9e62956e7b27c74504f8ccc1e790555630a09f3ed08 1.71 MB 1,248 13
835,585 835,585 00000000000000000001fa52fc52e23e6efe7d78b4eb5810c9a3a8afcca3c303 2.52 MB 1,269 15
835,584 835,584 00000000000000000001550c18590919dfcc202866a53bd7ee55e598d196f273 1.54 MB 3,387 31
835,583 835,583 00000000000000000002c9c2ceaadf9ddba1d5c44ce7e486170f7ef1ee1884fe 1.76 MB 1,412 14
835,582 835,582 00000000000000000001fdede012007ae1ab94e61119db32242aee565187b52e 1.57 MB 2,728 23
835,581 835,581 00000000000000000001940b211ea607a2f61f73acd3afd51da0276a5102c057 1.73 MB 3,150 27
835,580 835,580 000000000000000000003b0093c13290c59798969a388459d897baaeb677f57f 1.49 MB 2,723 25
Previous 10 blocks ↓
Total Size: 684.23 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,330.48 GB sent, 99.92 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.