Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,838 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,741 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.89 vMB 2,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,740 (842,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,292 67,292 0000000004ed0df23f860cbc65ed59486cb83c1612a07787584b63913fdac91e 0.01 MB 41 0
67,291 67,291 00000000019b292e4347585a8e1dc6c4f01b4aeb39ffe00949e980464e22be91 0.00 MB 9 0
67,290 67,290 00000000033c5ba99fc8d2e580ac3f3b61cafdfbb7c1796a6ee126ae3d1f4a5c 0.03 MB 124 0
67,289 67,289 000000000362fd4482fc9d33861d87d64f93772b2ed36b24b1732a5ea3a72fd0 0.02 MB 78 0
67,288 67,288 0000000001d8ddcc4b4ae4f807241b77001abe2f32dc14f45dbcb78206cca1dc 0.01 MB 46 0
67,287 67,287 000000000123d8d8b38b600ecc28fac1717ed41629ba7e49a0df7d84c8424114 0.05 MB 199 0
67,286 67,286 00000000031bcb08fe8202f7081cb9bbcf29af96eccf11f553214f5bb6e23733 0.02 MB 60 0
67,285 67,285 00000000022f0f7ce0de300b7d46f429794d3674e63a901ac2f205f616f43cdb 0.00 MB 5 0
67,284 67,284 0000000002dbfdc02bf07383614c560753999582c13f65b9ed1ac64acafb6492 0.00 MB 5 0
67,283 67,283 00000000031e3b32b88dbb0947019f14d508df932c9243300203306b5152f26e 0.04 MB 16 0
67,282 67,282 0000000000340b73137d4eeb9df8f68da35dd6c5c6098c66bab0248a356ff871 0.00 MB 1 0
67,281 67,281 000000000373bfb6adb9519e52cec538e0ac4cc1c41f4a03b32bd066d2f71f3b 0.00 MB 3 0
67,280 67,280 0000000003fbaf3715fbed6098e0360336c4bff405934f027a7e409dc820d5ee 0.00 MB 1 0
67,279 67,279 0000000004a09d5ae757481bbf0341ae42797c2bab17b850ec64c4e3703837fa 0.00 MB 1 0
67,278 67,278 00000000048d17bcc2ba2c1ea0e73ece32263896b50a21f52ffd8f8a32b28b44 0.00 MB 3 0
67,277 67,277 00000000034fd797175d0c902d48442a3ada5536e056498fdfed614ce90a10b5 0.00 MB 2 0
67,276 67,276 0000000004ae347f48d9e1fb9fd83a1b06912d3eec096f2bb8718fef3259a3e9 0.00 MB 1 0
67,275 67,275 0000000003feec1a3645de9eaa74c94d8780cf9cd70f0de92d5caef6f5a0c031 0.00 MB 2 0
67,274 67,274 0000000002bbb80c3e44458ed7c34f9296ae9e0691fafb5232fa100d073011db 0.03 MB 126 0
67,273 67,273 00000000045f9785107284d3efca88ad29017f7c58a021b1f02cb9f42817e936 0.00 MB 14 0
67,272 67,272 00000000000cc8a0d842e01b79505bc7dd2f14020bb4bc6bb411cca35ed7e050 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.93 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,158.47 GB sent, 113.03 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.