Loading Tool

Explorer IconExplorer

Memory Pool

84,374 transactions
31.97 vMB
0.11204980 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt fef1ca7e35e6bbddfae29bc96fd3aec2e60ee91e62ae8d401517b9fe1bee8920
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root ea6b7a609a74108737c84289b8b772c9bffdfe91bdacf07731d808fcf1d7798c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.03964590 BTC
Feerates: 100.69 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (235,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,629 679,629 00000000000000000006805dba6956fdbee3472961cc98f1d6297555c3ff7dc5 2,083 1.00/1.00 vMB 199
679,628 679,628 0000000000000000000be6884d79a174a50c14ef238386f6fb9253de362fa1c1 2,330 1.00/1.00 vMB 180
679,627 679,627 000000000000000000048607f51a9219c015dd69edd50fb06914586201a3590e 2,381 1.00/1.00 vMB 190
679,626 679,626 000000000000000000077f107ac8fd3b4f84116818e9e44b730c4edc9f756e19 2,282 1.00/1.00 vMB 168
679,625 679,625 00000000000000000002ce49046c8a356aed6f08c140a9d7c7c0a35aaed88e62 1,271 1.00/1.00 vMB 177
679,624 679,624 0000000000000000000395014d084be99bf210c7b6eee6056d6532264702d855 3,028 1.00/1.00 vMB 177
679,623 679,623 00000000000000000009adefdb94a6a3dc9d8c2b4f8fa14e126221775f2eaa05 3,393 1.00/1.00 vMB 175
679,622 679,622 000000000000000000083c237d565e37d90ba5ceeb109e7c297c630e9d2fb079 740 1.00/1.00 vMB 178
679,621 679,621 00000000000000000008ce2b6a7a136dad62d16b2e924c06ce13257d764422cc 1,803 1.00/1.00 vMB 179
679,620 679,620 00000000000000000005a565438b37a387ef910eab07a46cdf341011824b73a7 2,843 1.00/1.00 vMB 203
679,619 679,619 00000000000000000006c7aeda7343599a9c0b9c1de23dc1d21f150797787cc4 696 1.00/1.00 vMB 190
679,618 679,618 0000000000000000000a0f1279c1088029e57ad47c5e0af0bb18406f27d989d7 818 1.00/1.00 vMB 198
679,617 679,617 0000000000000000000ade31c5a3c8f17e2cb0a0c8fec5427942e1066d4d8d3c 2,837 1.00/1.00 vMB 201
679,616 679,616 000000000000000000094a3c1f7e48a07564cb42413c883530dfdc5fa83d9c03 2,556 1.00/1.00 vMB 204
679,615 679,615 0000000000000000000342140f86671bb68b57044a3f56a8edc3a51b99c5fd76 2,779 1.00/1.00 vMB 228
679,614 679,614 00000000000000000002b7785ed13c03d78339144067294d169bae5bc9c4f52d 3,523 1.00/1.00 vMB 257
679,613 679,613 0000000000000000000af093014f585ca1eef38a6a627bab05e9a664772015b1 2,753 1.00/1.00 vMB 183
679,612 679,612 0000000000000000000ae68f42bf46e6bcde47791d3248a7da86e091442bbad1 2,935 1.00/1.00 vMB 161
679,611 679,611 000000000000000000064ff123953b39f360b42e1e94280745cdbc7740d1603e 2,737 1.00/1.00 vMB 217
679,610 679,610 00000000000000000007a1e865e535d6bbd6baa13f5d229e7d7e40e8b118cbe0 2,281 1.00/1.00 vMB 197
679,609 679,609 000000000000000000007c2422d5633561b9b64f1f9c0471a5b1f8864b8c1958 2,201 1.00/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 782.72 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: 703.48 GB
    • Received: 16.64 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.