Loading Tool

Explorer IconExplorer

Memory Pool

50,255 transactions
21.60 vMB
0.08648564 BTC
Random Selection Loading Transactions
Max Size: 123.48/200 MB

Candidate Block

Mining Attempt 3fe12ee1209001314daaf8420ff0cc6267c5dc0e9164d2aca0402d48cc02db69
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root ddde0729461acdb5230d2e0daccaea6410cbc161c89e00e700f4d550e110d2a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.03903141 BTC
Feerates: 501.52 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (780,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,246 133,246 0000000000000bf2bfd7af96efa3dd268b237d45b8cdda97ab6dd07fca26ff1b 26 0.01/1.00 vMB 1,031
133,245 133,245 000000000000093809a3c04fdc41ea4656d8fdbe7387dbd27c104c30100f5156 84 0.05/1.00 vMB 320
133,244 133,244 00000000000001a1b64567ae876fb4ac4559f1726ed7ac324600667296e55cb8 39 0.01/1.00 vMB 1,096
133,243 133,243 0000000000000268e02871bc602d767b2345ab4b9eb8483827138fcebb1313d6 22 0.01/1.00 vMB 894
133,242 133,242 00000000000000bab01307e70081c22673d9d6dbeffac11f9ef85b3281566390 121 0.05/1.00 vMB 3,643
133,241 133,241 00000000000005b8f3a7929ce5ecccee443d780a85f4c4e921e43575831ee9ad 86 0.05/1.00 vMB 129
133,240 133,240 00000000000001cd9952dff9725c9aa74cd44a8b94e22ac949f7e990f6560395 54 0.02/1.00 vMB 1,181
133,239 133,239 000000000000073e03524df263e77b961fb3f49beaf68f7bb9f6edbefd51ba75 129 0.06/1.00 vMB 618
133,238 133,238 00000000000002ac350c3b8aa499e00fba09064890cf8d42de4e6a3422e53142 47 0.03/1.00 vMB 219
133,237 133,237 00000000000006288f70622cc9e45535411c1b30d44d64e1ff26851fb70f5395 104 0.06/1.00 vMB 697
133,236 133,236 0000000000000c14a6f80c1573209229f8d8d851becdee21405e2fc74da5f28e 1 0.00/1.00 vMB 0
133,235 133,235 0000000000000aaafd8c0c811ac8960ec9865b5253a5d997faddf6388dbf446a 133 0.06/1.00 vMB 1,891
133,234 133,234 000000000000022864244e4888c871189fe15ab87637a3113d5dd6bf41baa728 196 0.08/1.00 vMB 1,178
133,233 133,233 0000000000000464742a8d6147c4ef3a0d41658f643d624555a1cfa9c80aa0f3 146 0.07/1.00 vMB 1,279
133,232 133,232 00000000000006de0b10cc05ec5d7d0cae8f83300de363eb87c2124dfb1f187a 134 0.06/1.00 vMB 423
133,231 133,231 0000000000000090dc8b2105b5d3caecafbcee6031af636f09fab1ce80fb34ee 51 0.05/1.00 vMB 1,252
133,230 133,230 0000000000000763ea3a40cb614ab58430785e88f2041a0ad2d8fd6b92e28075 24 0.01/1.00 vMB 414
133,229 133,229 000000000000014568b6b875d4b23fedb3c9f51c5d4e3640eeb029b263b4098d 64 0.02/1.00 vMB 440
133,228 133,228 00000000000009a4f32ecdff577bc239d46c14af081508823baa15a47b5579c1 23 0.05/1.00 vMB 1,624
133,227 133,227 0000000000000adc4244aa8089e01e0db33175c32b8a47b3590f4c3c1b945da9 92 0.03/1.00 vMB 210
133,226 133,226 000000000000024c6906a0345408f93a03ac696d5e10d79d0889bbfd8606e495 14 0.01/1.00 vMB 703
Previous 10 blocks ↓
Total Size: 780.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 536.56 GB
    • Received: 6.01 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.