Memory Pool Memory Pool Refreshing

56,193 transactions
26.08 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,646 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,083 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,645 (66,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,196 805,196 00000000000000000003b943e7b87d2c9f5c578cf6b02e14e07f15a207f1a6bb 1.48 MB 2,777 21
805,195 805,195 00000000000000000004b456dc69f2717976c5a8cd7b6e2d3fbd0f3537cde038 1.67 MB 3,418 16
805,194 805,194 000000000000000000043de0d33024bce0575070eea8f3f3618598e5ef28bae6 1.54 MB 3,126 20
805,193 805,193 000000000000000000000a5f1c3b958a193b16fb777871f3f077ca0efc20e8ad 1.39 MB 3,077 38
805,192 805,192 000000000000000000004d18e7a5b29301f9cefecf6e17bba3b953648e5dc0a9 1.50 MB 2,337 14
805,191 805,191 000000000000000000026a3d3405d48e7eb4d4b310636bd7faa65ac79442a256 1.67 MB 2,786 16
805,190 805,190 00000000000000000002195760f495f86d22bb17e2b7a329c40524ca062a1753 1.52 MB 2,999 25
805,189 805,189 000000000000000000040a50cff54d900f9a1f085f52199506766ae364764523 1.46 MB 2,915 29
805,188 805,188 000000000000000000043b10697970720b44c79f6ca2dd604cc83cc015e0c459 2.43 MB 883 9
805,187 805,187 0000000000000000000097ce5997d3305cd9ca4af0082d0962bc8857e7d48ba9 1.73 MB 2,385 13
805,186 805,186 000000000000000000048f9bbc2d87c93c3fabbc2ac45510bc31639a14838778 1.56 MB 2,863 10
805,185 805,185 000000000000000000003f7751a2183d3298dbf2988f9839b2a5fd398b6dd783 1.40 MB 2,196 17
805,184 805,184 00000000000000000002357db97c8d9be29b85bb3310f11484bb85b316022267 1.51 MB 2,102 16
805,183 805,183 0000000000000000000396113133333b476f9086f2586c08a341a6866532985d 1.62 MB 2,744 20
805,182 805,182 000000000000000000030b8513e9f5fa8ba2cd5d9b05292cfdcd973becc9bb50 1.49 MB 2,748 14
805,181 805,181 000000000000000000033b16305c2085dc04d8b9101bb3c6256df672275d8bd1 1.48 MB 2,937 17
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 1.45 MB 2,692 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 1.08 MB 640 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 1.65 MB 2,936 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 1.67 MB 3,293 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 1.60 MB 2,613 21
Previous 10 blocks ↓
Total Size: 702.53 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,549.30 GB sent, 228.35 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.