Loading Tool

Explorer IconExplorer

Memory Pool

5,257 transactions (1.56 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 9.32/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,258 000000000000000000022b910000000000000000000000000000000000000000 3,898 0.01681653 BTC 1.00 vMB 1.61
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,257 (562,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,780 349,780 00000000000000000ec71a17affca54b183b5549bfc0e415a02f5a4f391dba92 0.40 MB 862 28
349,779 349,779 000000000000000010153df3d1cc6f88b5795312b7c50be767922b97ee0cb1fc 0.69 MB 1,475 27
349,778 349,778 0000000000000000077f5d7225885b9709919eb0e7c8f117f82bfa6583fb67f4 0.15 MB 243 19
349,777 349,777 000000000000000005b7a887c6e3500d639b7bc60905b996e880bdb479c270a6 0.37 MB 587 22
349,776 349,776 0000000000000000162b261eaa8e8e5cb4c472ed39136f46a35c1bc6ce9e5013 0.12 MB 256 36
349,775 349,775 000000000000000015cf0d21a7ce34bd8e92a9af45d326e8426cde9496e8f033 0.12 MB 259 26
349,774 349,774 000000000000000001cd9ec4ea7f20a93b9b009f6f0501d32be3c81e2409903c 0.00 MB 1 0
349,773 349,773 00000000000000000dd32ac7004f9e473a870434df84e4316af1687df618d80f 0.01 MB 32 18
349,772 349,772 00000000000000000f6998259b66c537500d2a5be9dfd56cc98f8dece8c06057 0.01 MB 23 25
349,771 349,771 000000000000000017178fd58ce106101716d28b9b5b51e1eca6cb5e4dce588c 0.29 MB 542 23
349,770 349,770 0000000000000000160c20ef6bc0c33e8109638936f2bb3bd9698f3a6d7f02cf 0.17 MB 252 20
349,769 349,769 000000000000000008054fba4e9382dbd4433eac26ff34f6d04157f9b8c3f50f 0.18 MB 307 20
349,768 349,768 00000000000000000fc5bf6aeec1c992a3ad4144f3dfc662a4a7d50a8a8ba785 0.81 MB 1,693 26
349,767 349,767 00000000000000000dea64471d01013df4feac54b1763c7452f4ac3a4c2744a6 0.06 MB 25 3
349,766 349,766 000000000000000013fe67ec76cc1b0c205bc7b0722c76a91e6dcb8d68998e58 0.61 MB 1,184 28
349,765 349,765 0000000000000000057e5ca65e217721635e8e0db8d598f1c464e16132924100 0.20 MB 301 20
349,764 349,764 0000000000000000118a403c3da7909a0ad449d89dff6fa46ee95c2ddeec0e8e 0.31 MB 428 16
349,763 349,763 00000000000000000c56de64ddf02a37747b16f158049660c955ca2faa9daba1 0.28 MB 560 27
349,762 349,762 00000000000000000ed8548c60e02a7be382b664632a02a713ca1d315f7b52c9 0.49 MB 1,021 26
349,761 349,761 00000000000000000ef5096b84653cede45b4a86ed383fad3d11ea7f1be52b6c 0.00 MB 2 0
349,760 349,760 00000000000000000259b9a4e2a1106ad6e2f97f240c77c3b97c675d0df36314 0.29 MB 513 21
Previous 10 blocks ↓
Total Size: 777.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.97 GB
    • Received: 136.13 GB
  • Uptime:

Notes

  • 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.