Memory Pool Memory Pool Refreshing

60,811 transactions
28.32 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,915 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,914 (48,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,003 813,003 0000000000000000000143060b918eb646c9e09bb0d12b05e0265632c7e88936 1.48 MB 541 3
813,002 813,002 000000000000000000013f0e2dfa8a8c97e6867c9f7b5c5b36a29a4284239a1d 2.09 MB 1,952 3
813,001 813,001 00000000000000000001fa9a72b4489c17b9f19d81755741a1cbcd1dfcd3b5d5 1.70 MB 1,598 7
813,000 813,000 000000000000000000006b771e5f0b9fcfcdbb49a4fb638f7cd6bb87be25b84d 1.70 MB 1,781 12
812,999 812,999 000000000000000000029016908db7a945dc6666fc898f7977efdf62efdf8f67 1.81 MB 902 8
812,998 812,998 0000000000000000000246d6e8c46f44a6babc0987655557b90ab8f9340ba71b 1.35 MB 1,807 14
812,997 812,997 00000000000000000003854e0a28c4d4a78f00c3cfa67bd25e1812baa36f4fb5 1.60 MB 3,220 25
812,996 812,996 0000000000000000000441b574db0c7a24c457c60553bfcbff120bba85777d31 1.56 MB 2,864 20
812,995 812,995 0000000000000000000052eaa26729d19f6be76d5742b8121eaa2d907da4b77c 1.72 MB 2,078 14
812,994 812,994 00000000000000000001a3a5a5d61c37601887ca478f685a77b24f031ee98394 1.57 MB 2,817 21
812,993 812,993 00000000000000000000c7a9276d3abdc9494b66752c04ee777033c551f55e12 1.40 MB 1,081 11
812,992 812,992 00000000000000000000bbace392c7c6d56179941ccff8c389948eb4c10eef50 1.35 MB 1,694 15
812,991 812,991 00000000000000000001c2bebd5bf08333e650cb50ab53929f7b7205df331383 1.56 MB 3,147 25
812,990 812,990 00000000000000000004502bbee3b3c3ab67c217764eac089ebc14fc016674cf 1.54 MB 3,376 22
812,989 812,989 000000000000000000043ed87a2996cac5f88858abb1b3b7f59f2eabb28633bd 1.70 MB 2,388 34
812,988 812,988 000000000000000000014b4a7c7ee55e3e4d3d23a1d489d1aa893338dbfbf354 1.50 MB 1,728 12
812,987 812,987 00000000000000000000772d8e05fdb6ef8e7f9aa32976f13a440284387a5210 1.59 MB 2,980 27
812,986 812,986 0000000000000000000460c982d996cc159e44c5e97f8e00e04c119518071eb5 1.97 MB 1,890 7
812,985 812,985 00000000000000000000c3dafe33e3ef1fdf4441693b164080c4f262a2dca787 1.62 MB 1,690 13
812,984 812,984 00000000000000000002151167147315e4ac85de12594a44f9004d6dc66539b4 2.23 MB 1,583 4
812,983 812,983 000000000000000000013b21a54c6d5fd377eef0200eca76595287917ffce1c9 1.47 MB 2,063 15
Previous 10 blocks ↓
Total Size: 684.00 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,307.68 GB sent, 98.41 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.