Loading Tool

Explorer IconExplorer

Memory Pool

78,750 transactions
29.17 vMB
0.09457342 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 85462348d84e3d6b174c500e9800f81336883df4cfa7294e8ac588fe09fafe4a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root beac6ec9da7247075e2bfb10dbbea41b4de5fdc6ceb202ff171679d2681b94d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.03357520 BTC
Feerates: 477.45 > 3.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (806,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,260 108,260 00000000000147abbbadff61aca113fe029307b03b05d365e2236b6ad4f96f3d 12 0.00/1.00 vMB 0
108,259 108,259 0000000000013ee0014ece8c54d4d2b24361cef785643fabc8a23b77f5c1bb2e 10 0.00/1.00 vMB 0
108,258 108,258 000000000001eb80a73352ed9eabfe300f7f27bb6cdbc911a8e12532020677fc 40 0.01/1.00 vMB 0
108,257 108,257 0000000000009419d038a9d834776b9f9745b6ae75a26122d09e32daaf57df56 1 0.00/1.00 vMB 0
108,256 108,256 000000000001434b9647e035246d3f192ef0659fe36b4df61d51da0aa0b9dff3 5 0.00/1.00 vMB 0
108,255 108,255 0000000000012ff389726fa7e3994015004ad5fb1fa28b3b8691bcdf14ca6443 2 0.00/1.00 vMB 0
108,254 108,254 0000000000022cc42736827fdf0d0eaa32ca58a952f67a79f5ebd188e88ab649 8 0.00/1.00 vMB 0
108,253 108,253 00000000000118e2bd46d1e55bdae1d154c3fadbf5a5d6415c62b66e64d570d7 5 0.00/1.00 vMB 0
108,252 108,252 00000000000115a292cb8556802edd6b86b18ccad23f4f22e99856f4f84f9160 13 0.00/1.00 vMB 0
108,251 108,251 0000000000021e36c19d31d83c2f55b2e729721d23bcc1bd95dcad6ace480685 12 0.00/1.00 vMB 0
108,250 108,250 0000000000005152938204af702cdade8d79439496cc2949a9504e699ea5b8dc 13 0.00/1.00 vMB 0
108,249 108,249 00000000000020f4322d6d803855666c9b9ff7888947751afcd78e04f65f2361 4 0.00/1.00 vMB 0
108,248 108,248 000000000000bfd2bc720a16bc319b1def5176a93df7c4c36f8c52d90ae03eec 11 0.00/1.00 vMB 0
108,247 108,247 0000000000000737007adfbf4569e35344a7f346c4fd08e638ae4aa68ee9c09b 12 0.00/1.00 vMB 0
108,246 108,246 000000000001081736e431ecda9d7ac58275eb05e14ccd86ec2e6d7abd7ab1c4 11 0.00/1.00 vMB 0
108,245 108,245 000000000001693838e9e380d18f912b1d85f7c9655f82d2ec2b26f039e04db2 8 0.00/1.00 vMB 333
108,244 108,244 000000000000b5436d0b096e7361dd25cd70c08ba92f02cc7a8d3cc54391105f 29 0.01/1.00 vMB 0
108,243 108,243 000000000002209e08bf6a5e2e6e001a4d28bb7d544c6305cfe89a85cb85fc25 10 0.00/1.00 vMB 0
108,242 108,242 00000000000137b0c97d9ddb96707ac9dad51e0cea4a0ace3018112cf6429dde 4 0.00/1.00 vMB 0
108,241 108,241 00000000000065c548c6fa488a9ef9c522f809c14fea854056e7b873af59fae2 13 0.00/1.00 vMB 0
108,240 108,240 000000000001a0c6d24a0f55d47f7d9e9b2ce57cfd453bd57a1fc54f48063670 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.