Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,915 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,913 (851,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,286 58,286 000000000d6c755259af6a9200a728147f27f8bca855e6a900cf8f5107090777 0.00 MB 3 0
58,285 58,285 000000000f4ff27c7411c10ebdaa2afffa73e7e1266a7d7508576ed56dac8846 0.00 MB 1 0
58,284 58,284 000000000c0204b71d3b3424a81ad8efc0a72c56424b3737045d032ef6df6c76 0.00 MB 1 0
58,283 58,283 000000000d9b9ef4ac8bc479ce52c7142c0f79a3f1265d57b4c29af70ab2dcd0 0.00 MB 1 0
58,282 58,282 000000000e50bcf235441253650fa5c5707503e7bde211df1ac1e91487798f43 0.00 MB 1 0
58,281 58,281 0000000007bf52d916268642337f21142974f9b1f292d17601fcff55536b908f 0.00 MB 1 0
58,280 58,280 00000000015f16704f3b0cb45a9c5b0d28e5b8f22582f2a5655f1672bfe800b7 0.00 MB 1 0
58,279 58,279 000000000c55e3522fe79a80d13dbb42981379a590ff1d78f78cd3a105ceec04 0.00 MB 1 0
58,278 58,278 0000000014478c099fa8b384a0e99ee77b3b76e6ea20815128f481babc2671c8 0.00 MB 1 0
58,277 58,277 00000000090d06092ac5e4601f017ef94dd54394da9fcbd720f1ea72eceff0ce 0.00 MB 1 0
58,276 58,276 0000000007b35266ac476afd6ebdf5ef7edd16a605a4829b92307021ce2f1111 0.00 MB 1 0
58,275 58,275 000000000b0760e2521cf0ae2a77c055229fa508df76267daf5763f7c91b8819 0.00 MB 1 0
58,274 58,274 0000000014dff0169cb79dac29b977329c092228b8bda2752ed6ebc617068a33 0.00 MB 1 0
58,273 58,273 00000000108e03e6fcfe70f189fb4e84cdc0eb7baa3e10a80dbfdee814540c48 0.00 MB 1 0
58,272 58,272 000000000dc8619707e03c70d17230026c546da888e6b408828f2df876a6c5ea 0.00 MB 1 0
58,271 58,271 000000000fb23388652a2461b7c196aab0d6cf8f55a84fc6ce7c20b877e9a92a 0.00 MB 1 0
58,270 58,270 000000000579854e7f18de215fd1f9b08aff334c6cfb763154a3467395124949 0.00 MB 2 0
58,269 58,269 0000000001fa4ecefa96db032da6d82229772601b38f4abf3abf851b70a48f89 0.00 MB 1 0
58,268 58,268 000000001148198a6947e100a0a4a16c747a68b3bc006f0138dcc0e8d716ab04 0.00 MB 1 0
58,267 58,267 0000000014278d911d187c96b230906ecceac8279fc1fb50d17d5e23c9897612 0.00 MB 1 0
58,266 58,266 0000000005601fdf43627e5448c4eb73858c9d7865b0037f78f9b649459d14c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.69 GB sent, 114.60 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.