Loading Tool

Explorer IconExplorer

Memory Pool

81,562 transactions
31.01 vMB
0.09099998 BTC
Random Selection Loading Transactions
Max Size: 188.25/200 MB

Candidate Block

Mining Attempt 5e6a2d0f203a0f2d6ef155c0c5af044bae8a25afb8e90408057de9abdf187e9e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (279,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,687 635,687 000000000000000000113d00c7a7f654e79f26db570c4e87b1267cc68493f42b 1,319 0.48/1.00 vMB 19
635,686 635,686 0000000000000000000a1f3c03a6fbfdf8312e39b5cb2f16ae413b83a9c513b8 3,054 1.00/1.00 vMB 18
635,685 635,685 00000000000000000007c98c4f4ccc52b8d2b6088a98e352b0bb1899890d47be 2,288 1.00/1.00 vMB 8
635,684 635,684 0000000000000000000b93a7eda290db25e26fce17471bcbc40f5408a4f94493 2,517 1.00/1.00 vMB 38
635,683 635,683 00000000000000000009fb22f1792e892c63bb9655b41f84dab9bf3f88f5ffb2 2,699 1.00/1.00 vMB 17
635,682 635,682 00000000000000000002eac3b30588b5560091c12d8f079fc3d61ab25e516068 2,988 1.00/1.00 vMB 37
635,681 635,681 0000000000000000000fc0ce069e2d032b020f70344ccded2d9bca9d6c1cf53e 861 0.27/1.00 vMB 21
635,680 635,680 0000000000000000000c51ef2050aaffdf32ec5fe7a816465876925c8b428294 2,006 0.74/1.00 vMB 19
635,679 635,679 00000000000000000003225107580f6deca49586486570a304e34631bf3b10fa 2,202 1.00/1.00 vMB 27
635,678 635,678 00000000000000000009b2fcdf81a63596288cd5badeca9347eab68994581c5f 1,195 0.60/1.00 vMB 2
635,677 635,677 00000000000000000002e5ea7cda4bce39ccd01bc6c7fdd0601c8c41c64189bd 1,996 1.00/1.00 vMB 27
635,676 635,676 00000000000000000008e9c6a2a990764ee862ca98160e1c06379507c981f69b 2,589 1.00/1.00 vMB 20
635,675 635,675 0000000000000000000b0eb5b64989a37e1a44e2dff431d82cf9794aef982c7e 2,436 1.00/1.00 vMB 22
635,674 635,674 00000000000000000004f18fda84b14c0a3d84c028ea324bbc7483ce4c74e72d 2,284 1.00/1.00 vMB 10
635,673 635,673 0000000000000000000da590af260f7738f2faa62057483b9a5905a53280ab0f 2,502 1.00/1.00 vMB 39
635,672 635,672 00000000000000000001bc77c8ecda9d794ba356330b4fa5514a3a54362266ce 2,199 0.75/1.00 vMB 3
635,671 635,671 000000000000000000086aebe5c4eb8dca98fab29ca496937490d86c0f24d051 2,602 1.00/1.00 vMB 27
635,670 635,670 0000000000000000000091ce0fcc5c3d75013601db7704d1c778e3f4b183066d 1,453 1.00/1.00 vMB 36
635,669 635,669 0000000000000000000ac5f7b9cfa563fb838bc26231534c973f817d5af6df5e 1,984 0.78/1.00 vMB 19
635,668 635,668 0000000000000000000f574339901112d244c9325585951b47d79d7248aaa942 742 0.35/1.00 vMB 19
635,667 635,667 000000000000000000041595f2bbfbaefa1b76fbc4e241e0422d8c393f3f184f 1,861 0.70/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.