Loading Tool

Explorer IconExplorer

Memory Pool

80,550 transactions
35.09 vMB
0.20267503 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt 929595cd0c58ab19372c6f05b4fce06c31c104a437c7ac5ad691c255db87fd6b
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 376f70474275086f8eaf627e68a2b18ea90b8a9fde14090348a4e84e15e46336
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.06463649 BTC
Feerates: 477.45 > 6.48 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (426,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,062 489,062 000000000000000000a1786c36d5b2a4f7e69ca6d8efdf68501c7cd4d66ad9dd 1,831 1.00/1.00 vMB 69
489,061 489,061 0000000000000000007b0d9376e52891b9d95c836ddeea79050895db11fb1884 2,467 0.97/1.00 vMB 107
489,060 489,060 000000000000000000478729f6a7760d4757541b14434a72eb2e92d0a14be55c 2,119 1.00/1.00 vMB 112
489,059 489,059 000000000000000000edc9377b45d27e2b04cb17771e2b7d601b04e5da1aeae7 2,200 1.00/1.00 vMB 119
489,058 489,058 00000000000000000055a176f301ad4f125542d03e78c5bbb3b129e78b6076ef 889 1.00/1.00 vMB 124
489,057 489,057 0000000000000000006551303c33d2ff0c93eb4212d09907126aacdedef9a66f 2,677 1.00/1.00 vMB 143
489,056 489,056 000000000000000000e8b63e15371848d765904e3bcfee1d0b45a37247fca9c2 2,274 1.00/1.00 vMB 213
489,055 489,055 0000000000000000004eaa79e31535f12f5d3303ee92cda74ddfa89254494961 1,849 0.94/1.00 vMB 52
489,054 489,054 000000000000000000bd559339609d9704157dcddec6a9c568aa802ab6c8b4c6 2,044 1.00/1.00 vMB 143
489,053 489,053 000000000000000000a2a6a917d98c282276810d2b703ae5d785ec821ddc2054 1,936 0.95/1.00 vMB 96
489,052 489,052 0000000000000000006c2a13688a2dc221fdf4790bd32f2fcd804b3b30dec244 2,050 1.00/1.00 vMB 143
489,051 489,051 00000000000000000021bfaae512cf8f73662c99b27ea6e2d6cd87c7186c2853 1,661 0.98/1.00 vMB 168
489,050 489,050 000000000000000000f92dfd6133d2d29743bbf3070c8d8a62397474c46bfd33 460 0.21/1.00 vMB 97
489,049 489,049 000000000000000000e480b645b83a782c1130ddf79ed6ea9014511a4ea8370b 931 0.50/1.00 vMB 79
489,048 489,048 000000000000000000c50a2b6c6d63a45515ed02ede7b79706d80982fa1a1269 1,262 1.00/1.00 vMB 35
489,047 489,047 000000000000000000afd7403a56316b7cd43cf97329aea9c7c0c4233df8a838 2,034 0.99/1.00 vMB 6
489,046 489,046 000000000000000000d090b419a76335dbe7d21b4bf579656cb07b9c7cf1dd65 2,397 1.00/1.00 vMB 29
489,045 489,045 000000000000000000b6f63b52dfcf60e108435ce0651b7368daf482f6f3d09c 1,716 1.00/1.00 vMB 6
489,044 489,044 000000000000000000741f7a5f5961e589c2750264cc7d44c35b9f598c5d5e0d 2,561 1.00/1.00 vMB 17
489,043 489,043 00000000000000000074bb548c928de486c84e258afd2ac31948db5f5ba8b281 2,167 1.00/1.00 vMB 62
489,042 489,042 000000000000000000f154ae6e970e49262fdbe365f9602a7549283a3ce9b18c 2,632 0.98/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 783.11 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: 736.13 GB
    • Received: 18.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.