Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,576 transactions (4.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (828,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,839 80,839 00000000000523007c9673330108e8d5b7bd9901bd140b64b7fe16d82d150415 0.00 MB 1 0
80,838 80,838 00000000001fd4f9165c4eb9d9425e2645e178439177f168abe835d83aa4bae1 0.00 MB 4 0
80,837 80,837 00000000000d60fd38a8701bc8a115b4b5c2f8f8ad1229833f58c00d64cbb41c 0.00 MB 4 0
80,836 80,836 0000000000081fddebdbbb9bb7f0f2cd1a2d791bd46ebc6657aca7ea3327c191 0.00 MB 2 0
80,835 80,835 00000000000db56cffbeec1c7b1f5b54c527cec0ca0239dd2726cdcd730afe3e 0.00 MB 3 0
80,834 80,834 00000000000247386405811fd86ad1186c4d96d86dc8d3087b0eeea20cb48bf6 0.00 MB 3 0
80,833 80,833 00000000002f2d99a6a78abad2705a24c9dc2088fb98131b938aab4aab5c0f81 0.00 MB 1 0
80,832 80,832 0000000000022e5578afe2e6a1459ca0d9a8c1e535195aa4d9248687561e711c 0.00 MB 1 0
80,831 80,831 00000000002290da5dbbd583a7bf7014e9dd3788b765a0099f5691afcaf83318 0.00 MB 5 0
80,830 80,830 0000000000128a27c6a9ffbb88ceeb63f2a69a6a2be1e05011d2563121e459cd 0.00 MB 1 0
80,829 80,829 000000000033bbdbd6f8ad2fb82ebcb7f578f860f75cf1cb08cce6fd04306e55 0.00 MB 2 0
80,828 80,828 00000000001720a2a21571c91642362b359df8d6c672fbb0f1f0451a222b2ff6 0.00 MB 2 0
80,827 80,827 0000000000366823a4eb02889ecc2f89a5f99713ee7082be5a90c9777f27eb1b 0.00 MB 4 0
80,826 80,826 00000000001433d217af96f1ce4a9a039124ab854881f075ea2a762b83562a90 0.00 MB 1 0
80,825 80,825 000000000040ed64110b4d6cfdcdb2a7706c9940d459449b5fc99703077ea7e8 0.00 MB 5 0
80,824 80,824 00000000002f876235ee625ffdad40e2df20c2fc3738170335cf6a363e0dcf51 0.00 MB 1 0
80,823 80,823 00000000000e5cc175cf7c2f077d69c9509c168e0fbe88fb927eb0f8a6ddd1ca 0.00 MB 1 0
80,822 80,822 00000000001b6d031d7fa6e710cc8ad1fbd5adc383ea3b1d6b22601b77ff11a4 0.00 MB 1 0
80,821 80,821 00000000000bf13a506089090ab3f7cdad9c750fd52c476b5eaf277f56ea4550 0.00 MB 4 0
80,820 80,820 0000000000257c0198f27b8b3beabe613b04f9c96c3a79d6a41e651ca919be81 0.00 MB 5 0
80,819 80,819 0000000000149dfbf00ff62d8ef4b3e85374ef7dc3926fa52de5a094009e7b89 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.33 GB sent, 108.31 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.