Memory Pool Memory Pool Refreshing

44,211 transactions
31.40 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,519 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,518 (68,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,520 794,520 00000000000000000000499cbc0b378260a0a3144a66e3f1d0b1cdb7ad0c38c9 2.04 MB 2,528 17
794,519 794,519 0000000000000000000373a8143e002652eefebcb461f63291e0cd15f7bcb768 1.54 MB 1,834 23
794,518 794,518 00000000000000000000e401a002e84f05c4e95d7eec9a13faefb22452ccf482 1.51 MB 3,078 39
794,517 794,517 00000000000000000002f580d549c76c517b6a703d164b10b0f35df49651296c 1.62 MB 1,664 13
794,516 794,516 000000000000000000041be9469a3855e6c39244613efc4c2d95a7d4b768cda6 2.09 MB 2,438 16
794,515 794,515 000000000000000000003b7217f8d9f188fe39bd36eea616ced6fcf67483e8a9 1.76 MB 2,691 18
794,514 794,514 00000000000000000002e06bb7f619bb2f994419a7f336f5b834701d9f5d6b8a 1.45 MB 2,045 28
794,513 794,513 000000000000000000044756a9079c83d1ef923896e8177a4e98954efc8b7cf4 1.90 MB 2,090 29
794,512 794,512 000000000000000000034f0e1bbadd6d5592ae4bfc0f80fdd65ebbeb94ae91c1 1.70 MB 2,666 35
794,511 794,511 000000000000000000025ae75178b0af59bddfcad024f4fb929874fe0459553c 1.54 MB 3,376 49
794,510 794,510 00000000000000000000ff8979c9160bc21b5e3ff61379dadc20794f057db5f0 1.56 MB 3,302 49
794,509 794,509 00000000000000000001862d3f92b48bf0bab770b8803ff2a78de7822d620809 1.48 MB 2,468 31
794,508 794,508 00000000000000000003b834d821c574703c7f4a2ac7f8c03ed65c71b66e5e82 1.62 MB 2,576 19
794,507 794,507 00000000000000000003e5c07db1b9b499d06f287e158b28a14c23b852aa3c2c 1.71 MB 2,823 18
794,506 794,506 00000000000000000001e93b237c97dc48ab9b60a4fcb9d87b93461cf8736a9c 1.91 MB 2,348 21
794,505 794,505 00000000000000000000e97e4c343d6a1840ed20e7d23878372b0e6959a5ec36 2.06 MB 2,190 16
794,504 794,504 00000000000000000004e07dc16639f982c431e6777ac0d19ff8ad18a24fe825 1.41 MB 1,982 26
794,503 794,503 000000000000000000043087b7547adda6c9f8b8d35b8e91241d7035ab4f4e66 1.33 MB 1,749 34
794,502 794,502 000000000000000000008c1c9fc9cc34b5007466a5d4c6b852054cacff6f73fc 1.73 MB 3,538 30
794,501 794,501 00000000000000000002590fd5743d22256c2040d0f40db4bc308f64a2c38c52 1.73 MB 2,999 28
794,500 794,500 00000000000000000001cff935d7e3a194283cfaccabad0fb365ee87c0113497 1.31 MB 1,738 26
Previous 10 blocks ↓
Total Size: 687.10 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,507.39 GB sent, 119.39 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.