Loading Tool

Explorer IconExplorer

Memory Pool

22,693 transactions
5.62 vMB
0.06688915 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.36/200 MB

Candidate Block

Mining Attempt 42d9b44b96a7f38799a7dfe4230759fa35e9ae6aa6a21e08d6e8434185528b93
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root f4597e848d891b33b6d93131bced01310d299cf64fb7055d24c95984cd5dca31
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,189
Size: 1.00 vMB
Total Fees: 0.05328073 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (668,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
244,643 244,643 00000000000000be3cfb08a289a6e9c1722504a2d58bc0aed9f2f5307c75e048 0.07 MB 178 119
244,642 244,642 00000000000000bdd76ec34690d0deba8946db8dd1892140e5a18bc3b09656f4 0.05 MB 99 76
244,641 244,641 0000000000000014fed5052a52e9c7183cfdc334d4d383bbabb5c86ed54ede44 0.11 MB 286 98
244,640 244,640 000000000000001ee961b4f9192e489aafe664ed86dc7fbc6288c465b4682586 0.18 MB 369 107
244,639 244,639 000000000000009409a888b04174581503325aed24c0b154cf9e35310851fd4f 0.05 MB 105 83
244,638 244,638 000000000000000c7dfba3e91ec92945ad82062de89a0c89a3f29a03ef124abe 0.14 MB 326 130
244,637 244,637 0000000000000018ec8af4db3eddee33673b7b7bbc86fae21cdbb457927a75c1 0.16 MB 413 311
244,636 244,636 00000000000000a29e493e599d019c9542dd10a5caa8d72059131cafd66eda75 0.20 MB 512 93
244,635 244,635 00000000000000a72df14f5f7e762d91475309e8e54ee8aa390ffd3071575928 0.15 MB 256 28
244,634 244,634 000000000000004fb4a0adeea1fcf63973166900a6ccd93052d8c9f154af3783 0.22 MB 574 113
244,633 244,633 00000000000000586f47dcf3567a45f91b3f31e82460a868e6a82b0ea240242c 0.11 MB 238 144
244,632 244,632 0000000000000049a239b4fcc348d9da5adebd4071e5da626c3a87c8be695e6b 0.09 MB 226 75
244,631 244,631 00000000000000932004a90daa746b1f45757a0e649aac3c8d9aea3c3a02d05c 0.05 MB 128 79
244,630 244,630 00000000000000bbf84cbce0082964dff6737727c98c0dcc8a92a7a167509d1f 0.25 MB 600 153
244,629 244,629 00000000000000a3fe64201900b9b2d481ed5d7e6b9f6887bea5591f19c0f793 0.02 MB 52 60
244,628 244,628 000000000000006af1ba8c50f2d94c26fe9025fea7704742f1c35ac28fe21cf7 0.10 MB 222 111
244,627 244,627 0000000000000087180365834a58828e8f6ecd227b0f5b3a807d90de35c42883 0.05 MB 101 78
244,626 244,626 0000000000000012bba8a2d169a79858329ff3df35a3143212801f41b44e245a 0.03 MB 67 98
244,625 244,625 0000000000000033dc5fe0a5a2aea7884a18a42b74cf846ecaeb3b81fb258846 0.04 MB 112 91
244,624 244,624 00000000000000060436e6fc0073e87d9cc8a8d0f12c9e21a8554b4173536ee4 0.03 MB 73 52
244,623 244,623 0000000000000023011ecdbd02230e277aa9eac4e4028f2fab1c1fb9fe5d8f27 0.20 MB 460 130
Previous 10 blocks ↓
Total Size: 778.82 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: 364.09 GB
    • Received: 3.29 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.