Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,718 transactions (2.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,184 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,183 (875,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,103 35,103 0000000002c7bc76615418fcb9143335b73d337e540bfa1afaf749b6395c4b88 0.00 MB 1 0
35,102 35,102 0000000017ae741974bd8244f15abcebcd3f334fd290a48dfe90b49b90ea6cd0 0.00 MB 1 0
35,101 35,101 00000000217fa4253060862c998df51645f8c1cc756d841a710409504f2cbf6f 0.00 MB 1 0
35,100 35,100 0000000061056ce2feaf07352a6a9a63290fa1e1b6d6e1f3102066285e7226cb 0.00 MB 1 0
35,099 35,099 000000003b16cc99156579e070ecd3a66e08a8f2f0e53c75af3b349e2e108f7b 0.00 MB 1 0
35,098 35,098 000000001345e451a14c9165ebb74bb7ad49d676982f83b5d4e9181cd41b5c37 0.00 MB 1 0
35,097 35,097 00000000699d4977935481d7c24407ee778e62c3b8df0899cb2e9d6dc9010e66 0.00 MB 1 0
35,096 35,096 00000000b54e0bbe5e235dcbb3593da1a7ac75e4aa6342c4b467095b5cdac93d 0.00 MB 1 0
35,095 35,095 000000007e23fb10f59a207bfb97c2287f415a8a547911b532c2001dcc606c6d 0.00 MB 1 0
35,094 35,094 0000000091b39055b79109dd457100f08d2626570e0df286ebc819f196966960 0.00 MB 1 0
35,093 35,093 00000000b2c7378bc9f55dc3b3e0bb1ef1042cd64a20a96bdd5595758ac6f0ac 0.00 MB 1 0
35,092 35,092 000000008fc076c3f0aaee2d5e6f4fce4ff86d78314da9816e97ef7f7f1b81f3 0.00 MB 1 0
35,091 35,091 00000000b78af0472664ec10882ed6a544c0bebda868f094734a07789b532bea 0.00 MB 1 0
35,090 35,090 00000000c28b57947f683be4ca6ab8747e424a4846b3b0b564982456af968f78 0.00 MB 1 0
35,089 35,089 000000008daf43daaacbac309b9163fad88c966a6f400a990b8694712f5d261b 0.00 MB 1 0
35,088 35,088 000000005b2bcce11d3f971cabd8902e49005825991f015fcf3e3ddde347b896 0.00 MB 1 0
35,087 35,087 00000000b301ffdeb6811689bf05adef7e28c7586b9abebe60ada8d8a087c0cf 0.00 MB 1 0
35,086 35,086 00000000a85322d90356b3a0976788d3fe826a80aef77dd9fbaa7b91d1fcbeb3 0.00 MB 1 0
35,085 35,085 00000000798184fa4d26a6201e86643d388bd06e54d5bca6968d750d3f7d4749 0.00 MB 1 0
35,084 35,084 0000000096c9bf9554813c987e7becf6f1c7ea87d3ac3a3b8b499f4c8b44d1ce 0.00 MB 1 0
35,083 35,083 0000000045f2ab90921c7381601006504506027272bbb0b17becd1c3576bace6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.73 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,194.97 GB sent, 117.25 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.