Loading Tool

Explorer IconExplorer

Memory Pool

79,145 transactions
29.71 vMB
0.08588697 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 7425faa5821227b00ff796ee0e89f8276f9ab7a525cb4a08e8f7f58c3393d3eb
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 43ff517766ed39f1dc23ce746f4ccaf5ed7f0391525e52072ab37fa3d181d10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.01943367 BTC
Feerates: 150.66 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (333,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,167 581,167 000000000000000000117a40ca02c2d48e12e2a4ed70ec470b3cfe0023434265 2,307 1.00/1.00 vMB 73
581,166 581,166 0000000000000000001298560e9678b727c0d9fa0c2c14491df8e76eed9a6465 2,035 1.00/1.00 vMB 80
581,165 581,165 00000000000000000010727457effb69b540aecb7a7d75e3dbe5d52f51983835 2,831 1.00/1.00 vMB 102
581,164 581,164 000000000000000000102f184a0ecacd81f891cc9334677c4fc701221cf7a920 2,261 1.00/1.00 vMB 77
581,163 581,163 0000000000000000000f8356da84a27ebd6d07e5ec945499cebc9e351611eb7c 1,596 1.00/1.00 vMB 78
581,162 581,162 00000000000000000001d6f596938ee78a45047c40e15070daf9b923b6b204ba 2,409 1.00/1.00 vMB 80
581,161 581,161 000000000000000000081964928398a3b84ffb4cb7bda697620f1eb588dcda85 2,923 1.00/1.00 vMB 110
581,160 581,160 00000000000000000020fe8c23c5c8bcf3220c6bc4459a6ecdb18d31f913756a 2,840 1.00/1.00 vMB 99
581,159 581,159 0000000000000000000d376f7fc8cf093c8d1c27b57992fbb4d442ccee82447d 2,324 1.00/1.00 vMB 97
581,158 581,158 0000000000000000001056df3cbf0c7dfb37ab02864d056f3f48ae319cc3ba7b 2,480 1.00/1.00 vMB 84
581,157 581,157 000000000000000000130299c611ee2485cd9449acb5b8d6c764edfdbb4054d0 3,311 1.00/1.00 vMB 122
581,156 581,156 00000000000000000018c508fed6db870f747a291ddfefef62494a4c282ae6f1 2,525 1.00/1.00 vMB 88
581,155 581,155 000000000000000000111a556677281d9a7f33f84152ea5879c088749f9e71e9 3,137 1.00/1.00 vMB 116
581,154 581,154 0000000000000000001b3d6443c6bc8fce073e7b3fe44cad7a7eae9b9e441e93 2,474 1.00/1.00 vMB 73
581,153 581,153 000000000000000000198e79c6ab5ae133c4c8c2fcc0879283f5574e939ff343 2,963 1.00/1.00 vMB 89
581,152 581,152 000000000000000000199b049b33240e2dc39db76c69077578883b009a52e059 2,846 1.00/1.00 vMB 94
581,151 581,151 0000000000000000001ca97cbeee0c39da39a56b1d7d4e437b408e1c665a04f3 2,873 1.00/1.00 vMB 96
581,150 581,150 000000000000000000174bfcceba375858d881c73e1ba486b3c56fd9202e6060 3,235 1.00/1.00 vMB 126
581,149 581,149 0000000000000000000f961a7f9107c6ca4b67d29dc337a840e7429a2878346f 3,094 1.00/1.00 vMB 125
581,148 581,148 000000000000000000038189ad7deb5241e53bf3ed7c9f9bf0f338588044617d 2,754 1.00/1.00 vMB 109
581,147 581,147 0000000000000000001ba508a3c2837b71b0caa901126f52ba2d03ffa6aaf7c6 2,243 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.