Memory Pool Memory Pool Refreshing

42,023 transactions
26.61 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,600 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,753 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,599 (63,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,597 805,597 000000000000000000037b7e5f860d764b315c56b7ed6259aae462258f0319a8 1.58 MB 2,733 21
805,596 805,596 00000000000000000003883408b2ad796a9700c073570430b6a48e0c7f0a6282 1.22 MB 1,441 18
805,595 805,595 000000000000000000000201437b7cf8e81fcd38f83186a2a85866aad1fe2bc3 1.29 MB 2,018 22
805,594 805,594 0000000000000000000125321fe45829c4dc00f8523a04351ccf5653d34a8205 1.65 MB 4,088 22
805,593 805,593 000000000000000000013b45bc2ec8215f19b0b0096d3218fd97e7bb85dc49c2 1.65 MB 3,529 20
805,592 805,592 000000000000000000031c62f147f8a4dad57200109b3bbd1e53138d887e43a4 1.91 MB 5,430 13
805,591 805,591 000000000000000000041d2f8756768621486457f937f97277f6abac49cf2c77 1.45 MB 2,708 20
805,590 805,590 0000000000000000000297d15987cac99fba274c80c67907db7df653dfb91c87 1.82 MB 4,747 10
805,589 805,589 000000000000000000032cc84bfbf50a90d7c35b4fbd2939292bfd4ce16d086d 1.66 MB 3,778 18
805,588 805,588 0000000000000000000199bf225a342e623863eecbbcb16ec9a750e32dd8eea3 1.56 MB 3,171 21
805,587 805,587 00000000000000000002f639e12636bc051675f3d7669ddbcb0f32839f6d470b 1.62 MB 2,937 11
805,586 805,586 00000000000000000001c9188f0de5e88be6399ccefcfb6dcf0a80d1ff2288f3 1.74 MB 3,838 15
805,585 805,585 00000000000000000004e60c667651570f5f9b792e2cca8d1bd7f2b425d0fb1d 1.43 MB 3,591 15
805,584 805,584 00000000000000000004a0b9b47489cd639c8696b2ec60213370fff27abc3bc4 1.26 MB 2,267 23
805,583 805,583 000000000000000000034041b6016a1e973b80bc70d074e638e7af076c63697a 1.42 MB 2,483 18
805,582 805,582 00000000000000000000e1ef62ffecf47df0a68857f5e761a0cfd925c0e2b121 1.61 MB 3,049 19
805,581 805,581 00000000000000000004c0561c79e4f62a2b1c90c007f2c0f976fdebebe9b7fc 1.47 MB 3,365 18
805,580 805,580 00000000000000000000682781967bba44d913fcf82a86babc1bda268c558697 1.64 MB 3,342 20
805,579 805,579 00000000000000000002e14fd3f6a6ff9b64be5a985855a82a1f2564f37ac443 1.44 MB 2,863 25
805,578 805,578 00000000000000000002b4f78a1d403e9f49227a5b98bea8397e44e739528ef1 1.46 MB 3,215 24
805,577 805,577 0000000000000000000215e3c7faa87e063a9e91e45d09194b10f612913ca134 1.59 MB 3,515 18
Previous 10 blocks ↓
Total Size: 696.74 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,027.45 GB sent, 190.88 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.