Loading Tool

Explorer IconExplorer

Memory Pool

2,026 transactions (0.69 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.01/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,246 000000000000000000022b910000000000000000000000000000000000000000 2,009 0.01668727 BTC 0.67 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,245 (749,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,192 163,192 00000000000005f3c2b33fb6feae0d6032949cecdd1330fe52a79e5a040e37b7 0.00 MB 5 627
163,191 163,191 00000000000002b9933571b8e113fbd8ab85e438a5b2a8910fb735312210a3d6 0.01 MB 23 265
163,190 163,190 0000000000000d447398db5098678961013fb7b978cd909de834c825c00b7b43 0.02 MB 60 3
163,189 163,189 00000000000002d73ab0dc10e4176898d09281f1421f0c749510ca2008ea507d 0.03 MB 62 57
163,188 163,188 0000000000000ccc120b9ff1b66760ac3c534a2867f89a55a68ef163d0228e6c 0.05 MB 105 1,037
163,187 163,187 00000000000006849d1bf72f9b1aabde0abafedb72a93588568c15fbcc776fad 0.00 MB 20 41
163,186 163,186 00000000000008d7265ff2d118264509b5858c6eea9e401a0660b1fda1ad9001 0.00 MB 5 0
163,185 163,185 00000000000007e5ab7acbd8ac7ffdd8858a1cc3d7255795b22ad2a37ac520b3 0.00 MB 7 19
163,184 163,184 00000000000006302e28281fe8fad3cf690fd9bdfd835a7b087b498a8437c623 0.02 MB 55 82
163,183 163,183 00000000000008a8453b8868424bb2a0cb05a786bef61e0a8661415c16959c66 0.00 MB 7 506
163,182 163,182 00000000000005b9d7acf1dc1f53dff72a7590da560e91dd9305d389d4e8ade0 0.01 MB 11 30
163,181 163,181 000000000000048a1fdbb87bfdc2c6860fc37040e4ecda47129462ee460c89f9 0.01 MB 30 136
163,180 163,180 000000000000060ba0d258d6673d00b5805048fef090de428bd1afee2636d6dd 0.01 MB 34 106
163,179 163,179 0000000000000c50a9936cba6deed2f6150479e232dc522ab2ee5d574d5e1c4a 0.00 MB 5 29
163,178 163,178 0000000000000618745d27147ba9715a04ed014bc4fd775d4a2419cad9765953 0.03 MB 88 56
163,177 163,177 0000000000000267597ca2b5e3ca2718b7a0507394ef43c4bed4854e1b8c1858 0.00 MB 4 0
163,176 163,176 0000000000000082f342b3e675b5f7cf4e44d51dcc5c47161de693c47c1f9755 0.00 MB 8 795
163,175 163,175 000000000000049b4bf62c1f576e23a66b01515625ad9c6051ddfc07148bd2e7 0.01 MB 26 142
163,174 163,174 0000000000000c4231c2bcf1d9b2ed4dbc0bcc92f2b72f91111ce6337d2a5764 0.00 MB 7 13
163,173 163,173 0000000000000b90c991b97d9f959c0959f398cf84cf2190902c91f287b72399 0.00 MB 2 114
163,172 163,172 0000000000000d030b58f476f025bb9bf01d03e4e3f636786f448716428adeff 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 777.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,537.58 GB
    • Received: 136.00 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.