Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

952 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,182 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 935 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,181 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,181 911,181 00000000000000000000921ff07d5270ec97e2238edb9f23066eede148555d53 ago 1.61 MB 4,160 3
911,180 911,180 000000000000000000016b7d001d0378cfa216c83cf3c6421afa5d666aaf41a6 ago 1.69 MB 4,377 1
911,179 911,179 000000000000000000018ca325a3fcda49b8bc35ec1b03ceb5092ef63c661b89 ago 1.87 MB 3,219 1
911,178 911,178 000000000000000000003e683869acc6d92e13924743f3a3213379e5fabff378 ago 1.02 MB 1,951 2
911,177 911,177 000000000000000000006ed9c6b9b1d15683968bf4521597f237bd08690c9255 ago 2.00 MB 1,566 0
911,176 911,176 00000000000000000001ec3f537f62e435716295caf8418a02e48ce7ff0c307f 1.75 MB 3,156 2
911,175 911,175 00000000000000000000b45f96ca6cb6493758ba0c3bb7ca63b03ed85c95d9cb 0.05 MB 183 2
911,174 911,174 00000000000000000000e915ca16afc9eb0597875f861afc1d3aaa265b25c835 1.17 MB 2,203 2
911,173 911,173 00000000000000000001d2608d812c413b2765ed7376c41e1e832f52186d6654 1.65 MB 2,705 2
911,172 911,172 000000000000000000003770343da1125e0de303b03efd1eb82a5e8139b946f0 2.00 MB 1,760 0
911,171 911,171 000000000000000000000c513ecf736c7a5f9798cba4ee9e730c22b0ed2f4bdb 1.85 MB 3,917 0
911,170 911,170 00000000000000000000e8d7f0ebdfefa2e38830ed23b7138941dc9bcab43cd5 1.79 MB 3,077 1
911,169 911,169 00000000000000000001cea64aa423c586e5031edaa6d89bfdcf6e7e154b6e97 1.80 MB 2,044 2
911,168 911,168 000000000000000000008bb12c4f582fc261d532f0ddb76c2177df43b67ba6b1 1.56 MB 4,075 6
911,167 911,167 000000000000000000008ce8c35732172cfdcd82d0240d169129fa4fc045cdcc 1.71 MB 4,853 0
911,166 911,166 000000000000000000004c6d99819ee00af7d4cdd74c7eab6ab529537a841ce2 1.63 MB 4,019 1
911,165 911,165 00000000000000000001dcf09ea82fc2ea91be0dab59145723604ee9f86c4645 1.73 MB 4,739 1
911,164 911,164 00000000000000000001c71f6e8f868698d31a413ae7fa184634f5fedec7249b 0.97 MB 1,853 2
911,163 911,163 00000000000000000001f30c2baca24031ee0ce7bcf5373704607397e1ddc23c 1.69 MB 3,294 2
911,162 911,162 0000000000000000000185383ef6ade33945d6a67f10809b4ab5befdc526e3f3 1.70 MB 3,369 4
911,161 911,161 000000000000000000007d70fe7b6114a777ca99697d2d70296c75f42556629c 0.03 MB 92 3
Previous 10 blocks ↓
Total Size: 775.58 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,375.49 GB sent, 126.65 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.