Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,400 000000000000000000022b910000000000000000000000000000000000000000 808 0.00543449 BTC 0.17 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,399 (712,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,632 199,632 00000000000005ad978058a1f227ef357617ebfa0c1ea7d1bc9b11cfae97f645 0.00 MB 11 16
199,631 199,631 0000000000000316ee387e600360a71e6f756a168922c334a553c83480258741 0.04 MB 121 134
199,630 199,630 00000000000001bc5d7ff568083beae7ed5246a214ef6df3b7d29ae64592e14f 0.01 MB 31 103
199,629 199,629 00000000000000f3b379a5598a7d4b5e8c94de4a5c7c079103dc0ad623de953f 0.05 MB 109 148
199,628 199,628 00000000000001ed8c9abfe6bdcd0fd8e01de454961870157627f210418e3def 0.34 MB 1,109 14
199,627 199,627 000000000000052c27324296005fdb7290bd2fe00b6341fd1eb8d3474350f1db 0.03 MB 93 101
199,626 199,626 000000000000015b003af01a11256333b6765b976d8389876d6280e0f21f6a64 0.03 MB 78 62
199,625 199,625 000000000000053b6aa751a717d90beb1b1a74a7941e2eedcb06dbc0eb6c4701 0.42 MB 1,024 39
199,624 199,624 00000000000003f4a7163d492be84a72fc7ddd916eafbc3122dbeb65284ddd92 0.18 MB 427 131
199,623 199,623 00000000000003f38696541d96187aeffa2bbf7639cb3902687852c3d4b349d1 0.00 MB 1 0
199,622 199,622 0000000000000115a0b18117d7d0037b780335cda5a4e1f197f9c43245ae5af5 0.11 MB 198 109
199,621 199,621 00000000000005116278fe14be00a1c797409b8d6e1672dc5709f3c27b17d4ae 0.16 MB 364 140
199,620 199,620 00000000000002f681344f3bbe18022c4ec471646b9f0c66f8f67085b0889022 0.13 MB 280 113
199,619 199,619 00000000000004c98535a030e407e5f744874186974899b1b767e580d0304bfd 0.18 MB 272 86
199,618 199,618 000000000000031ba859b1028abb625c507d0c277a6ee55ec79aa8f34ebea53e 0.10 MB 316 10
199,617 199,617 00000000000004d48e1eacacab7a15be2b7c32dc426192c7ec338a7097813197 0.00 MB 9 183
199,616 199,616 0000000000000235cdc58feba12a5a53c2c78bcceb4281d51addd57eb5cb9d9e 0.12 MB 326 151
199,615 199,615 000000000000029c8169c74a39e19d56ca3ca5a0d5092ef21fee5098e191abfe 0.06 MB 165 168
199,614 199,614 0000000000000439c2fd976a7670bbba293f00bb1938daa2357cb9628382fefe 0.08 MB 164 144
199,613 199,613 000000000000031b751a3e8f4323da822b1bbd09fc23c66efd3f91cbf8eb4ea3 0.02 MB 62 133
199,612 199,612 000000000000013d60ec78c244b5ea338dd061bdf0417e4be99bac7096046227 0.04 MB 109 120
Previous 10 blocks ↓
Total Size: 777.79 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,549.74 GB
    • Received: 137.27 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.