Loading Tool

Explorer IconExplorer

Memory Pool

39,165 transactions
28.55 vMB
0.05861030 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 4a76ce1b9d3f1a5ef4839564e28e8258cf53a004fca09f8fc4d9d2bca80e6565
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 1df6814ed99f7bef23bd8a6f7d28e166f5e1c123216eead2564a6f1c118c4f28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,931
Size: 1.00 vMB
Total Fees: 0.00341986 BTC
Feerates: 10.07 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (737,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,645 176,645 00000000000004784e669bb7c12b81c8d0e45d9f895eb7b7df92896ffadfb34a 153 0.05/1.00 vMB 41
176,644 176,644 000000000000065744cc6ca2a40f808b6970ee453ee551629f7e9f8d253696c9 66 0.02/1.00 vMB 138
176,643 176,643 000000000000071d267ffd7b3c1c2dfcb5b09ca658900423089d02e7c6b9a018 19 0.02/1.00 vMB 100
176,642 176,642 000000000000054f8de5145d463d32e6068ff6011f2c15b47c344c4222cef58c 40 0.01/1.00 vMB 275
176,641 176,641 0000000000000075f094bec02084874dd8b5269e48d3f0a3f0a9e95adbb02a26 71 0.03/1.00 vMB 83
176,640 176,640 0000000000000086bd860162a9c3e66971741ec42be45c4799c78de5ef41be80 15 0.01/1.00 vMB 28
176,639 176,639 00000000000008e517b8669b0a4a87d58373b50b2e70467ab2356623747bc738 42 0.01/1.00 vMB 86
176,638 176,638 000000000000048ec96e7795fd74e017d3d79608c56907d2587b4aec4edeb343 83 0.04/1.00 vMB 113
176,637 176,637 000000000000029055659fc33c70a01dd3b17f576cbee6d1a9285b6b3bc164ca 5 0.00/1.00 vMB 207
176,636 176,636 000000000000096dee3ddc04137e3d747e5e75f112c69b3406627598a27f9a66 70 0.02/1.00 vMB 0
176,635 176,635 000000000000006e463679e55d904254674f22dec21b92e45acc596aaea6ecc6 57 0.03/1.00 vMB 1,738
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
Previous 10 blocks ↓
Total Size: 781.57 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: 622.66 GB
    • Received: 11.36 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.