Loading Tool

Explorer IconExplorer

Memory Pool

28,578 transactions
6.98 vMB
0.05389514 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.96/200 MB

Candidate Block

Mining Attempt 60fe60040c771e7fc0ac6cd3125332c9ae8506a2818453af991e4d3d46962b47
Version 20000000
Previous Block 000000000000000000022284c297da0a87d12b261e6052f3b173b86dc93272d5
Merkle Root 25c382562516ff010a7631a2d63b1a7c145316be6ba919b3719ebb9f0dd68764
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.03319006 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,015 (668,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
244,644 244,644 0000000000000053474c31e219cca761a93799b77ceddc84e32e83a506f956cc 0.23 MB 479 95
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
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: 396.22 GB
    • Received: 3.55 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.