Loading Tool

Explorer IconExplorer

Memory Pool

86,343 transactions
33.21 vMB
0.14357942 BTC
Random Selection Loading Transactions
Max Size: 197.51/200 MB

Candidate Block

Mining Attempt deff8047abd2ad1218b643f69c9c1c09f5a32fab601a52e78ab233ac77ab72e1
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e1f5f27253d7b4b94a6fc1e347bd70de6402cbffe942bc91edb41c1bbf4fe655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06590289 BTC
Feerates: 387.56 > 6.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (597,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
317,567 317,567 00000000000000002b236eb9e27acd15d2cfa9ae7219f8e3e782354678583c60 492 0.36/1.00 vMB 25
317,566 317,566 000000000000000003ea54b05a38c656e6de37f5d55fe3769d9a368b45e61fc1 172 0.10/1.00 vMB 18
317,565 317,565 0000000000000000254e5450e5eb59813b88715f0c35fb3e4379c682d942cfa7 174 0.11/1.00 vMB 16
317,564 317,564 000000000000000027ba29f8a440194cd97d11e281f50167e4a0b4c2000770f9 458 0.31/1.00 vMB 23
317,563 317,563 0000000000000000099e0c61c8c9b268e8077179897cdc48160b79f2dd87c5dd 624 0.36/1.00 vMB 28
317,562 317,562 00000000000000000836eebc016acc9e65f368cd00cffed165b0608ea289da72 336 0.25/1.00 vMB 24
317,561 317,561 00000000000000001d78f7ebde05a4b086822a8323c17864d29762a2e4ec71f2 296 0.17/1.00 vMB 27
317,560 317,560 000000000000000023e3b843e10e14a0a6188d069ff22f6898c32e4c1613a2a1 399 0.22/1.00 vMB 23
317,559 317,559 000000000000000016d3781f9b88038d72e414fa078dfd23903c44d732d7940b 191 0.21/1.00 vMB 16
317,558 317,558 0000000000000000054ef7ce2f517748fdc00ba7b5f2dc558e3f2dd9e99cfe7a 1,284 0.75/1.00 vMB 23
317,557 317,557 0000000000000000018986dbe5c8ac76c4afb25d1f52d1925750e4a9eb8438a0 1 0.00/1.00 vMB 0
317,556 317,556 00000000000000001d46076ef1aa367f22b94a54fcd233f3f5d6723d901e04c0 1,024 0.29/1.00 vMB 49
317,555 317,555 00000000000000000fac4ee314fdfe220eedfe80768fd8cebd01ec9d9327b7d4 321 0.40/1.00 vMB 15
317,554 317,554 00000000000000000a62f6d10d79bc163ed0133cb18b41f1287af165b164afac 1,321 0.50/1.00 vMB 37
317,553 317,553 00000000000000000d1896f81e2c522f153564696c6ef6e14316c7a5c162ca02 1 0.00/1.00 vMB 0
317,552 317,552 000000000000000020d8ed1b792b24d96619aca083ae7c3d733e2054b75bb1c3 213 0.11/1.00 vMB 23
317,551 317,551 000000000000000007f9bfc4f1b7b6b8f82cddbe49a2f5dca940fed9bb21867e 145 0.09/1.00 vMB 25
317,550 317,550 00000000000000001382f1ab372bd1c32e522e750c0fabe64190b0a21a6ac4bb 145 0.07/1.00 vMB 27
317,549 317,549 00000000000000002b19e9bd5cb37f20a03aacdba241115aa082ac20c1897b9d 567 0.30/1.00 vMB 29
317,548 317,548 00000000000000001fea0b041b28e88a40c18480d346e7122e7bf4c2b6f06029 121 0.08/1.00 vMB 12
317,547 317,547 000000000000000017857c49ea9b1281c3c526d6de94c5074cfedbcf14b6fb9a 509 0.30/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.31 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: 659.41 GB
    • Received: 14.60 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.