Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,046 transactions (4.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,276 (815,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,207 94,207 0000000000014eb29b4565878cbb40065472cc441a246e6279f7e7282b1601b0 0.00 MB 4 0
94,206 94,206 000000000004475d485ab9085d82545adf0a666f436e7ece9b45a0a5eafd236f 0.00 MB 1 0
94,205 94,205 0000000000093e44546d57d9c0f7005c49f04bd70b9ba120d71c28e0bcd025e7 0.00 MB 1 0
94,204 94,204 00000000000676f7c5f2c49248eef8e74bcb78555645c8f8d1162bc07a0a95c4 0.00 MB 4 0
94,203 94,203 000000000008bbcfba079f8dcd0fa5333b0af0e6c33f926a64e4151f1bf39d44 0.00 MB 1 0
94,202 94,202 000000000001f2a8ecbd74d55b4038f88eafbfc84c094dc9865d5cdb8e7fff96 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.31 GB sent, 108.31 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.