Memory Pool Memory Pool Refreshing

54,552 transactions
24.83 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,639 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,638 (40,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,051 829,051 00000000000000000000a08651a7a3169233d27e219fe7c76e0ba7f74e3ad33e 1.41 MB 2,163 42
829,050 829,050 00000000000000000001cd5072a4592c55c9c922c4f799874b82ea2d61750c6a 1.39 MB 1,653 30
829,049 829,049 000000000000000000012a31df45dcc6e4baeb592d3671decbfc1e5235ed95c7 1.71 MB 3,039 49
829,048 829,048 000000000000000000020726b6c16f7f34f19765bff4f16695435b279facb156 1.55 MB 2,754 51
829,047 829,047 00000000000000000000dbf4587617387a0002b60536b745aa2ed00073adc7b7 1.36 MB 1,804 35
829,046 829,046 000000000000000000028f01b5da74bc34d9835bb049086adba344d439e841c5 1.15 MB 887 30
829,045 829,045 000000000000000000020bec148540aec72ddf79fc6162511a3301f3c5491ac1 1.34 MB 1,562 34
829,044 829,044 0000000000000000000253be8084c95ffd859b6d971c46fc84f7548ddc73b8b3 1.11 MB 566 30
829,043 829,043 0000000000000000000206602704782c7f5052a44c606fd4ba25643670f645d3 1.05 MB 363 25
829,042 829,042 00000000000000000000b783dbb8938e5fd74ebb2e4f0d16e198157fd7cbe144 1.51 MB 2,028 36
829,041 829,041 000000000000000000011090e143eb4fd5e2773f28f6d270d02e14c4e260d5a7 1.60 MB 3,115 56
829,040 829,040 0000000000000000000000f3486c177bf49f82844091549b0737a0d37fc051f0 1.32 MB 1,662 36
829,039 829,039 000000000000000000013f1b412fa47d479004324561a718360cb96c1c6fc706 1.06 MB 372 24
829,038 829,038 00000000000000000000b04721e393c334d833522dadd5e74e8bef76b70ae8cf 1.59 MB 3,696 55
829,037 829,037 00000000000000000002f045888e0a0ae8345dbfa8369f420b74ffbeb0cc7e62 1.48 MB 2,290 39
829,036 829,036 000000000000000000008df7bb4794d5d9eb08e2f069bec3800817148efbc493 1.31 MB 1,220 33
829,035 829,035 000000000000000000020c91fa76c55cc79ac9aff4c2856ed3af959351f98ace 1.19 MB 1,090 30
829,034 829,034 00000000000000000003429abeb72625a4dc25ec3bf50b024232259e37a41988 1.05 MB 424 25
829,033 829,033 00000000000000000001236dd0d6a4455ebacabc65ee909f57a7fa3b0814ec4e 1.24 MB 1,444 33
829,032 829,032 0000000000000000000316cf6d93f769ff982d4c7d32f956b67d093061d13f93 1.09 MB 650 27
829,031 829,031 00000000000000000002c10012c0dd1cde5fce17c72a9cf33830a484278fabc3 1.07 MB 560 25
Previous 10 blocks ↓
Total Size: 698.78 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,099.26 GB sent, 202.64 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.