Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

314 transactions (0.08 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
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (867,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,236 43,236 000000001ad33b230061fe17ede104b59fe21434f2c319d57da8c2f5f9c9f17a 0.00 MB 1 0
43,235 43,235 0000000028f5ac92edf084eb3dfd286997ad37def5f4360075c207c2e3d990ec 0.00 MB 1 0
43,234 43,234 0000000024da11de6d6f060e293c910f80065f6ecd1866128bf15e22abcb7f32 0.00 MB 1 0
43,233 43,233 0000000013ea0ca8481551f385c0a2aa8ea57ac66d3f017677f93f8606b249d3 0.00 MB 2 0
43,232 43,232 000000000a1597ad357433c212702931bd619523198060c0adef793c0c888b81 0.00 MB 1 0
43,231 43,231 0000000009efd10bfaa32d3cf5d8c92d9011ae634757c7a566a57995a644b74e 0.00 MB 1 0
43,230 43,230 0000000003bd7c17f8319de9d8f47144cf49ea5df555fa102440b4a38926b406 0.00 MB 1 0
43,229 43,229 000000003d608acede0494259a43f2d5d52e1ab8b54b255007c180293493f769 0.00 MB 1 0
43,228 43,228 0000000026b16d92ed82f73dd69a173d9764dfff5ab88291c6d4438833f33f2e 0.00 MB 1 0
43,227 43,227 000000003b1f9a75f6fd448835f32de8def569d4bb759452ead1c0b71200d3b1 0.00 MB 1 0
43,226 43,226 00000000009c3e75a4a112fcf377697f579ec851739d75afb4b5775967833896 0.00 MB 1 0
43,225 43,225 000000004212777d7bc5731f599ad5284555959b4d0ea7b016b71ed293fc04ee 0.00 MB 1 0
43,224 43,224 000000002ba30c6953ab9d24bb4fce56eb330d9aa510db495ada64e2c297ad4f 0.00 MB 1 0
43,223 43,223 000000001935728fa9d2c7129219d5036f3de831234d9971fa133bd12a926f4f 0.00 MB 1 0
43,222 43,222 000000003f416c2f2379daf36802040c0629e426010ca614f1ff4b61f24de97d 0.00 MB 1 0
43,221 43,221 000000001d2c23d9a0f20df442d6b82c3165d0b9c050dd1e6aa4729c6c23b1c4 0.00 MB 1 0
43,220 43,220 00000000412d79d5cd50b2f0314509c7051c362ea43f5763c0d3e28e6d654171 0.00 MB 1 0
43,219 43,219 00000000003cb207bfc640f6bce483866229661af3ce834d07db45534ac47b57 0.00 MB 1 0
43,218 43,218 00000000193b61a2971cc6767292e11e1a581993a673c39188909f07f59752f8 0.00 MB 1 0
43,217 43,217 000000000f7f80c65534c4a146b3301f55da1d3b9d70f5d7a68be6331e5fa160 0.00 MB 1 0
43,216 43,216 000000000acb824abe2f89aac63f04e45ccfa5b052808be38a8f2966d98428d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.90 GB sent, 119.99 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.