Loading Tool

Explorer IconExplorer

Memory Pool

27,588 transactions
25.82 vMB
0.05522065 BTC
Random Selection Loading Transactions
Max Size: 137.67/200 MB

Candidate Block

Mining Attempt 08bae8d65d6e8b67f6a8607c72465a5299e8844a2b7980b22b3908e414410a29
Version 20000000
Previous Block 000000000000000000009d36aae180d04aeac872adb14e22f65c8b6647a8bf79
Merkle Root 1705f58266f784ae155a7dc7144b56c3a3ab449f7957cd552a69e89ff95aa1f2
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.02542340 BTC
Feerates: 200.16 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,969 (803,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,202 136,202 00000000000003d7263eaafe3e57c2ea4b5e4e9603645b9c8ab16a61f276ff0a 140 0.04/1.00 vMB 600
136,201 136,201 0000000000000862b21ab851bb559f902cb88268b5b9be45277013f39548edcf 103 0.05/1.00 vMB 2,049
136,200 136,200 0000000000000892224bf7504dacfa3b74b2df00085d88da6b6fb2365e1ca08c 171 0.05/1.00 vMB 452
136,199 136,199 00000000000005f78de76704fa335954d5b8abce60dd9b376c882ff928bed99b 113 0.05/1.00 vMB 629
136,198 136,198 00000000000006e6b2c509179ac5f9e67415e147784faf009435cffb3adb9ae8 31 0.03/1.00 vMB 174
136,197 136,197 00000000000000caf82d96475fe688f61a19a7854d384a4162369feef21f23d8 148 0.05/1.00 vMB 174
136,196 136,196 00000000000007b98e95d811c18afbb5d76f985060696f8427133d212d4c6808 12 0.00/1.00 vMB 713
136,195 136,195 00000000000008dc69c0b3f2bdb4387b31992fa25b605e6ca369d01970265f8c 64 0.04/1.00 vMB 166
136,194 136,194 000000000000085e5379d65cb0d3560b1a1f56e9e7628b50834a6ca65987cf49 145 0.06/1.00 vMB 840
136,193 136,193 00000000000009b91217c8308998d2851af28c25e1b547ddee505aa63727c98e 153 0.05/1.00 vMB 219
136,192 136,192 000000000000058332d89030a93a2e06ef337f8d5906ffd26c44193f131f1766 134 0.07/1.00 vMB 350
136,191 136,191 0000000000000a25a0e97c18a5cad769b2bdd1ffe5890c123cfd152786a99bd8 14 0.01/1.00 vMB 631
136,190 136,190 000000000000062f5b02857af38c8afd0c3c84d75e35bc8a3ab1dca9913bd563 100 0.09/1.00 vMB 118
136,189 136,189 00000000000007b7f5ad4d5246ed45dd1f74afba35002168a612d1e1ca5f4d3c 49 0.03/1.00 vMB 419
136,188 136,188 00000000000001869fd2d7847150996cc4a0c5081101137f46c5d38fe193bd99 113 0.05/1.00 vMB 444
136,187 136,187 000000000000029d7f6570aa9efc4e818c69343f764ee3ffeb3c327f6ddb7aae 10 0.00/1.00 vMB 812
136,186 136,186 0000000000000a30c6772eb67bd3a08b69f60153a4e5d8ec92d4ec6f86bf931f 57 0.02/1.00 vMB 387
136,185 136,185 00000000000009fca679455ff339c94449286a7495b308b2420a93010341fae9 7 0.00/1.00 vMB 54
136,184 136,184 0000000000000276758a10ba1797637397e70d2133413fe2877e7b6f0b14a16e 8 0.00/1.00 vMB 3
136,183 136,183 0000000000000777b57a3ac492f7fb2d0308b9ad40237ca94ee61f04803fe3e1 31 0.02/1.00 vMB 161
136,182 136,182 00000000000000037d336f50ec61712af47f3ce11637b3c46dc1ce74b13f83f0 103 0.03/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 826.66 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: 4,400.36 GB
    • Received: 239.21 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.