Memory Pool Memory Pool Refreshing

51,686 transactions
25.58 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,735 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,595 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,734 (62,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,929 806,929 00000000000000000004f81173128fbc9241c90a6e9d044c559bebc64f1fbe7f 2.04 MB 6,458 15
806,928 806,928 0000000000000000000256295836a36e6fb8ed51d61d7b7a70981a1d64a64917 1.69 MB 4,977 19
806,927 806,927 000000000000000000037caf2a27a07744701046f9059f563165105e32c8fc5a 1.76 MB 6,353 17
806,926 806,926 000000000000000000017d51ff8edec19bec05ef8e87c69c6e827ff86cbee504 1.92 MB 6,937 18
806,925 806,925 00000000000000000004c60f1e37d649f110fef4010102c5b6c6aa5dc1f47d91 1.86 MB 6,302 18
806,924 806,924 00000000000000000000723a5fe18065918ed8bbd89d2f942dfcd600e9f0c512 1.70 MB 2,604 20
806,923 806,923 00000000000000000003742a886ac7a6c3eee36e56c97d8bcc7e1570305821ab 1.46 MB 3,388 31
806,922 806,922 0000000000000000000008116297320bc5a664b4b6aee6a59590e77c0ea682ef 1.88 MB 4,619 16
806,921 806,921 000000000000000000046c29795f998174a70a7106634e31981696fa570e9ea3 1.57 MB 2,916 27
806,920 806,920 000000000000000000004d82cbba1f4e2b46d7966bbdfc2cd731b36726cd8112 1.57 MB 2,780 25
806,919 806,919 00000000000000000001f5f36c4ad3d9f6d51d264df87b17618d986e2125b299 2.14 MB 7,017 15
806,918 806,918 00000000000000000003fe20fbdc1548e23936555ed30244635faf6123a81c8f 1.32 MB 1,965 15
806,917 806,917 00000000000000000001edc7de4439b79b3c5c5983f4be76aabf9fe59096ec9a 1.87 MB 5,437 18
806,916 806,916 000000000000000000030f0d6b3857a714e79593863096e6f476341dc510b05e 1.70 MB 4,341 17
806,915 806,915 000000000000000000027ba5bfaa39a3ee615d1874362ce7c5f614f5c653af71 1.42 MB 2,495 19
806,914 806,914 00000000000000000000c2025c0e199070969b36c91f28554d42005c17b827a5 1.76 MB 4,694 18
806,913 806,913 000000000000000000002e193ed60b564d9b1191fa5e40260fa0771836d9099a 1.52 MB 3,388 23
806,912 806,912 00000000000000000000d94ca21a52f26c56f3a2f22a2690d476d4a6aa177d21 1.86 MB 5,428 17
806,911 806,911 0000000000000000000384ee7b069a9e54da99203869627dc98ebb813ec1ffd9 1.61 MB 3,100 23
806,910 806,910 00000000000000000003d49499d106def660ad6ff1fe305fd7e3e38760b14ad4 1.97 MB 5,748 18
806,909 806,909 00000000000000000000f3793fa67c230eb365262429337be082ad6ed8c05a0f 1.92 MB 5,152 16
Previous 10 blocks ↓
Total Size: 698.96 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,103.71 GB sent, 203.77 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.