Loading Tool

Explorer IconExplorer

Memory Pool

41,749 transactions
27.58 vMB
0.06995447 BTC
Random Selection Loading Transactions
Max Size: 142.68/200 MB

Candidate Block

Mining Attempt 1640b9805d1d9a66f6da96f7fdf2b542083dc94ecf7260f706124f3fb0a76f2d
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 8f7e8e206e88554698c06c2ef2d2bed58c13db5f6cf108720f699cf8352a14f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01563591 BTC
Feerates: 100.53 > 1.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (449,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,658 465,658 00000000000000000164a625cbd750b9b95e29879d10ee64f7d2795c9c33aa99 2,317 1.00/1.00 vMB 227
465,657 465,657 000000000000000001994cca5ebccc89b7a5ffc7a3c320524542ae417f0d111c 2,355 1.00/1.00 vMB 273
465,656 465,656 0000000000000000012edd52500cdb58ec076e78df4074a382e5c29d59397123 2,346 1.00/1.00 vMB 229
465,655 465,655 00000000000000000163673ccbb6bb79e0cb6f64166a2961b098e4b6b5361f86 2,801 1.00/1.00 vMB 329
465,654 465,654 00000000000000000123ba44d308180ba5fea3b7a50b483b149aeb53de2a2506 2,788 1.00/1.00 vMB 232
465,653 465,653 00000000000000000033c5185c9a6390cf88b60c2ab103e3fee88dda8774404d 2,039 1.00/1.00 vMB 220
465,652 465,652 0000000000000000017cee125ae30eacbaca9a006f8f69911843dd8dc71408ee 539 1.00/1.00 vMB 178
465,651 465,651 000000000000000001e0e484674b9ed64cb71c11599439e0b4fc4444eba96319 470 1.00/1.00 vMB 150
465,650 465,650 000000000000000001eb58db60c341ba9e1451ee5f00010833c4514c1d9b1e34 2,020 1.00/1.00 vMB 171
465,649 465,649 00000000000000000118233766a9ca14267543aaf03c51bf97168d10afb4d03d 2,863 1.00/1.00 vMB 274
465,648 465,648 000000000000000000f240b4455076c1a6b0a05893f9c6a5e5a94577d6af78dc 2,501 1.00/1.00 vMB 209
465,647 465,647 000000000000000000cc54bc466cfa2e028a255a75637214a9c85c8f527d728b 2,560 1.00/1.00 vMB 195
465,646 465,646 000000000000000000cbb924f7c8fd22c22c26b931489779db251aa2b13f02f8 2,850 1.00/1.00 vMB 316
465,645 465,645 00000000000000000125fa4b9c9953515f1df30d8c2e507d6e5414b0c8b5c51e 1,486 1.00/1.00 vMB 177
465,644 465,644 000000000000000001c7e439a2794fcb1a67773c3fcab4fe3bbf592b91c3586e 2,491 1.00/1.00 vMB 248
465,643 465,643 000000000000000001d2b692385ded133ce6d6d9b96d40171657153af13a9dfa 1,146 1.00/1.00 vMB 190
465,642 465,642 000000000000000000e5a92266fc5601dfa711618c3303a681b7bcbe9912e8ab 2,670 1.00/1.00 vMB 238
465,641 465,641 0000000000000000020c320f9438a67e3a809fe2fd96459310a28fa647065bc6 2,733 1.00/1.00 vMB 300
465,640 465,640 000000000000000001e85ec16db1388fe3383c20ed4683493e66c239391e6daa 997 1.00/1.00 vMB 212
465,639 465,639 000000000000000000a8462de8becd4fea57eca76ee10582d8fd62cde0883ff9 1,382 1.00/1.00 vMB 213
465,638 465,638 000000000000000000f56eceef2a1b7440e9f7bdb2b7a3f0a467e01478200ffc 2,069 1.00/1.00 vMB 263
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

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