Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,989 transactions (1.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,168 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,564 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,167 (849,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,295 61,295 00000000058acb389b8bd1bad52c5c34466775a7e3ce7631735d7174461f33e2 0.00 MB 1 0
61,294 61,294 00000000075cc1b97033218834b66dbe46ba350625558397f53563aefaf0dc42 0.00 MB 1 0
61,293 61,293 0000000007a0922a2083b8a4eb3775eb77b748f2e6008fab441ae7d1dd0893b2 0.00 MB 1 0
61,292 61,292 000000000c1e613e9338e928e792d7a13b0b2f230c4a041d87730569280b5a56 0.00 MB 3 0
61,291 61,291 000000000e9d72ff303b80e287081afa77573e32f7a7603576731d8a7f9bd407 0.00 MB 1 0
61,290 61,290 000000000146d4bac3bd429761e2ed526e0d44f5c2aee187319f0d65e2741062 0.00 MB 2 0
61,289 61,289 000000000019eaaf3cd30d95640740e7cd1f3f74ba2c293281f9d600076f90f9 0.00 MB 3 0
61,288 61,288 0000000004105cd24e5d395f42d37e53d6b8d80f47579b83c4b668216017e68a 0.00 MB 1 0
61,287 61,287 000000000294681f96bd460b044f7aa55a06443966c8cb61c99dfea1e407b5e1 0.00 MB 1 0
61,286 61,286 000000000c3c6ea7e615f4d9f2d1eac84f8c244e737588a6b4a0d853b587a2eb 0.00 MB 1 0
61,285 61,285 000000000bbdc6b6e13dc2d20be3f89b6f490f042f9c8c1fe8d4301770a89b79 0.00 MB 2 0
61,284 61,284 000000000cf33791c165f91ea11b95a17f821205c7e7eba31afc7762ba756764 0.00 MB 2 0
61,283 61,283 00000000076c3659d151a27c22fec3618fd6e17f6aa44983c2caf038b988a7c4 0.00 MB 1 0
61,282 61,282 000000000e958b193834a37437ea73ce225428a276fc825718269d6ed4508c25 0.00 MB 2 0
61,281 61,281 00000000029b5270e3a644e9b6d41511be98ce94b283584a8e554e0019af1f35 0.00 MB 2 0
61,280 61,280 000000000267d21d6f6f37837a4de2f61609220dd4fb0316ca2f065bd190beb9 0.00 MB 1 0
61,279 61,279 000000000a6b2f0e933ec749818ae05385bc58198577cf2c257e92699ee72ea6 0.00 MB 1 0
61,278 61,278 000000000d5227d29f20c00ad8224c73651c56269372778912af2e043efe5b3b 0.00 MB 1 0
61,277 61,277 0000000001b7c475119c66a4c366f9245b6b458a88cfe6db16d53557b1b53007 0.00 MB 1 0
61,276 61,276 0000000004b15d4a370db2bc3c0499fe1820d37aa07c057e3d0166cb374a80fa 0.00 MB 3 0
61,275 61,275 000000000571385bed4f6a5c6612dd04d4a4361e49da7229d5639a607fdb1b93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.56 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,375.03 GB sent, 126.54 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.