Memory Pool Memory Pool Refreshing

22,149 transactions
30.31 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,662 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,661 (57,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,949 805,949 00000000000000000001354e34a43c9914a411d0648ff515d529adf2a30ffcd9 1.68 MB 2,488 16
805,948 805,948 00000000000000000000ee09e89486b5cbdfb771be970a0e7b50502d33a6374e 1.24 MB 1,694 21
805,947 805,947 0000000000000000000324a12ff21ba3fef3fcc33911c2292e29b837c3542dde 1.27 MB 1,017 9
805,946 805,946 00000000000000000002d463849f210b585b57a1b5d6ec8ff405dd738d156cad 1.86 MB 4,005 13
805,945 805,945 0000000000000000000067c837f17d343b3d4e2cf2109c4261525f10520a873e 2.00 MB 6,001 11
805,944 805,944 00000000000000000004973d81e62859e217ebd1965b04231296fae3a3d07fcb 1.88 MB 2,337 14
805,943 805,943 0000000000000000000263253270e4e8d0d7a8fe820be4c834ca431e16c53e44 1.49 MB 3,397 23
805,942 805,942 00000000000000000004b5330fa79dc4bb8de776ff4c4d9c1368cea4492207ce 2.04 MB 4,032 10
805,941 805,941 000000000000000000031455824a83809365e3aba166f98645cff0e75c6a0332 1.92 MB 4,884 12
805,940 805,940 000000000000000000009fe4ce49ced5d72b2954d0ad4a6a6e449c5a2a2503b8 2.01 MB 6,011 9
805,939 805,939 0000000000000000000254203fdadb90ee1a73b13f018dfc3d895285b547e261 1.89 MB 5,134 12
805,938 805,938 000000000000000000004dbcb4bc91f6277242c907ea4bab60750d27b6b26053 1.89 MB 3,137 9
805,937 805,937 000000000000000000000082bd248e332be398836e10ea5de3ad796983f1ca56 1.31 MB 1,716 15
805,936 805,936 000000000000000000047b9acd5e05dacd3e64d1feff262820fdc9a771ef799a 1.56 MB 3,014 21
805,935 805,935 00000000000000000001fda6aaf507bdebef38640a051e70e0abc2b80dedfb1e 1.48 MB 2,436 18
805,934 805,934 000000000000000000034a9849e3cd29f87f1b6fdc2d88e8325b0157fcf7ee62 1.43 MB 3,113 27
805,933 805,933 000000000000000000034fa53149a65aae51c36859b1ed14551b31ec58d9f4aa 1.78 MB 4,629 15
805,932 805,932 00000000000000000000622d99e00cd8b5d6eeff3469367a12dde16959c080a8 2.00 MB 5,367 12
805,931 805,931 000000000000000000044bf2a2f6667696da3ff1ffd33d13117cec280533e38e 1.62 MB 3,896 10
805,930 805,930 00000000000000000000fef663b894e0c08517a380efdee49072aef08a80f49c 1.56 MB 2,803 8
805,929 805,929 00000000000000000004d1164c8f9909c52806772d94ed4be83b10bb8734baf6 1.67 MB 2,702 17
Previous 10 blocks ↓
Total Size: 687.37 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,516.86 GB sent, 121.69 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.