Loading Tool

Explorer IconExplorer

Memory Pool

13,887 transactions
2.55 vMB
0.00913487 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.78/200 MB

Candidate Block

Mining Attempt c9b588463d3aed95babf04eb94f11e483b7f39e92da7dc09f44de13f5d8dc87c
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 77f5e1f2744f2093b251dc3e738a6bc9aba05213f73873e70b62a660de794e4b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 390
Size: 0.10 vMB
Total Fees: 0.00295952 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (642,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,631 270,631 000000000000000053dc04f3a1b1be413077a8fb0be479c7e113639b7f97e8c3 0.10 MB 256 61
270,630 270,630 0000000000000006c5cad308f979a48120a0b710418062f74457c331b51cf9c7 0.25 MB 675 63
270,629 270,629 0000000000000004a9a523ab8d7865a41b037b8dd11de7fd7db1a860d4902126 0.15 MB 320 50
270,628 270,628 0000000000000003f857b7bd772c6fc42146104b7723edb94e817d40eee3cd47 0.13 MB 217 48
270,627 270,627 00000000000000013a3c6e8f6e33065dcf800c0651965b68a8cf06f7b7b67df8 0.18 MB 289 40
270,626 270,626 00000000000000001639cdce4cbfedac6a957ed8e3b671c4315cfa6213733223 0.25 MB 552 34
270,625 270,625 0000000000000003af9354ce01ab38ac7ef827d5e58567d42e1fde3a88de8576 0.07 MB 181 154
270,624 270,624 0000000000000005aac3564c1e9d5fa79c8eb594bb75ce80ef91ca6286e80f98 0.06 MB 166 34
270,623 270,623 0000000000000003d55ea07e0357090249c0221acff0877ce70fd4cdaf01c30a 0.03 MB 60 54
270,622 270,622 0000000000000001eaa92f22a1d4cdf46ed1b077d9b34e53a4e2f9282cc5ac7f 0.15 MB 180 36
270,621 270,621 0000000000000006b2af823516821a6fbde55fc5741a86f238fab28a4c0564bb 0.07 MB 69 21
270,620 270,620 00000000000000020a212cdb028cebfc19d95c77f4b1cc8fb5a965e8fadcd531 0.00 MB 1 0
270,619 270,619 000000000000000051c7cc8f85094731d28e5c99d923f89bb74404026261c93f 0.25 MB 623 81
270,618 270,618 0000000000000006bcb969e851aada4093ea020bacd70975495e2b12ee1ec2b2 0.04 MB 72 76
270,617 270,617 0000000000000002a7aa9009823957b8081530fab5232f857e31dcce41ebc749 0.14 MB 294 103
270,616 270,616 0000000000000003887279c0e89b994af3733911a774b6750064158ba5b40f41 0.14 MB 348 66
270,615 270,615 00000000000000027ea61020b8895b0f7311e987a8a0af3e8f4eeb6b197add61 0.21 MB 290 41
270,614 270,614 0000000000000003746a8e9a923907066e62a17bb5bbba9732c0e1e11d70e0b6 0.25 MB 392 30
270,613 270,613 00000000000000051d2ef5a2e8b9715b8034d26ddfb7f8400068e9b93c27065d 0.25 MB 556 60
270,612 270,612 0000000000000006af70bf4bad143a7c76938f081ac2249ddcb8fe18ad636358 0.25 MB 716 155
270,611 270,611 00000000000000013de083a7cc4fd926a965281ce19e83aa407848c9dfed4c30 0.16 MB 450 74
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

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