Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,740 transactions (1.34 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,105 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,504 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,104 (877,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,009 33,009 000000007401f61b0f4caff88b4b70e5772599a8e80522d080f47b3c9641d712 0.00 MB 1 0
33,008 33,008 00000000c457707713197eab7b6ddfdfbea1cb2e2e29f36bcb2256b52930a802 0.00 MB 1 0
33,007 33,007 000000004a35bbe3e9d73c3153fade370b1502121ad43df019ef9e32a89e4a62 0.00 MB 1 0
33,006 33,006 00000000b8b395c52456fa5102655e1dafd16ec2f4fae7cac6c27efcbfd61864 0.00 MB 1 0
33,005 33,005 000000002193454b08ee6da09124dc6d31d985cff15375c678681fb6acb75dca 0.00 MB 1 0
33,004 33,004 00000000bf990eb7ff69891255d8f05a8a43f91a6213c1a93cc0cc9270c492d7 0.00 MB 1 0
33,003 33,003 0000000090ed382afd014f4fcec8c222d9186d49c3ce32279f5118367dabe63d 0.00 MB 1 0
33,002 33,002 00000000a59247219b7a6177f65861ada2ac8a57e9712f66d7140ea396bce955 0.00 MB 1 0
33,001 33,001 000000007c2f33c042a48f17fbec1915d0eedf2d7a1be1484dd3731964fd01b1 0.00 MB 1 0
33,000 33,000 00000000942725dd706c453fd044c5542f638c02a6982732fcc32e35ae532f10 0.00 MB 1 0
32,999 32,999 000000005629faded72d42d3546647087c9e3de5167dc257ff359bb10b961fda 0.00 MB 1 0
32,998 32,998 000000004246a48e7e4eab8c109d0c498d2c580a206b79f3e290b0659e1948ee 0.00 MB 1 0
32,997 32,997 000000005160af462fc5584ecb924e98ce2de7e479101d9d06d399f766f35f42 0.00 MB 1 0
32,996 32,996 00000000d45071370b770568c5a0dedfbf13098bcd3e46aed3747706dee9fd88 0.00 MB 1 0
32,995 32,995 00000000c8af133153328a02a3280556154224afb3070924eaecc04bb69ba14b 0.00 MB 1 0
32,994 32,994 00000000b8b6f128cb36bbedc8093463de58bcdd2f385dfeabc41d162276be36 0.00 MB 1 0
32,993 32,993 0000000028a061796f44176ff7344e84e22c0821c54df073ae7476fa64558d52 0.00 MB 1 0
32,992 32,992 00000000b581589291a11a82ceaae562f9a4eaef9f00d1a6293093b3ca67f7e1 0.00 MB 1 0
32,991 32,991 00000000716e288d60ac00c9574c172b64ef461417b902c4cac1af7b9bb96db9 0.00 MB 1 0
32,990 32,990 000000002001dc34a5199a67907d7fb0ddc5e0724ff86f39a69ee96f2d550b21 0.00 MB 1 0
32,989 32,989 000000004523b0f094e394665019b3fc9d8254762c4640d3ca82c259615bf9e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.44 GB sent, 116.42 GB received

Notes

  • This page updates every 5 seconds.
  • 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.