Memory Pool Memory Pool Refreshing

32,024 transactions
35.05 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,831 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,853 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,830 (16,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,565 847,565 00000000000000000002cbe17c36eaf8beda926edcb33fdd73df0f973e386d25 1.50 MB 7,410 23
847,564 847,564 00000000000000000001ef5d14f942b987fdf4a3a8400fa3a6f4dc7ccee394d4 1.46 MB 4,654 23
847,563 847,563 0000000000000000000280f3b71883c90fdb133dc5f1667762e088e11c505dad 1.48 MB 6,290 25
847,562 847,562 0000000000000000000265d8dee1f290561536a1c7c547e9d10ef086e2fa304b 1.61 MB 5,423 28
847,561 847,561 00000000000000000000ea0900bc371774aab4fba75bceb4e42a3e57f5069c49 1.52 MB 4,009 30
847,560 847,560 00000000000000000001627f708b498f1268babe0d600f8271f0bffbb47a2eea 1.59 MB 3,585 31
847,559 847,559 000000000000000000034b1151c2c97b70b4d7cf71c6ce65a359f5544e17ed96 1.57 MB 6,031 27
847,558 847,558 0000000000000000000324c32312d67497e71573029c0b457a9561300766a6ad 1.65 MB 2,502 29
847,557 847,557 0000000000000000000141547b5934b859544b9628f0d321173f6f34f3add109 1.58 MB 2,886 35
847,556 847,556 0000000000000000000146bc3a366e776b034a20cb77c21ab78573d07e27eaa6 1.52 MB 6,221 27
847,555 847,555 00000000000000000000e571ee4eb7b5b63b2a0c6e9d42371f4ebec900e3353d 1.53 MB 5,000 27
847,554 847,554 00000000000000000000122ddb6aa73352fafb89d6780929071b9a601b42144c 1.48 MB 5,587 25
847,553 847,553 00000000000000000001c21f9bc50a9e4f31aa2607b31c59064680dbb89c1076 1.52 MB 6,994 25
847,552 847,552 00000000000000000001eb1ac360665ee1e14248fddf37805cdb0cb53856cf8b 1.48 MB 4,205 28
847,551 847,551 000000000000000000007175c9cb7d084e0187e1951d295c392d37a2afd46175 1.53 MB 5,608 28
847,550 847,550 000000000000000000029cfedbafdab25dc6ac01fed3834924be40080781683d 1.52 MB 4,172 27
847,549 847,549 000000000000000000019b957714ca4305fcbb672ca2027a57cad1bcf89f5f8e 1.57 MB 4,208 33
847,548 847,548 0000000000000000000247841cf08aff2f584491f7738e5a41df8188a72d9901 1.48 MB 4,749 38
847,547 847,547 0000000000000000000311e38e75aada0d97b78928465c54fcad1f647de66221 1.55 MB 3,628 30
847,546 847,546 0000000000000000000358441884a292de4c2e317f925a9da42b087addc113cb 1.60 MB 4,555 32
847,545 847,545 000000000000000000008ef528c7e13540f35838a0c0b7a61dd142299534f327 1.46 MB 5,133 41
Previous 10 blocks ↓
Total Size: 687.70 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,523.48 GB sent, 123.51 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.