Loading Tool

Explorer IconExplorer

Memory Pool

683 transactions (0.18 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.05/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 681 0.00531681 BTC 0.18 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (837,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,620 74,620 000000000071b5a3340bda7d4af99f03aa5469bbe195022e79801f1f376760ea 0.01 MB 4 0
74,619 74,619 00000000006c4ed65122c389b5afd2c7d265a49bdd875791cb3e97c94cfb1ce7 0.00 MB 1 0
74,618 74,618 00000000006f2f908e67feadddf1ecd458a9e2d12e9bbf0472adfb6c70eef7f4 0.00 MB 1 0
74,617 74,617 00000000007a0a513e4e06b73c3f693a136c3d16bc6b5796b0d0a96e25d8aede 0.00 MB 3 0
74,616 74,616 00000000001b53581fc88e68f873b3b600c667110677cc83589bcb9af201ba98 0.00 MB 3 0
74,615 74,615 00000000002feefe9b69896a50c3790f1a2ab9496c736168c291b0089e0e90a9 0.00 MB 1 0
74,614 74,614 00000000003eb04e87df6d3ded41222e756ddc9aed5242baa33b460083b48aba 0.00 MB 2 0
74,613 74,613 00000000004b19575c5552bd89ae27cce3e205c6f001f9e3c507a4d25120dc83 0.00 MB 2 0
74,612 74,612 000000000026c0bf10918e000f9954dfee8c18c0cd0ae9ba95e0e708842b1b75 0.00 MB 3 0
74,611 74,611 000000000064c41b69acebc2ab4a292483a2ca83203cf945385d1fa6541619b9 0.00 MB 1 0
74,610 74,610 000000000078b3c36d67e26aac65af050dae4d9966ef601fe1033c7ea90b14f7 0.00 MB 2 0
74,609 74,609 00000000001bf56a48a427feaedc7748a4d9157d29d05beaf517f7c35be849e1 0.00 MB 1 0
74,608 74,608 0000000000483d1b13e13b49d3e4d71d1d9d4d47252909401d531e2852c9366d 0.00 MB 2 0
74,607 74,607 0000000000404704fa654f325c3d3fabf6fb4179f8d9ec09c70b141349caa06f 0.00 MB 1 0
74,606 74,606 00000000002b78f1057244cb63bb4fac8ebf1d96487f936f1b11e343ee1c2de0 0.00 MB 2 0
74,605 74,605 000000000071ef601f4e116ff30fe1e5778307fd924659399dc32a811c063d30 0.00 MB 2 0
74,604 74,604 00000000002892fca1c297fd759b18575ee0266b8969f0942edce08631e982e5 0.00 MB 1 0
74,603 74,603 00000000006afbcb66ef8559f5b0dcf7f03802810fef3fcac8475ab1ae9baac6 0.00 MB 2 0
74,602 74,602 00000000000ac6cdceafaeb8bfc0d4878859dba51ed625bd308bbc517c6adf64 0.00 MB 1 0
74,601 74,601 0000000000027e2552739efdd4ec371ff3a34b5a779873a2822fde284c81c750 0.00 MB 1 0
74,600 74,600 00000000006acdfb4ccb5d5389a53a16463e1ce94c6be915d72f97afe2d253e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.78 GB
    • Received: 136.62 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.