Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,440 transactions (1.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,997 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,429 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,996 (894,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,163 17,163 0000000051ba48db7a4f66a8df3355d4cbb3c2f41ce8e76e2272967d81a2dec7 0.00 MB 1 0
17,162 17,162 000000005ad9829dc81c8b8e4da407fb23b09edbdfbfbe5cbe350539ce50affd 0.00 MB 1 0
17,161 17,161 00000000fd4b91595bfdb2677f8362249533e912a924b9115cc372ce66fd1f28 0.00 MB 1 0
17,160 17,160 0000000019ed02249c17a3d5e90902efce5e4a40d95f644a8edca23bc6dd216c 0.00 MB 1 0
17,159 17,159 000000004f7d6428125617407fee4955e72647eb649f7d3e8c38024141e3d71b 0.00 MB 1 0
17,158 17,158 000000008ab457f955af686a1203a94dbce5fe0c0da68f80b3300d589378aed6 0.00 MB 1 0
17,157 17,157 00000000a397eb683a92095507ae1d31e2451af31d5f472f6f0aeaf08cc2a35a 0.00 MB 1 0
17,156 17,156 0000000091ea96b486bf0ece85f5158e9cc597bc80d303d388e38e2769e31497 0.00 MB 1 0
17,155 17,155 000000005715b1ffe957cf4a1d1816b94db8a756b28def24363ac06ebedf515e 0.00 MB 1 0
17,154 17,154 00000000b976e11011ddd9fce46eaf88abb12961595bd3e8440c3ae70238da21 0.00 MB 1 0
17,153 17,153 0000000024a58e2a4a25733823cc23b814ee2d417341010c5f6a3f17ff376f60 0.00 MB 1 0
17,152 17,152 00000000e8ffa16f1e69a43aa489133f0c0795aef859678ab89f32455c8e2af0 0.00 MB 1 0
17,151 17,151 000000003a638aac70ad660742a3b9e8055538365ad589abbf18bfe83050a862 0.00 MB 1 0
17,150 17,150 0000000060a3d36973e27ad297124de193ae58e4027a1d0e950fe8184af78d71 0.00 MB 1 0
17,149 17,149 00000000a2762e5666e33efdd40843502cf9912f64be4ff0fdeb9cb73eff40cb 0.00 MB 1 0
17,148 17,148 00000000b72ceaed015c62698031221165788ab29e7f60e213e8b2c2a6247bcc 0.00 MB 1 0
17,147 17,147 000000001a8b07325d8185c0eb2f8bcd532b738d5fdf54817beccfe61e9a2881 0.00 MB 1 0
17,146 17,146 0000000049adab783c078f2f2b3c686739c93e70dc7e49617828ccfb98b8eb44 0.00 MB 1 0
17,145 17,145 00000000b6ed5b56334efe358e5a0ccd0bb468309394fec2103db70ee5046e30 0.00 MB 1 0
17,144 17,144 0000000050d6497477e9ab52bc3988fd3ef923b371c233752e17e5e189d6bb99 0.00 MB 1 0
17,143 17,143 00000000bab18661ecfee30320b9534ea69ca0c60d3701700933680364fc6052 0.00 MB 1 0
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.47 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.