Memory Pool Memory Pool Refreshing

64,729 transactions
26.72 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
864,924 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,736 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,923 (434,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,200 430,200 000000000000000002f68033d1afcbfc1be0c43a812408497ccf5529d1b70209 0.11 MB 187 61
430,199 430,199 00000000000000000296198d4f93c0d50db96aba404b2274829660e1d806e161 0.81 MB 748 18
430,198 430,198 000000000000000002683a1f2bc44c1e2c66d0750c9dea21f61cb13c204b9b92 0.08 MB 142 58
430,197 430,197 00000000000000000412d4dce5b3d5d9bf6a85c012aaa03e9eddd2ecf8ce207f 0.22 MB 438 61
430,196 430,196 0000000000000000048f2be699d1f97d7778fcbc97895ded09cae37f716de1ed 0.31 MB 441 22
430,195 430,195 000000000000000002c6791290aa496de2dad8c2527c891afd24714aca02a6ef 1.00 MB 1,839 49
430,194 430,194 0000000000000000003877a97ba3955f6b8802ee58e2176276e1aef5ff9a9108 1.00 MB 2,911 79
430,193 430,193 0000000000000000028226a7a1f9146b1ee57bf4660f86a56ea7ea91b787c0b1 1.00 MB 2,517 65
430,192 430,192 000000000000000004b891e4b53ebd6b8809d61590d8c1a1dace3eb7449efa88 0.46 MB 948 57
430,191 430,191 000000000000000000e728487a878046fb289a67266ebffb4568861724e70dbb 0.53 MB 1,362 61
430,190 430,190 000000000000000003eda34adbef1518342e457a425062a23c4ba8b1fcfe2cc6 0.00 MB 1 0
430,189 430,189 00000000000000000285eb4277090d762fa2a5b9ed00d9f2d1000e2933b9420e 0.99 MB 99 1
430,188 430,188 0000000000000000026e6c4fd0f014994ee640563c7d42494c4c1233aeee1102 0.11 MB 236 58
430,187 430,187 000000000000000004d8531d3e88bdb587af0fdef33e141c8e16f1c85b811b55 0.00 MB 1 0
430,186 430,186 0000000000000000048304816349032406da39e8216793273821038f42db323d 0.74 MB 1,291 45
430,185 430,185 000000000000000002cb990a8917eff7dcad70ea68a3b9920cb3b59823958fd1 0.11 MB 317 56
430,184 430,184 000000000000000003330ee44f353610a08704baf48f0ebdfa2012f638c57793 1.00 MB 266 5
430,183 430,183 000000000000000004c1a3bc0703194a70c7761112817bb0d3e537a5a61b14da 0.63 MB 1,571 55
430,182 430,182 0000000000000000036ef33da702087e44269bcd17c8c7edb3c798bd66e1d95c 0.30 MB 708 55
430,181 430,181 0000000000000000014c1b77c3fd555fd303b36dcf87fc9b01863446d55c66dc 0.44 MB 1,095 54
430,180 430,180 000000000000000002b68fb8e42be45b4f83599ecd152035b9fcd84b8c289bcf 0.29 MB 780 55
Previous 10 blocks ↓
Total Size: 689.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,659.41 GB sent, 139.18 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.