Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,615 transactions (6.04 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (3 blocks)
  • 7 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,698 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,536 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,697 (884,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,815 24,815 0000000091f2026e0ae91d5d5a2d64081eecb15871c97f604ae0a8ac7af4b96f 0.00 MB 1 0
24,814 24,814 000000001c3e1b1ce816a115d450067d0bda27ccd0bf298dc64ee817da50283f 0.00 MB 1 0
24,813 24,813 000000009f9ee7bf380861f5f737ceb7bac745a2fef41e367101a7f2ba930fc8 0.00 MB 1 0
24,812 24,812 000000002b4b0018eddf07bdbff6462330fcf7590076b5197a7c98cb841a8ab5 0.00 MB 1 0
24,811 24,811 00000000e3e7b05f38367b9340791edc2bc5e8e5d498d13aa0178c57f23b5f6a 0.00 MB 1 0
24,810 24,810 00000000b85b8d17480ff82bc9eb3086100f025128e0036d33a863dee752c325 0.00 MB 1 0
24,809 24,809 000000000c6372bae0a0e8b3f315dec59c112974372e003fb4ee4da9bd614990 0.00 MB 1 0
24,808 24,808 00000000bb77c9be736b61f6f89accc9d70aaf13193e18800995309e4d2d8784 0.00 MB 1 0
24,807 24,807 0000000034d7082ed3f6129c6bee0801c39fb35b1a637cd31a0092ba67e7d660 0.00 MB 1 0
24,806 24,806 00000000c563f895cb238c9d257e56f01cb01e7a30de463d8cf9dd8a2d55e2fe 0.00 MB 1 0
24,805 24,805 00000000deac553b9e1706122a9ed06d436c501561614c50f690dbdc993e26f4 0.00 MB 1 0
24,804 24,804 0000000005f2e2fe7673d6348c3a292ddfcbeff444899c7d77d1c56f4c6fdabf 0.00 MB 1 0
24,803 24,803 00000000bd075293a5f62281ba2446744125f9cadbf3f85dfdbefe527f56221f 0.00 MB 1 0
24,802 24,802 00000000c3702442cb54e3f17df55d83934e3949a6d91b9e8985d339b92e7e50 0.00 MB 1 0
24,801 24,801 0000000012be991d183f9e6e0c65679eb48b815f1c40ed5e61f1e5fb087bdb4b 0.00 MB 1 0
24,800 24,800 00000000d3bf13168c0f1938f68e97a5889683ee15833e22d347e508bc588ad4 0.00 MB 1 0
24,799 24,799 0000000088bf1cd05b3e134159c9aaf383929c15200556c16d5beb571f28104a 0.00 MB 1 0
24,798 24,798 00000000fdb3f940b955702f16ac8bb5c8612c8f8713dddee27ca8ab4089323d 0.00 MB 1 0
24,797 24,797 00000000e466dc9253541e9cdc0edacada5174e52b156481dea73846880dac35 0.00 MB 1 0
24,796 24,796 000000003ede5f6454bea1b4cbe760bc55bbe84cb7a8ad8b633c97f7b99abf12 0.00 MB 1 0
24,795 24,795 00000000544628ae3e5a6d06331302b1433450807f337d5de0ca0796f8a1f5f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.85 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,155.74 GB sent, 112.63 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.