Loading Tool

Explorer IconExplorer

Memory Pool

79,888 transactions
29.51 vMB
0.09141781 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt c76c57568576371d63c5cd5ea4ed152389c7f9a1128106b181cc5430e3d81355
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 88b5eaae457dd8b8bf20a420843dfd3af28ce132c2266e259329d37685d1c280
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03118838 BTC
Feerates: 101.65 > 3.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (460,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,688 454,688 000000000000000000bb8f1e628866c1a39b5d4ffd190dfe468e2aaf5a364df2 2,479 1.00/1.00 vMB 118
454,687 454,687 000000000000000001dca82df156fee712c4edb5aef99665f953756f9f06c29c 2,117 1.00/1.00 vMB 160
454,686 454,686 000000000000000000326c02ffbb74f1d98550e753cb3ce839e1f36ded90afb1 2,250 1.00/1.00 vMB 135
454,685 454,685 000000000000000000bc4dc0d658dedf07b96ad9eb3d2431b9844516573b8403 1,992 1.00/1.00 vMB 96
454,684 454,684 0000000000000000008daafd727d5b6e82fe9479cc806d5922263b3372ee7c2b 1,952 1.00/1.00 vMB 104
454,683 454,683 0000000000000000010192fcd9cb23613543282aa55188c2e677adfed934cf1f 1,904 1.00/1.00 vMB 105
454,682 454,682 000000000000000001a4f3d748b73a0aafd2fb79f0a31d57a3e7bd6e2e97fc70 2,103 1.00/1.00 vMB 114
454,681 454,681 00000000000000000250c4853db6920869605846f6dae591374482b98f71a766 2,640 1.00/1.00 vMB 181
454,680 454,680 000000000000000000916d48c42fd1252d86cffc16d189f2356b1d248385a45a 1,640 1.00/1.00 vMB 115
454,679 454,679 0000000000000000024a3adeaa53990fc6eaa2e61a7e0538cbe8e6cf074bcf30 2,020 1.00/1.00 vMB 125
454,678 454,678 000000000000000000c95c7a4f7cf70531fbc11b69ac1484408fd72d830b8afc 2,368 1.00/1.00 vMB 117
454,677 454,677 00000000000000000102df8cfd2044309dd968392ab010d65448279343bb335e 2,618 1.00/1.00 vMB 133
454,676 454,676 00000000000000000067a7fae46d10636ce6cf0a3e10d262bdde1dcecf1d807f 810 1.00/1.00 vMB 113
454,675 454,675 0000000000000000016949ea3ea33783d1707e77a9a99ca4a5da09d74e2b670a 1,666 1.00/1.00 vMB 179
454,674 454,674 000000000000000001dcf84499b387093f5aa953d6574e35578de1b120cc537f 3,078 1.00/1.00 vMB 124
454,673 454,673 000000000000000001f2748302326375473718fcce60cb28f6e0bcdad33df9aa 2,651 1.00/1.00 vMB 227
454,672 454,672 000000000000000001e169c0cc6272365c550b00de6c53abc9a0caf82c8c5d88 2,427 1.00/1.00 vMB 176
454,671 454,671 0000000000000000022f63b133d46014f8e47f2cf627ca60657b078b73c02e8d 2,377 1.00/1.00 vMB 123
454,670 454,670 0000000000000000018d03a3dc946a2e439c932cf7062da9ebc4b8c042b2dc30 2,639 1.00/1.00 vMB 133
454,669 454,669 0000000000000000020120c3690f43bdea5682ec20bd7bb6d38b1231ed8be621 2,310 1.00/1.00 vMB 159
454,668 454,668 00000000000000000138387a13cdfaf26dc1b3b3091e5c696aecb5a85a48defe 2,617 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

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