Loading Tool

Explorer IconExplorer

Memory Pool

81,223 transactions
30.67 vMB
0.08096932 BTC
Random Selection Loading Transactions
Max Size: 187.28/200 MB

Candidate Block

Mining Attempt 8d8d6b9453ea63af95b6c83566dedd26088a9a316fcc0358e8d887c95466c21b
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 662a3e7de6e4a2bc7a16e81714a144d641c4255811922dc3c063901f716a9b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.01160793 BTC
Feerates: 81.27 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (630,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,723 284,723 0000000000000000ec39c5072c9c0f9a5d41ec8e7bdd4d6f5a255f9982f1b4ee 1,327 0.50/1.00 vMB 46
284,722 284,722 000000000000000047f892b13eb40e7f39547ab90c6baa9bac4b97e71383e238 490 0.21/1.00 vMB 44
284,721 284,721 0000000000000000a93a87f97d790fddf75d6fd56ba00db444925f650efbd7d9 1 0.00/1.00 vMB 0
284,720 284,720 0000000000000000e87cf07a97e1a2a185f551ad87a9d68bec41ea2715b39947 140 0.10/1.00 vMB 14
284,719 284,719 000000000000000005f319040fc06cb10ec2edf1f09ea31d3a39f5be4b663dae 306 0.26/1.00 vMB 26
284,718 284,718 0000000000000000c9d1093981cc712af4e259fe568b2e3fd6bbd8b58b6a1f7d 93 0.04/1.00 vMB 34
284,717 284,717 0000000000000000ad5a549c42830c257b4796762515fb856a9d7c64ca25c9d4 605 0.56/1.00 vMB 22
284,716 284,716 0000000000000000a80cddc9b4a42406cdb5a294ed4ea983af2cf0ffbab3586b 140 0.05/1.00 vMB 56
284,715 284,715 000000000000000121c38474ebc7d65aece9574013ef1e82f586bfae365d14ad 146 0.05/1.00 vMB 77
284,714 284,714 0000000000000000fe2b28e74d79b714fde0c4bb9498a7c60c4d91493d9587c4 713 0.45/1.00 vMB 27
284,713 284,713 0000000000000000e6138ceebe7e6fb2d7bff9844b5d132108fd35d8ecc67b3c 158 0.05/1.00 vMB 98
284,712 284,712 000000000000000106ac253a835f0dbf801c6463db69fa7e5ed3cc2e63759e15 133 0.14/1.00 vMB 13
284,711 284,711 000000000000000050fed168a9442727e1cc11081d0beec7e2265b454b9c0cc8 586 0.35/1.00 vMB 26
284,710 284,710 00000000000000004e2b24c08f9a890f5be0f606fa344e3aa49ee270c11c6081 171 0.05/1.00 vMB 89
284,709 284,709 00000000000000005eb8290cf7622062facab9b29e8534bd5a46f2d4cb245dbd 21 0.01/1.00 vMB 41
284,708 284,708 00000000000000012c789bb240a21624d66127841da6f10d93792038505b97ef 62 0.02/1.00 vMB 31
284,707 284,707 000000000000000048ff4b29fac0de221bd8704c86c75139d77dce8c54806edd 134 0.05/1.00 vMB 20
284,706 284,706 0000000000000001973713c9470c90cf39c6cd6e38d0ed0d057b6a5560da5b04 58 0.03/1.00 vMB 88
284,705 284,705 000000000000000144fe4b0f705a6f5c755410ecd4bee81c6b4c40865fe8521e 966 0.59/1.00 vMB 28
284,704 284,704 0000000000000001976ed154ac4de5c0a6bc7370c1db332b60b8fbda14b5d933 764 0.25/1.00 vMB 66
284,703 284,703 000000000000000058c749395ba6e3455640a60cbfce4908adc47819c0c4162d 376 0.25/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.98 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.