Loading Tool

Explorer IconExplorer

Memory Pool

26,890 transactions
6.35 vMB
0.04128922 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.39/200 MB

Candidate Block

Mining Attempt eec23eb8bf82396efcd170c6d4894d10b544a0444d9950e02a11d5bc007badc5
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root e4cb2fc9925a3921db74b64e0dfa32f716cb65011da0cf7b52aebc9855e0287e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,335
Size: 1.00 vMB
Total Fees: 0.02488442 BTC
Median Feerate: 2.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (649,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,211 263,211 000000000000000ab1355811e07eea397a8f54ff12eba7cd0520046a66f9299c 0.09 MB 234 87
263,210 263,210 0000000000000011363df8c3e92d4cb201e97cf9cce9c36cba4091cb956284d9 0.02 MB 40 86
263,209 263,209 000000000000000195b57439b74ce55725495e7bb17a4a24207541d202bdbc57 0.05 MB 116 83
263,208 263,208 0000000000000004999e948861c37e30ec36a7b2fe9511271e1ee5afe048a26d 0.03 MB 74 71
263,207 263,207 0000000000000008264dbd8f5956dd82e13b3e0231494fdb047eeb5f8add44d5 0.14 MB 97 21
263,206 263,206 000000000000000f33a73f0115d08bbeb5a26abf1f88f4f18d2f388d5b6452f6 0.00 MB 13 95
263,205 263,205 000000000000000039f05ab8894af0292d808d3930edfb048f8cb9eb66db1a19 0.05 MB 123 82
263,204 263,204 0000000000000012043b87d82d0d98ca39b1caa08a7cc5eb2311f8998b1d1642 0.15 MB 95 19
263,203 263,203 0000000000000009dde521621220c00367f174e55e9b0e87a971d514f79cb210 0.16 MB 337 85
263,202 263,202 000000000000001209f2dbe0abc7f24d9ce98fc5005bd1b9bc8d1a292c7fd682 0.01 MB 19 81
263,201 263,201 00000000000000013a9ccc3de71f6d4224100c3d1aa70405c638de98f00d972d 0.23 MB 442 103
263,200 263,200 00000000000000114c855b36adff8675967fde9e4e37bf812ddb0bde1c35fa38 0.05 MB 97 71
263,199 263,199 000000000000001609afbb9fbf5416650d66329a6f91898c3f2b451f34eb5f3c 0.04 MB 71 51
263,198 263,198 000000000000000198456a74485b1761285bd2bcc1d0c53144036c7fdb3bac8c 0.18 MB 388 146
263,197 263,197 000000000000001294e58be78a5a9e0172d7f106045e11b2a732056d0bab3f7e 0.10 MB 246 88
263,196 263,196 00000000000000060a70b78c18981e0fd34f06eafedefb82ca27e402f1d4bc87 0.20 MB 351 114
263,195 263,195 00000000000000075a7999bb4b34bb4944918446a415073c83cc060977e52bbc 0.01 MB 32 218
263,194 263,194 000000000000001092a2e7c5da270f402dced5e55087af1ffcfcf3a4d23efc0d 0.01 MB 35 242
263,193 263,193 0000000000000007571c7d359710e08f5ad90986b099425a01533bdf75a5c9db 0.15 MB 332 144
263,192 263,192 0000000000000013d4362d4152363d66827b4722f2049f40aec8bf097e147b6d 0.03 MB 77 112
263,191 263,191 00000000000000049ddfa747e23de919cbc19cdfa928994b2e012015c3d7ec05 0.08 MB 168 68
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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