Loading Tool

Explorer IconExplorer

Memory Pool

39,311 transactions
28.59 vMB
0.06396869 BTC
Random Selection Loading Transactions
Max Size: 145.17/200 MB

Candidate Block

Mining Attempt e6c389b4f62a07c3dea78945f4c496ee5f04af8d5bae7477656571c6c76f4b92
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 220666e25220e58c89548d80da972f9b967768362e6c732f6ff1bb925d1996ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,521
Size: 1.00 vMB
Total Fees: 0.00877482 BTC
Feerates: 50.27 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (737,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,634 176,634 00000000000000b482bf6e520079041e6a11c4df018dbcf24566174306e0c10f 94 0.04/1.00 vMB 98
176,633 176,633 0000000000000220dfc84fba03494dd64ed808ebe32f82356e11858b90d4ebd3 41 0.02/1.00 vMB 5
176,632 176,632 00000000000006bb8c5d187c94999229b27363f3b4b0bd36abbe6520967d2ef6 83 0.05/1.00 vMB 309
176,631 176,631 00000000000007a7caa833bc8a879ea749761a58fae5057bb57b7b6670e9b87e 21 0.01/1.00 vMB 44
176,630 176,630 00000000000003a4398eb26fcd6dfdccfba466aaec7a6c3ca6a0b831c2a7317b 72 0.03/1.00 vMB 92
176,629 176,629 00000000000000387f9009594f06a8d3896a069333f9f4108cf501a7a4286f1d 157 0.05/1.00 vMB 176
176,628 176,628 00000000000009a891746a3a0687f45bfb1f47dd070f6b2b07c27833147f2d70 9 0.00/1.00 vMB 60
176,627 176,627 00000000000006caa84b38738aa9e8341f83f3a58614e46cae89a94b34ce0898 160 0.05/1.00 vMB 12
176,626 176,626 00000000000001cbfce6db5de950793bf27fecb1570470cd01b501ac7ca96b15 22 0.01/1.00 vMB 45
176,625 176,625 000000000000016521f774de27f8a88dbcdefa9a2980bab0dc76b748e280a0a0 72 0.03/1.00 vMB 160
176,624 176,624 00000000000006b3b1de97b95368765989f4a9e22b2dde9249d568674e99060b 31 0.01/1.00 vMB 793
176,623 176,623 000000000000050d5335eed3c4c97c998d0866264d9ca207c89462d5eb12abc1 15 0.01/1.00 vMB 23
176,622 176,622 00000000000004798aad779ec4d18200a748683b3b54c1051b1e28d75ee342dd 18 0.01/1.00 vMB 132
176,621 176,621 00000000000007ab26b25af7fbca9a71821497dc0a7c5131642f653fdf0d52ff 22 0.02/1.00 vMB 172
176,620 176,620 00000000000006eb74107211299c57cac9dd339b3517a50bb3f56c9d5e2a6458 13 0.00/1.00 vMB 40
176,619 176,619 0000000000000353ddec6e7298cc731e048a60f106a10ed11b5e7077d4b21632 76 0.04/1.00 vMB 448
176,618 176,618 00000000000006e58205c7e5a3444fb05942b7df3b2e0f7e79549b552f645bf1 9 0.00/1.00 vMB 179
176,617 176,617 0000000000000936484de3e08659ec9733e8a3d13b2e1ef7dce427ca99db02ae 79 0.05/1.00 vMB 53
176,616 176,616 000000000000072da58733fce6f1dff6232247b417bd1dfb067f9c3523f959f9 7 0.00/1.00 vMB 347
176,615 176,615 000000000000078418c303b5cfed2e2cbb9bc82c572fd4541475be4845ebd90a 67 0.04/1.00 vMB 79
176,614 176,614 00000000000004b7f90cf6b050207b29bb12333063dc357bcaf7639525f95c9e 127 0.05/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.