Loading Tool

Explorer IconExplorer

Memory Pool

38,022 transactions
26.22 vMB
0.06540387 BTC
Random Selection Loading Transactions
Max Size: 134.84/200 MB

Candidate Block

Mining Attempt c1c7a15731ecaaafd810ec83c766a05fbdc0528c5228814e9c8daad99374cee3
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root c0d18bb53ec37eb43de0bcf5667acee34f433c4d33aeecfd130e5b6b0b69596b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,241
Size: 1.00 vMB
Total Fees: 0.01684215 BTC
Feerates: 102.99 > 1.69 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (142,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,304 772,304 00000000000000000002936a7a5dec84f2d9773786cdc8ead51873484a7d42f5 511 1.00/1.00 vMB 1
772,303 772,303 00000000000000000003400d3ddfa109854afdaa5d00e6f6dfcbd8c8e0608cd0 274 1.00/1.00 vMB 1
772,302 772,302 00000000000000000003c9e606f871057ae419318e52299c99702bcee35181a7 1,306 1.00/1.00 vMB 2
772,301 772,301 00000000000000000006dcfed326ac78033efb5bf7bff0647ce7a7bb1e8699d5 3,036 1.00/1.00 vMB 7
772,300 772,300 00000000000000000003eb879c70c59c69c14a9c72d7909b35d1edaf1acdba00 2,668 1.00/1.00 vMB 7
772,299 772,299 00000000000000000000b23d15687b3fe5357a9cae86fcb56789a473343cb00e 2,049 1.00/1.00 vMB 16
772,298 772,298 000000000000000000010db6704d2e08c083ab23fcdb2c01ecdc84811077a9f8 1,208 1.00/1.00 vMB 9
772,297 772,297 000000000000000000069a152ac8331e5ea6ab84a6600005d83b4a200f79b227 3,114 1.00/1.00 vMB 15
772,296 772,296 000000000000000000075e5ea8d222e1c3e5a8388276f3c5443ffe71f153c23f 2,882 1.00/1.00 vMB 5
772,295 772,295 00000000000000000006722bb36eecb10cd5ab2286ba9ae132662a3db2a11380 3,420 1.00/1.00 vMB 14
772,294 772,294 000000000000000000044834570c5773859fdddba19d90a7891e847a2457925e 502 1.00/1.00 vMB 1
772,293 772,293 000000000000000000013a2856d41f13a3e6c8e99ca04787ec3d9ce1703371e4 586 1.00/1.00 vMB 1
772,292 772,292 00000000000000000002d97b6196a84e61387fbac7acc43395a8d3cf438e7e03 2,712 1.00/1.00 vMB 5
772,291 772,291 00000000000000000000f74ca6b1573353b6731703cbfef7a800e6712efa6f8f 2,800 1.00/1.00 vMB 6
772,290 772,290 000000000000000000005cd1b9a6598b0a1ca2b45e9b9f2db664f8679523b3a7 2,366 1.00/1.00 vMB 8
772,289 772,289 000000000000000000068f89e789ebf006bf7d6a003519335f0c4cc6461daa68 1,473 1.00/1.00 vMB 9
772,288 772,288 00000000000000000005b5128e16d5cf40fa1194c3cf0ab02b925e74a14d944f 3,480 1.00/1.00 vMB 16
772,287 772,287 00000000000000000001b4a7939c2b3a34ddb3101a57a824c56cdd26c512e5c9 2,429 1.00/1.00 vMB 2
772,286 772,286 000000000000000000022e30175a5d5929d88f6a42ac592fec76380fc9b1a342 3,620 1.00/1.00 vMB 9
772,285 772,285 00000000000000000002c5c776773db5a0a31bdc624cf53b58395ddc9171c71e 2,872 1.00/1.00 vMB 4
772,284 772,284 00000000000000000004c114ca81064110aa59c2286d5fa0ba51e02f7bf9b481 3,320 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.