Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,239 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,885 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,884 (822,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,516 87,516 0000000000195629245746ddcf6630191c3cec584df5d23fba98d270628bd894 0.00 MB 1 0
87,515 87,515 000000000019b12a5f14798f39578e9952941bb94cd9a21378dca6d6cb781f7b 0.00 MB 2 0
87,514 87,514 00000000000fcef8d42bf01bd9a250d2c2ee1ab80b0dac1834d18c77e277007d 0.00 MB 2 0
87,513 87,513 00000000001d6c19a64748f5eb869d5d948d7fd718a191f2f3a791a024875b64 0.00 MB 2 0
87,512 87,512 00000000000a2017d57dd89ed7a29a4355e52dc4c26154c9665ac63d2b75f325 0.00 MB 2 0
87,511 87,511 0000000000060c58cf6b0bfeb71dffd4f43b1a3d89bb4cab2ec4a786749e126b 0.00 MB 4 0
87,510 87,510 000000000013dbe8fb25190694bc3425a23c3b4da156321f45ef8b520f242d57 0.00 MB 1 0
87,509 87,509 000000000010db2be1904cae7a3acb2f39566530fe3d24ef74bfe2cdd02ba827 0.00 MB 1 0
87,508 87,508 0000000000171d49ecbb61023304bbc35e971ebc83b036faa79a309c455bb8b4 0.00 MB 3 0
87,507 87,507 000000000016362f2a861258b94c3dd83784c88387f7b3d353c70da22c158b1a 0.00 MB 1 0
87,506 87,506 00000000001e5eeba5f6da573254bf81ec6aff164aa1571102d26ebb49178286 0.00 MB 1 0
87,505 87,505 0000000000011c1c977b01bd237cf80d214714ff8877cd16ec8e83e4448f8eab 0.00 MB 1 0
87,504 87,504 0000000000129cbd768453535d26699f19282662f2ed5924b8908288cacf0cfe 0.00 MB 4 0
87,503 87,503 00000000001d5fa8dbabd8dbf7f88145a5af3149fcb22dce393b6e7a783c7fae 0.00 MB 2 0
87,502 87,502 00000000001d8f6c14db7d923d5f37b07e5cd99b780be840b9e74d2c6e381866 0.00 MB 1 0
87,501 87,501 0000000000123c2159d3a40110c7ec34cfc4de4df1da4e25676f87bfa0ee2ac0 0.00 MB 1 0
87,500 87,500 0000000000071d3635e2992f79aae907b897dd6683089d159cb96988aa16349b 0.00 MB 1 0
87,499 87,499 0000000000139e3149c96e08b86c65029a8d97c9d6650c3deb1404f6ce91084b 0.00 MB 1 0
87,498 87,498 0000000000065970edbb5eda3beb080dd432f3b78f321e696ac29841e50c59f5 0.00 MB 3 0
87,497 87,497 000000000007dddebfe052016e5409c720fd68a1c8d7a6f0707c023c87b67f4a 0.00 MB 5 0
87,496 87,496 0000000000016bbfe6d96046806ae69e4adca8039492a02fbf2dfd533cdb6665 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.18 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,170.91 GB sent, 114.29 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.