Loading Tool

Explorer IconExplorer

Memory Pool

34,254 transactions
18.71 vMB
0.06171834 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.56/200 MB

Candidate Block

Mining Attempt ebf5102743b9cb2698741f2f86e9ffa04b2592ea3e2229cac3d9232fcec2376e
Version 20000000
Previous Block 00000000000000000000b88121c55453f87c736378ad449ae10ac7ebe0ee5c95
Merkle Root 4bd504cd4f04ea50fa4edd4c7b30ef8fc75e411b811f0b2080c0d69046979c4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 0.997862 1.00 vMB
Total Fees: 0.02631636 BTC
Feerates: 218.19 > 2.64 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,833 (663,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,296 250,296 0000000000000052d062e7e4d9bb95ce8c9bb9922cd1c24d4dcc084a6302fbbe 106 0.04/1.00 vMB 196
250,295 250,295 0000000000000069f8bfab48fc26a281a30aef01ec5902e4a075348c58e0800d 104 0.06/1.00 vMB 93
250,294 250,294 000000000000003105474e582e8779b21a2daef8e5dbf2045e209575560b0567 156 0.09/1.00 vMB 115
250,293 250,293 000000000000002b27aa706c4df29003e72ed4e0e22bc8e987972add0e9090c2 328 0.14/1.00 vMB 165
250,292 250,292 0000000000000003b7886a56a19780d679bf8918c583d45848e72514d119f9a7 4 0.00/1.00 vMB 186
250,291 250,291 000000000000000938aed08fd0de7659b31575e0ba5446246d7c41026b6b0e5d 211 0.09/1.00 vMB 148
250,290 250,290 0000000000000057ef53f69fcfe45853e83c354802fec76068bcecae77b5f0c1 49 0.02/1.00 vMB 97
250,289 250,289 000000000000001948b28280b95e7c90b2373744648399f7fde816c44db670db 33 0.01/1.00 vMB 96
250,288 250,288 00000000000000306e81a86e4db01f4792a002f602b3fed275d14e651fac564c 39 0.02/1.00 vMB 59
250,287 250,287 0000000000000027cfb29f3a533a69d070b2bd18d9ce7e6d1ee40f9965d3194d 372 0.15/1.00 vMB 147
250,286 250,286 000000000000003c1206d33d99fe4cee4824b73e179559c6f20e423d54e5380c 263 0.12/1.00 vMB 128
250,285 250,285 000000000000003fb2a68efc7c79c186466513ef41efd6202c125410f61aa51c 159 0.07/1.00 vMB 133
250,284 250,284 000000000000006377f42a704d4ecd12ff1047fb79404bdace323a423015d9e0 136 0.06/1.00 vMB 181
250,283 250,283 000000000000000cb0df5dbdee93b43dc9d946cf4e623362abef49e215da93d6 128 0.06/1.00 vMB 47
250,282 250,282 000000000000000a606ba89fdf7d67950a01960782c3fff9102de96234d41e56 38 0.01/1.00 vMB 70
250,281 250,281 000000000000002d1d78b03aef09c8687fbf5a6668103d9f8abdce5848273d91 346 0.16/1.00 vMB 157
250,280 250,280 0000000000000064eca8b97cf033fd67dca162256898daee3806d420bf9253c0 256 0.12/1.00 vMB 113
250,279 250,279 00000000000000691b98318c358c0900373e998604fc875732a869c416dad0a8 161 0.10/1.00 vMB 95
250,278 250,278 0000000000000051c26ca89df84471f7d09093bc49787e2f7f0540e0ac4c92d1 85 0.04/1.00 vMB 171
250,277 250,277 00000000000000113c76e7506192d73f346300e95003c325c9e668bda75ffcf3 57 0.02/1.00 vMB 228
250,276 250,276 0000000000000036d5285cc95cac3a3f5394d0d617b7f27f6e576e1005c6bc46 61 0.06/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 780.32 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: 519.75 GB
    • Received: 4.71 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.