Loading Tool

Explorer IconExplorer

Memory Pool

32,221 transactions
8.21 vMB
0.10938951 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.63/200 MB

Candidate Block

Mining Attempt a1f150a9ebe488a3b04e55dd8ea7b1050c000095e765068cf4191c7108c80bdd
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root f60d8b79a486832b51dbaacd53b4c6c256dbdd278075d73e5036c85650f6e378
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.06824211 BTC
Avg Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (744,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,654 168,654 0000000000000424567cebcbc085765ac0b68cf1efda676a24439a49cc9e53a6 0.03 MB 54 142
168,653 168,653 0000000000000716770cda0d13d80c85b991fff75d11ad4eea764537581ea27a 0.00 MB 4 0
168,652 168,652 000000000000008591ea8bb6cedd475db0617eb6c9dee6793761865297f03663 0.03 MB 29 146
168,651 168,651 00000000000008aa1cc53a8d839414188a59a65adf2129e1b6274816742e867d 0.01 MB 36 5
168,650 168,650 00000000000006086b610c40287e88d7557475478417c555a1c5a805ceb8a87f 0.01 MB 11 34
168,649 168,649 0000000000000a17100406a495c86cb578f7e9dc29735863d40207fc2b79d56a 0.00 MB 12 50
168,648 168,648 0000000000000a2c11db97b8404fee2ede5b126e0055bb6b73619c6a6b0a0871 0.03 MB 65 334
168,647 168,647 000000000000083916c2f6c7d423640d3069ee2b2357345a963d09c0dddc9409 0.03 MB 68 45
168,646 168,646 0000000000000072400df87cb7ab1bdc9df86fd41622b8195820538214fc2a9c 0.00 MB 12 43
168,645 168,645 0000000000000bd636fe1527ab27560c380ee8ec8905edc5a9af531401b1f3c9 0.01 MB 29 13
168,644 168,644 000000000000097a01d37abb03c4ebf9f056521cfa2127d8e818c433ebfd0b66 0.01 MB 21 180
168,643 168,643 00000000000006cdefde72693eec8e06c4eb7cecd3599566a21d53d71711a89f 0.00 MB 12 49
168,642 168,642 0000000000000a896cd8b218a832ee2c5b2c1c5836d808f298a2a9cca4c396f6 0.02 MB 46 50
168,641 168,641 0000000000000288f37fa058070efd1d381cb8ecd0449b35f416d947cd93e3de 0.02 MB 47 28
168,640 168,640 00000000000005b23ee24b684b54afab22b047c75635a485b230cf7ce8212dd2 0.03 MB 45 72
168,639 168,639 00000000000002883285eaec7a0ef2d9a870ee6dc69474bc162370f083eab0c3 0.02 MB 30 122
168,638 168,638 000000000000078088ea1f748d6ff6aa70accee703d2a8e4211c7ec36b50809a 0.00 MB 13 63
168,637 168,637 000000000000049f7b1b70477c3ed567b3162ed0c17f378f0aef16ca65d3ebb1 0.02 MB 25 504
168,636 168,636 000000000000012ea220e930fbb0802830830ed32ae7b4bb59dd07a91a56226c 0.00 MB 1 0
168,635 168,635 00000000000002c47d447ea66ebf9aeb9a7adf2d7af023d62fd8e1544b8c97a0 0.01 MB 12 42
168,634 168,634 0000000000000b836b926fa441ac1ed3a157a8e01e943767ed562ad58d54055f 0.00 MB 15 37
Previous 10 blocks ↓
Total Size: 778.87 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: 399.01 GB
    • Received: 3.57 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.