Loading Tool

Explorer IconExplorer

Memory Pool

29,731 transactions
12.70 vMB
0.10241703 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.06/200 MB

Candidate Block

Mining Attempt 2fd0e65d7f0477dcbd4a8a655da3cb5b7ceca5985d375833f82c5a90c0b4f321
Version 20000000
Previous Block 00000000000000000000b1de521618cbd09356263d7d1af6df1a48b580f3dbf2
Merkle Root eaf67d6f879a1b3ed683d46a268177f5ff4892aed1ba82c231eb8eac1aacf8de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 0.99787175 1.00 vMB
Total Fees: 0.08045767 BTC
Feerates: 29,756.77 > 8.06 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,746 (658,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,312 255,312 00000000000000167f018745bde1eada559264401ede157184ac565140b17ba1 277 0.13/1.00 vMB 155
255,311 255,311 000000000000001bd86a9ae03534eb40f8d48c593ff023698ae69dcecd703f95 321 0.14/1.00 vMB 98
255,310 255,310 00000000000000238e9c7aaa3b499f27a5b297a845e42527c075e43602b3b3cc 28 0.01/1.00 vMB 87
255,309 255,309 00000000000000193a31a4bec2142296ffe566e12828858ceb684a38c20b7cb9 75 0.03/1.00 vMB 175
255,308 255,308 00000000000000021261eb226bd36c83a1ec6116b0e9438e671c09d9ac8f93b6 64 0.03/1.00 vMB 82
255,307 255,307 0000000000000012621d60dd09fde29ca700392380013fa94802b4b8326ee196 285 0.22/1.00 vMB 65
255,306 255,306 000000000000000eda132fc455eb03862c8c735d9c122ce18b9da25bfd3a76cf 586 0.25/1.00 vMB 114
255,305 255,305 0000000000000001fe09ad8aa71ea74f37d4726f47313e4af71c14aff68eb308 175 0.08/1.00 vMB 127
255,304 255,304 000000000000000e8c3854bc54781203a836e61947da8b12b852789eee9304f6 483 0.23/1.00 vMB 95
255,303 255,303 000000000000000fa8189c229167e81c42c0689dbe1557ec5a52ed88d329656b 64 0.03/1.00 vMB 5
255,302 255,302 0000000000000016476fd6796ea9aed3d46f39f2e868c07d1ff28ad04be0d304 606 0.30/1.00 vMB 99
255,301 255,301 000000000000003a324041eae700844bfb6cf2f163a764730c56c0ade01c2706 216 0.24/1.00 vMB 46
255,300 255,300 000000000000002c6f8729d7dac319f331308c90fd1ab32ba54a7cbc082f756a 504 0.25/1.00 vMB 91
255,299 255,299 000000000000003bb765f632c9107daebc7e147ae5c23ea33d41fc706fbe9611 161 0.08/1.00 vMB 82
255,298 255,298 0000000000000028113aad887c5ff5a67233cc9a59927b4827361cdc915f23fa 159 0.06/1.00 vMB 93
255,297 255,297 0000000000000022554fda0ea1c90d40b7284deb88d7b031598f856619b3ef1e 372 0.15/1.00 vMB 105
255,296 255,296 0000000000000003a7b421ee892505f17ff9408c95d63fb74ec4c0289a4aa30b 397 0.14/1.00 vMB 101
255,295 255,295 0000000000000031001fbcd4775aec28e5e9b452caaeaad82f3cd0a0f7bc2f1a 482 0.25/1.00 vMB 115
255,294 255,294 0000000000000007d8289470ad5c154c59e197fff3cf5886a3b88ceec0ccd925 77 0.04/1.00 vMB 86
255,293 255,293 0000000000000004a2b097d9224cedb8af18fc9a44cb9a54a685fb4259020734 91 0.03/1.00 vMB 38
255,292 255,292 0000000000000026bf211ffc9a93f0a72ce7f8cf3bbe1c8e3d75954f3f64c1c3 137 0.07/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 780.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 503.49 GB
    • Received: 3.89 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.