Loading Tool

Explorer IconExplorer

Memory Pool

76,391 transactions
28.56 vMB
0.10124348 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 8c09c18ac78b65c913def2cc17c75eef93d774092acbc29b63f5efb2c18e32e4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root fb564727d656dc4e8407e5f1b4997f8c2ecaa10a7e8264a036a6bf514aa48ea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.04208459 BTC
Feerates: 101.65 > 4.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (649,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,192 265,192 0000000000000006707fd320b1c4c689b3626f895ca45e28d85288deea6a7023 213 0.09/1.00 vMB 76
265,191 265,191 000000000000000bae66b32df03258a5625d09cbe03a6b5320d0fea9c4f4ec8d 465 0.25/1.00 vMB 125
265,190 265,190 0000000000000005225a8b441f9d15868098b69adbd11ad179805e3fe15f6b7b 355 0.14/1.00 vMB 148
265,189 265,189 000000000000000a2bfd0f7edb5afabe83ba91c4a4fc840ce783f924b8e12f48 81 0.03/1.00 vMB 111
265,188 265,188 00000000000000014bd8b4be93410ba60e556bb0eb06da8f6529b59c811a6065 7 0.00/1.00 vMB 82
265,187 265,187 00000000000000027df56d008642079304f6f19dbe242d29b7d730be164a0131 91 0.04/1.00 vMB 40
265,186 265,186 00000000000000026aae8fe1e5ce02d8a20864bb72af34a7b9100fc2c73a69a2 275 0.14/1.00 vMB 89
265,185 265,185 00000000000000045b33d6c2042b9b60570b37664b57c4ad1e5da6bc3d0e7008 85 0.04/1.00 vMB 70
265,184 265,184 00000000000000038f3bc61eaf00f3d507ad3aac18e996a2f6d099d612c539cd 105 0.05/1.00 vMB 169
265,183 265,183 00000000000000089ff391c062657942130b8d1e17269cec149cbd4c9e2e3216 75 0.04/1.00 vMB 62
265,182 265,182 0000000000000009c49c44b18e76c97e4b8a88a7b1dd5d9cd1d95faa306ad003 417 0.18/1.00 vMB 143
265,181 265,181 00000000000000065e2ce252b27f24e8df3c99d59d6dfe329373bb0f31bd2b3f 214 0.11/1.00 vMB 88
265,180 265,180 000000000000000caa108d79c625fc7007f99e089605a8db2b801e7992647657 27 0.01/1.00 vMB 101
265,179 265,179 0000000000000002049d647560aa3557e1a822d03b4a8298d41548020d05a434 266 0.13/1.00 vMB 87
265,178 265,178 0000000000000003b19f56998278e9122a61e2cd603ed4257705c945722993c7 106 0.06/1.00 vMB 289
265,177 265,177 00000000000000094b89c8d1661bca49c60ad0bcfcf6c8a295f8d43b54a0b5ee 15 0.01/1.00 vMB 105
265,176 265,176 0000000000000003b0e13d3c1437b5f2286f5351765d1a25a3a7b3281e768c0e 113 0.10/1.00 vMB 58
265,175 265,175 00000000000000008b0410468b0ed373d097e9a6664ab85b3398df1a58b749a5 73 0.03/1.00 vMB 64
265,174 265,174 000000000000000a8e1f87a000c0bf509a30c122caba644aecfeb44aa5a42e68 442 0.18/1.00 vMB 133
265,173 265,173 000000000000000252451ffd574a341961cd72d6ca0d6708dba3b74024786d21 231 0.10/1.00 vMB 49
265,172 265,172 000000000000000918d369206726508ac54fdeed48890c7de525ed5a5e680064 181 0.07/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

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