Memory Pool Memory Pool Refreshing

28,929 transactions
29.52 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,312 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,330 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,311 (53,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,795 808,795 000000000000000000040a13c39e939064e3152b4a794b9f80f6eb3eaa3bbfa5 1.75 MB 4,695 30
808,794 808,794 000000000000000000048c26ead6e59471a34096ef651f178f0d51994ab0388e 1.48 MB 2,966 29
808,793 808,793 000000000000000000019019855fff93dff2f27f99e9ecbf000b7414b6cc769e 1.70 MB 3,896 25
808,792 808,792 0000000000000000000068c8b93c2b01e7f7a15946b70b8358b88e27ef02191d 1.45 MB 3,010 30
808,791 808,791 0000000000000000000205d0e57613dc1fbf95b95c9bfd7c0c4947823dd78a69 1.68 MB 4,293 28
808,790 808,790 0000000000000000000066c8239954d0dc8b4ad9562a2e7711bc21005a1ecd9e 1.79 MB 4,724 30
808,789 808,789 00000000000000000001fc9ed08bfa9e3c978241486ac1de08b743c86b807ab6 1.99 MB 5,874 28
808,788 808,788 000000000000000000008119c1a376f8a0416f2abaa7e2995028fd3367661f5a 1.66 MB 3,934 29
808,787 808,787 000000000000000000035057561a12de6015f329dd19a7ed6ea3448604065ecb 1.65 MB 3,772 33
808,786 808,786 000000000000000000032ff5eceef47b0b4021035caecf2cc17bdeeb9955cdbe 1.57 MB 1,925 28
808,785 808,785 00000000000000000001fd4dc46308e0290bf0b72b6a58afd655abbc7e482e21 1.54 MB 3,134 39
808,784 808,784 0000000000000000000250f7502dcedf50b29881008729a1582543b84aa3dbbd 1.37 MB 2,194 45
808,783 808,783 000000000000000000047183c4c2f71df6b8713a2a3862a5eb8f072ff9c52ae0 1.91 MB 5,585 24
808,782 808,782 000000000000000000017a6034140712172d1ef6a65f35daeb18f6c8a5eb5038 1.86 MB 4,349 23
808,781 808,781 00000000000000000003536e6db74585e37483ee0a3b914e69e985692f9e6156 1.70 MB 4,254 23
808,780 808,780 000000000000000000027660f9c75f4a7794259bb2d06bee2dd0962ff18cab7d 1.72 MB 4,022 31
808,779 808,779 00000000000000000000a53d705ffbeb7e5c6a4d84f1857e094202a42c38f384 1.66 MB 2,934 26
808,778 808,778 00000000000000000000ff8be8ce4df079844d16e06414b8a2410dc48338db53 1.61 MB 2,932 42
808,777 808,777 00000000000000000001d37b8a7bc6794f78312b0a3050160ffacba4c7fb0f8a 1.37 MB 2,073 30
808,776 808,776 000000000000000000011e211fdfbe9758fdc20ecd0159cf173f7e9d2197bb55 1.61 MB 3,140 39
808,775 808,775 00000000000000000002072d08022118f23f2454a50ce601070ca598f3a9017e 1.47 MB 3,369 50
Previous 10 blocks ↓
Total Size: 684.76 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,362.97 GB sent, 103.40 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.