Loading Tool

Explorer IconExplorer

Memory Pool

27,780 transactions
7.08 vMB
0.04832568 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.27/200 MB

Candidate Block

Mining Attempt dcc2ea1e67918c8420b63cec1f02ce7f4ae2f2eec91b670da25236b2ddd00d81
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root f2c8a4b9d6ef932e7e9c661085f9298dbd5601f373ff8bc9507afc49f8abdfb8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,943
Size: 1.00 vMB
Total Fees: 0.02561633 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (766,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,021 146,021 00000000000007972d498b7df045a8d630fa7e10ee86812f3fd1e50dcb1614fd 0.04 MB 116 170
146,020 146,020 000000000000073285898aa39c6130dc1361c0bbc4f5de1552d5aecc5e0086d5 0.05 MB 154 50
146,019 146,019 00000000000005930519b2183bcd1066cf7b0459d250082085aad249a8003e25 0.02 MB 62 91
146,018 146,018 000000000000016aed1bfceb488354f2b5e906c394a5972e123be2b1edec1118 0.02 MB 66 142
146,017 146,017 00000000000005533bf0d1591f814f7423de75f5f152edd5725032b621ef21f9 0.05 MB 137 141
146,016 146,016 00000000000004417dfc8010b7574b4f3c1cab948584172fc9cdaa75b49eedaa 0.05 MB 106 26
146,015 146,015 00000000000004b8e281c024a40ffc939f4f4c87c71976971b91ba033b7a03ba 0.00 MB 8 473
146,014 146,014 0000000000000590141609ede1735d854cdc98ae774c8b39e6318e5e2e6a7547 0.04 MB 85 3,281
146,013 146,013 0000000000000976e76b65d0e7b4f380853598ecfeb00ba42bbf207c2248e4ba 0.05 MB 117 186
146,012 146,012 00000000000008bd0721683fdd186d28bfd6f66371f9aae00343cf814ea0fc0b 0.01 MB 15 286
146,011 146,011 00000000000005b11ff875c7ddc12e8bdcc2b9a932d19f1a4163f6a369d1af8c 0.03 MB 84 130
146,010 146,010 000000000000001c239a14b8cc089f71a2ce2c0eb52fd339db76e86235cfaeff 0.01 MB 20 65
146,009 146,009 000000000000049b99ff1dadf0e6c7b4f3f95b85f2efbda963b102af60561644 0.04 MB 57 208
146,008 146,008 00000000000006843305257c1feeb037541188da9ec9303619ca872402d7ed8f 0.03 MB 44 76
146,007 146,007 000000000000067bb900118e8ccd127672af70cdb54503c42aaff6a15c0b5f1a 0.00 MB 8 72
146,006 146,006 00000000000001c5a8f931163087fc25266a389f8c235458b6e7f87f93f5b1aa 0.01 MB 8 57
146,005 146,005 000000000000012fbfdd068de7f14e9a05002f26e641ed1c91f73cba849c70c2 0.01 MB 25 22
146,004 146,004 00000000000002c0fb1c56c3b6e248a77d1ab0bcee3948a16daff4b27dd8c934 0.05 MB 155 29
146,003 146,003 00000000000000897fc7784ea59913b7c169b91ca8487f011b42a906aaa18c57 0.02 MB 49 404
146,002 146,002 00000000000001dda1df8184b5f0b199304764a788cce5bcadf0628e4cead269 0.03 MB 63 135
146,001 146,001 000000000000036479e4b26fc6b54b728f505df6ec956c68c34deea22f5f79ac 0.03 MB 60 58
Previous 10 blocks ↓
Total Size: 778.86 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: 393.04 GB
    • Received: 3.53 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.