Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,742 transactions (2.12 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,244 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,574 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,243 (815,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,201 94,201 0000000000034b3708b6b9ba05445703e37cabaf34c88b4ed45e6d4e42708e63 0.00 MB 3 0
94,200 94,200 00000000000081b1eb68ccb01607dac58f342e733badeefcbf8a86ae131b9a0a 0.00 MB 1 0
94,199 94,199 000000000004feb77da04472d2d82ce665f93014cc3c9dadbacdfd375b6fb21c 0.00 MB 1 0
94,198 94,198 000000000004a86f5ce4829565a23bfb3fdf1377e1b6e113282a34543e8c4e5e 0.00 MB 4 0
94,197 94,197 00000000000124ac23962dff644a451d65c7f9d3068d8d202524c1351bee9d60 0.00 MB 1 0
94,196 94,196 000000000001c1c8664b2af97bca74446460ebbbb8edd7c5fe5830be3763ad32 0.00 MB 5 0
94,195 94,195 0000000000002158aef006beb1161b8c780e9c1b769aee9da272ed09012b396e 0.00 MB 2 0
94,194 94,194 00000000000654a2edf41cf8fe65cea4909aa149d754f4e1b150701f5e0295b5 0.00 MB 1 0
94,193 94,193 000000000008cff98adf51de7088b550955bc161c9caf29648be268d35e104a1 0.00 MB 1 0
94,192 94,192 000000000008193ca2ca164989560d7c204bf855e6b8e5f887f32e78ed870eff 0.00 MB 1 0
94,191 94,191 00000000000061feb2689b42308624cc3fcec34f3f0e23c930e89eb1e241c757 0.00 MB 3 0
94,190 94,190 000000000001da0975fac20a4fd08d8cfc5eb830a6579872f82b1b90ae36aa17 0.00 MB 1 0
94,189 94,189 000000000002df62bce527ce2b590680be49ee5158a85a256d1d1f6be2cea5b2 0.00 MB 1 0
94,188 94,188 00000000000493ecd7b77b71c96323d17adf79f8d53df5d05d02269ef00ef56d 0.00 MB 1 0
94,187 94,187 0000000000074f38b9bfbf4848a9126ae2a2761cc97f7efa6c058189602a4bae 0.00 MB 1 0
94,186 94,186 0000000000043383872157457158177a23d455a98d3399bbb8d502798ef7296c 0.00 MB 2 0
94,185 94,185 000000000002c02094b3eb6916060484f9f5177cc21d1113533391044f5f9fc7 0.00 MB 1 0
94,184 94,184 0000000000080c268edc38cd6964e4c1711e3f38dde982270474633bdb371105 0.00 MB 1 0
94,183 94,183 0000000000074db003058b5e2de50c5abb183343bc4c1b1e035eb372645316e5 0.00 MB 1 0
94,182 94,182 00000000000931963c94862d80ef0564898e58ffb537c683d95c35ca005b9dc0 0.00 MB 1 0
94,181 94,181 00000000000232c97f68fa3e594571ba15d66d40d7ad74dc4dcee5c68575978d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,018.36 GB sent, 107.90 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.