Loading Tool

Explorer IconExplorer

Memory Pool

21,528 transactions
9.43 vMB
0.11542019 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.91/200 MB

Candidate Block

Mining Attempt 6d0d742166eb60d2a3d1a1560165ff64ca7946a86e26ccf5c507234b3543e868
Version 20000000
Previous Block 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb
Merkle Root e9d163dc4d527d414e77bef3b84d4aa2a7d7e4fed77041649edad4b09ab44c59
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,532
Size: 1.00 vMB
Total Fees: 0.09009336 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,425 (903,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,202 10,202 0000000002b0c11369f38fc571d8d15ff828686e4018e2e4c3c044f8fc8b8779 1 0.00 vMB 0
10,201 10,201 00000000b59ed5e53200ecb890f9d0c69754eb4f38ef0829f2826beef2f2e366 1 0.00 vMB 0
10,200 10,200 00000000d3d29e4d734dbb7ab2a2d0e4b8f4c14ee3480c0ff87468498465ca98 1 0.00 vMB 0
10,199 10,199 00000000ac21eeca67ec5256241c24d3b8a6190e3216800f22eedd3039c3c594 1 0.00 vMB 0
10,198 10,198 000000009e69929f78092ef4512c1303f8fdcc137a191ce23c3bfb1d857749aa 1 0.00 vMB 0
10,197 10,197 00000000ad3ed656219d90a3907c1559487c76602dc2ecdd49eccf1eecf6d355 1 0.00 vMB 0
10,196 10,196 00000000aaff4be12ca37b75273da34a083f6b797dfa41aa91ea49e0126c48fb 1 0.00 vMB 0
10,195 10,195 000000006e2e9406f392edc93a8be1e82b94fcbfa8e403b820d63f57574d1894 1 0.00 vMB 0
10,194 10,194 00000000ff47ed7912ad322b6836feaf688a2431dc9374466c2762dcc364cf8a 1 0.00 vMB 0
10,193 10,193 00000000c3ec6dfdf1617a91ab8f052b1efd8a0687aeed418ebbe4d30341963c 1 0.00 vMB 0
10,192 10,192 00000000ff2334bfbc2909858ca6da7650c91ee4fc1b0c4fff3e922a719f249c 1 0.00 vMB 0
10,191 10,191 000000008448ba7225ce6704a9f96f29c838f4a48db28a8b2a4bea3cd13aacc6 1 0.00 vMB 0
10,190 10,190 000000007f6f705d9a73682d629626c4acf504ba32e0d0f288ab614011d4f02c 1 0.00 vMB 0
10,189 10,189 00000000561606090b6a99aa110fcc447dd35abacfa4a45a6db4e338efe3673b 1 0.00 vMB 0
10,188 10,188 0000000033df7eaf1fdebc16aec8ea786833b51a3868f899344eb5bfd9927f7b 1 0.00 vMB 0
10,187 10,187 00000000178db3f69eb07b7c860808e5b940c5bbe1913f7a709e43c5b39db5cf 1 0.00 vMB 0
10,186 10,186 000000009f65b84345a688dec14d0b0b7b184230178be5bbe7db90dd816d8d24 1 0.00 vMB 0
10,185 10,185 0000000005f99a60b0cbc19f22dfee14c34e3296c9d46869b6cfea3710cedb73 1 0.00 vMB 0
10,184 10,184 000000009c6c0db2915e7f5e758fb572f0b2d1ce15e4398073bda2de850af92c 1 0.00 vMB 0
10,183 10,183 0000000025285e9559001ff9a03d9a75a72e4dcacfde9579fd4cbdbf6af61730 1 0.00 vMB 0
10,182 10,182 00000000c45f502458af25988a81c846b883199bc9b643ae15d4b34ae6fc5f87 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 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: 299.46 GB
    • Received: 1.29 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.