Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

189 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,998 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,997 (39,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,716 872,716 000000000000000000006d582a91d84ba165270591008243e7c4b9d00fbe8f24 1.44 MB 2,618 2
872,715 872,715 000000000000000000001409048242d2671c72272b70a17f6d6be3cb1e7a9de8 1.62 MB 4,874 3
872,714 872,714 000000000000000000027500b626e67952ff88975a4e179f1efeae0c261b2af8 1.70 MB 5,385 2
872,713 872,713 00000000000000000001b1da90644b810b889cff4f6938afeba2aefc8ca335d6 1.59 MB 5,318 4
872,712 872,712 0000000000000000000187882a7ebff34fb89eb701b6604e91a657fe383679a2 1.40 MB 3,409 4
872,711 872,711 000000000000000000007a50c6b34611ab5c5440ece166310359d63638ad316a 1.56 MB 5,299 3
872,710 872,710 0000000000000000000195ade941791d840913e730bd41b072ca60040eb38a43 3.95 MB 68 4
872,709 872,709 00000000000000000000996c349c82154c8ff791efa2b41e77d40574db2d9e44 1.52 MB 5,267 3
872,708 872,708 00000000000000000001b39bdb084cdbb6d6e4951e9b1167451fff1d0c91134b 1.50 MB 4,431 3
872,707 872,707 00000000000000000000e68bdd88143a50f20b34e2647eb64d7ca785b3fe959a 1.53 MB 3,016 6
872,706 872,706 00000000000000000000f8ca4a9ac40979435bd58e6b5443e13a4f0c738e19c1 1.54 MB 4,058 4
872,705 872,705 000000000000000000002757001821f1bfe3ab257f6d1081a8398da91cf91c00 1.47 MB 5,007 3
872,704 872,704 00000000000000000000b1e8daf08b7f9cb2a8705f89bb1afd02aa4f5ff5abd7 1.50 MB 4,452 3
872,703 872,703 000000000000000000010e559e5c2634cac91020b16d11c7798b5b70473d9fa9 1.62 MB 4,164 5
872,702 872,702 0000000000000000000221e3c13812280661d17213c4c08a838f7ee967d04ea6 1.29 MB 2,378 2
872,701 872,701 00000000000000000002210e4e09bfda2696118a01d6151484c76ab1f0bc53ba 1.55 MB 3,549 4
872,700 872,700 0000000000000000000011e02e61b2823192327ea93f0d5447f8937ce35a66ee 1.51 MB 3,984 7
872,699 872,699 0000000000000000000101f47b6a4540dd806fedeb11b5ad40c27f4d7953afc4 1.78 MB 4,776 2
872,698 872,698 00000000000000000000c58b430f7a82d1e1e4936ebefc6069f0c42f5fbe0cc4 1.57 MB 3,657 4
872,697 872,697 00000000000000000001b512ee31bb461a6640cbf8ce29f144237501665e721f 1.59 MB 4,973 4
872,696 872,696 000000000000000000016fc8d9b0fb34759be8a8c43beb5278a6aedcb18f5ad5 1.58 MB 3,520 3
Previous 10 blocks ↓
Total Size: 777.08 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,505.48 GB sent, 133.86 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.