Loading Tool

Explorer IconExplorer

Memory Pool

18,018 transactions
8.17 vMB
0.03732197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.80/200 MB

Candidate Block

Mining Attempt 63ee05bd6e2538e3e18aabbee297e0174903c89cb8546f5ce7b5ccaf71517a53
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root fb90b53d6cbcad376435b8142e3fd9a2c0dcd731d988f65ba846600a9fe571e6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.02002647 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (716,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,091 197,091 0000000000000633b27be2a9ab541be8e2361efbe5eded6d7cf00ffe165c978b 13 0.00 vMB 0
197,090 197,090 00000000000001e5379d8b4afc9857f901e498c9f86f894b7a6f82a7b7a2873b 495 0.25 vMB 263
197,089 197,089 00000000000002c91af068e820fa186be2822a6cb3681c7a969064fc00ca9d69 853 0.25 vMB 197
197,088 197,088 0000000000000098e4bbe5a22ea8f2a7311733431f7e5f3225b2efb1642595ca 599 0.25 vMB 202
197,087 197,087 000000000000011d71db7b723ee299236e3678614676b0783b15627d66a3188d 9 0.00 vMB 34
197,086 197,086 0000000000000672c46461d02d8bc7f186b03e4ec3fe4262de57196899c8db56 133 0.06 vMB 389
197,085 197,085 00000000000006d444693f20dfe78f737410fa8df6d7ca5de7f5f0b8b0bf1568 507 0.25 vMB 119
197,084 197,084 00000000000000612ee0848c2a43796d829481941fa187653662f0c13f907652 145 0.05 vMB 75
197,083 197,083 000000000000032e0d6a90ff21c110961d50533a5b7cd17122912d88c41f41d1 315 0.26 vMB 331
197,082 197,082 00000000000002f3f396274c74af25022078e6514e0d364b18785983fb76d8f8 289 0.09 vMB 428
197,081 197,081 00000000000000b4f5a3ac3e25df1caf99f137b4fdbb65d60f176166fbda61b2 136 0.05 vMB 353
197,080 197,080 00000000000003324d0676cd2aed60f420179fb264f7c8da635aea03aa2c65ef 130 0.05 vMB 247
197,079 197,079 000000000000040d6626587faf0792c731be2d1cab0ea6de52cc1958b8db1941 302 0.10 vMB 545
197,078 197,078 00000000000004a4dcfe2b472c76538d724adf02423dba60696bf4d9dc0824f1 640 0.25 vMB 169
197,077 197,077 00000000000005aa0bd5f6b8eca7ffd9ba05b90d55659a04d518de31f409ef87 944 0.42 vMB 203
197,076 197,076 000000000000058391e23b3527109d942e3b9ac781c33d6ede4d39f4e65f5860 142 0.05 vMB 324
197,075 197,075 00000000000003680cfabf85c9ba316a3c5f77c2fb3f63fa7571414b4ff18d60 116 0.05 vMB 511
197,074 197,074 0000000000000177fa293dba818bf4b296f3da6ac20bc25d2a8d8632aa61fb2c 9 0.00 vMB 163
197,073 197,073 00000000000001ba462c0658c131f1c11e42c731454535edeee7cd9c008fd6ed 220 0.11 vMB 146
197,072 197,072 00000000000000240fd6025195d3983951d71f90be2c2dbdb314a9869d84aa0f 83 0.03 vMB 145
197,071 197,071 00000000000003c0b1dbb87c8fbf614fc37429a67ee6749af562eeeaeff1e414 256 0.10 vMB 1,015
Previous 10 blocks ↓
Total Size: 779.58 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: 286.07 GB
    • Received: 1.15 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.