Loading Tool

Explorer IconExplorer

Memory Pool

7,603 transactions
9.06 vMB
0.01873487 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.82/200 MB

Candidate Block

Mining Attempt c69b2a47428452aec2fab098767fa5f21cbd7d33c9ea80e641e3eda488800e60
Version 20000000
Previous Block 00000000000000000000f6b45ed49770dc82ce12952fc0b81a6d747bd9e30a80
Merkle Root 14b3e87eebfb3de5a871d70d78da741aa4fc29dd13f4a821e52397f6658ace81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,318
Size: 0.997984 1.00 vMB
Total Fees: 0.00566405 BTC
Feerates: 66.23 > 0.57 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,828 (681,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,048 232,048 000000000000016c4320b81118e8adb59c775d9fd8c09197b22f02b86c67c8f9 205 0.29/1.00 vMB 92
232,047 232,047 00000000000000faa9efdac3e832b6f3763078bb96c67fa9da3be728f67fd076 405 0.47/1.00 vMB 80
232,046 232,046 00000000000001ae5311c8403d6e5dcb0f868cfc7e311c375bd7bcced7401c33 571 0.25/1.00 vMB 170
232,045 232,045 000000000000001c667c83ce5ca37a19780f814d459ecc298cfceb237ad611b4 303 0.25/1.00 vMB 109
232,044 232,044 00000000000001d2acf36fd78fd88caa300ae5674f3eeb25fc1739b3e492bc2c 327 0.25/1.00 vMB 115
232,043 232,043 00000000000000bf17e510e0249a48ce2a99d484a257db25a2b9f17fceefa4ca 1,147 0.47/1.00 vMB 179
232,042 232,042 00000000000000d0764848d8273cfffe09585221492b16b11ecb61da72d72396 526 0.25/1.00 vMB 140
232,041 232,041 00000000000001a5b95f64f506aa7fb39d607b36e7f993bd5e0052986512ee94 845 0.47/1.00 vMB 119
232,040 232,040 000000000000010eda92f1c8f746dca56ceddc1ffa0ccc341471115d38b3ecd4 433 0.25/1.00 vMB 131
232,039 232,039 00000000000001a02c09943d420b490e2046e8815b768a77ad138990af882b18 1,082 0.47/1.00 vMB 128
232,038 232,038 00000000000000d6e601d3462a63a054bd044012fc8858965c9dd17ad61b5baa 1,390 0.47/1.00 vMB 176
232,037 232,037 00000000000000b92a0ea608fd9a31aa1bd8611bb1ed02fc8e0573784b1b6643 989 0.25/1.00 vMB 273
232,036 232,036 00000000000000a98f3ce8a8ebcabe4214ac8babeae2537adcc307d2b73b9574 514 0.33/1.00 vMB 115
232,035 232,035 00000000000001d7c92a22ba97da740366c346439a98d2b9900ec5e6ed71820e 975 0.25/1.00 vMB 244
232,034 232,034 00000000000001849fbfa1c375ac1310ccd439160718e1386eac2dc8d3a2786a 949 0.25/1.00 vMB 262
232,033 232,033 00000000000000ae8a5f0ab58c53d8d6e46ba969289c82bef4a03bcf864c63b5 732 0.32/1.00 vMB 146
232,032 232,032 00000000000001896f7cac8d187f4f02fda0548cccf2c3921b6c683be6e63d1a 299 0.25/1.00 vMB 92
232,031 232,031 000000000000006f06088b042d877b2c89ef24df27f7d6de37d136d31a8bcdaf 361 0.15/1.00 vMB 176
232,030 232,030 0000000000000045ac60ecd6eef132e10d4b5c7f098b43a2b70077f072dd6421 418 0.25/1.00 vMB 113
232,029 232,029 000000000000014f9d58ae78b91af4ca878bd4e45a70194db851e0378e5c8f5b 406 0.25/1.00 vMB 139
232,028 232,028 000000000000005dc487cf7726b5983815c94f5533a708cb2755e249487dc2ef 1,231 0.47/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 780.31 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: 518.46 GB
    • Received: 4.58 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.