Loading Tool

Explorer IconExplorer

Memory Pool

27,216 transactions
6.56 vMB
0.06920822 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.70/200 MB

Candidate Block

Mining Attempt 5aead8dccddcdc4cdb71b396f49ab30aebe7df170d84e8a259cffa9a0f7044e1
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root eef5558d97e947eb33de6ab0d3aa6b0883e2afbec2aecb53eedf9b6684e8b7f6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.05138704 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (653,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,653 259,653 0000000000000016f9eeb001bae7be09642c72c113b109a8d05fd5645d40b2ce 0.18 MB 416 126
259,652 259,652 0000000000000025dc09d81195ebbe7c0a883e3e216d27ee4d7dc4ebaedf781d 0.19 MB 323 93
259,651 259,651 0000000000000004f3c0cb9a9863529a439ed543fab366f5d2bbbd0d2f8d3c2c 0.23 MB 529 107
259,650 259,650 000000000000000cf5a0996959858a60e6d78556649c7e4cdb8b3389d969c9bf 0.25 MB 630 124
259,649 259,649 0000000000000018a068688699253ace3dd2953f0cae1624c85d1780a7728020 0.14 MB 304 100
259,648 259,648 0000000000000003129f627a3e9848969f93ebca57efebfd4f5c005dcc6593e2 0.25 MB 712 131
259,647 259,647 00000000000000131aeee6ab644a0902099f120f08111553f1d3848cdebc48ab 0.30 MB 717 94
259,646 259,646 00000000000000261bdcf9b54f44e726a70dd99ebb85392bbbe88fa66a132a6c 0.25 MB 582 156
259,645 259,645 000000000000001069fcae47a40c6f59974642f1b88c76865ebad3e048a78531 0.21 MB 357 89
259,644 259,644 00000000000000192b7abd07fae8afc7566c4758d21cb35c9993d1bd07c7e2a6 0.25 MB 631 123
259,643 259,643 0000000000000004d596de40e1c2a565af52a51f1b13ff83f8196591982b8154 0.02 MB 34 58
259,642 259,642 00000000000000105f1e107540d5ba331c273b448f1d815520c373c083b3ad51 0.06 MB 139 60
259,641 259,641 000000000000001993ce7e090cd5f432a8a960a2c2928aac4d575627597013e7 0.14 MB 315 126
259,640 259,640 0000000000000010854a9fc42b25d6850828ad6bd273557557627dc74732cbdf 0.05 MB 27 32
259,639 259,639 00000000000000102079200db5812c4e483077269bd39b17aed1fc9e0035c531 0.04 MB 68 53
259,638 259,638 00000000000000239464d76cab58f3bc4445f37cd4ab007874f3bbc89bb6146b 0.23 MB 603 112
259,637 259,637 00000000000000003dbb863e0fb53594fdeabc11c321b61712529834b56fbd65 0.05 MB 110 61
259,636 259,636 000000000000002315e778c6af898408b9a141c8a40ea4e0d915e350a57b6654 0.37 MB 806 103
259,635 259,635 0000000000000008b0a1fcf425a7f43d09b2913f19edcddd2676345492bf4cf1 0.01 MB 24 94
259,634 259,634 000000000000000a969225df7450475c6e49afe46505badf6eb50f9752f8baf7 0.17 MB 265 31
259,633 259,633 0000000000000016d754345659fba578a2b14baeafca6436d3afc04e39af787c 0.25 MB 659 129
Previous 10 blocks ↓
Total Size: 778.85 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: 385.25 GB
    • Received: 3.46 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.