Memory Pool Memory Pool Refreshing

26,588 transactions
30.42 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,090 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,089 (6,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
855,998 855,998 0000000000000000000279af3dc641b8cc26efb753ed23277e73fc2f7b949b2c 1.42 MB 1,613 5
855,997 855,997 00000000000000000000040c3bed4c5ca1a639c3db56d13ac45e6df1afb654df 1.44 MB 2,082 11
855,996 855,996 00000000000000000002c36d382bb0ebc6d780693443ceac8d4e48f479c9aeb7 1.77 MB 5,326 4
855,995 855,995 00000000000000000003017dbbda052d04ac7d14ce451a5d462213ef1a08cef0 1.66 MB 5,709 4
855,994 855,994 00000000000000000001ffaadfafc2432fdbd8ae61f060109796f44d38fae3e9 1.77 MB 3,963 6
855,993 855,993 0000000000000000000083c94ef813e81902e6aee545b8d8a0c6e5b685a0668c 1.59 MB 3,173 6
855,992 855,992 0000000000000000000099899d31aaec4c858112b663caa552d20d0869132675 1.61 MB 3,752 4
855,991 855,991 00000000000000000000bc12bc5c5ac42fb1ca74ae49b964dd7390fbe8fcc9c2 1.47 MB 2,745 6
855,990 855,990 00000000000000000000656cfb9838df785044be1ad24ebd502771618d4f4cdd 1.67 MB 3,210 5
855,989 855,989 00000000000000000002a19d3809765af0636267a2ebfd52aa9e1196e447e9e6 1.53 MB 2,351 7
855,988 855,988 00000000000000000001837c14d210272e10fa7b09eca77c82a853be4bf882ae 1.54 MB 3,769 4
855,987 855,987 000000000000000000016fed20cf9cf6c16d28755cfa5e4a9c050b1ed8406229 1.55 MB 3,460 5
855,986 855,986 00000000000000000002eaaaed51b27c5a6d9cd534c1980a38695e2b56a630bd 1.62 MB 2,360 9
855,985 855,985 000000000000000000002c83181679f330f1bd06dfbfc2d8a555bfb6de31857f 1.71 MB 6,355 3
855,984 855,984 00000000000000000000a4bd1aece9bedbad21b3c4decf57e1f35a1ab2935614 1.63 MB 3,758 7
855,983 855,983 000000000000000000014d20a3c61b89ef56379fe36d1127df0bb5ade0687cdf 1.64 MB 4,669 3
855,982 855,982 000000000000000000003b92939b3b130ba05bcac5bb1f93d5db690fc18e80eb 1.62 MB 2,515 6
855,981 855,981 000000000000000000000b9df8852dab488e48743aed01e52ba4caba6832dd7f 1.51 MB 1,995 14
855,980 855,980 00000000000000000002d2ee58cdb051bdcabe4582b3e7af09521fd079a236d5 1.72 MB 5,813 4
855,979 855,979 00000000000000000000a0af1bf141bbc8aed5e590b76ba899fbf8a0378a0681 1.80 MB 2,371 5
855,978 855,978 00000000000000000000caca38cf8a7a0ca1a300e1930c02e1337cbd5154f8e0 1.47 MB 2,639 4
Previous 10 blocks ↓
Total Size: 684.33 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,335.17 GB sent, 100.55 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.