Loading Tool

Explorer IconExplorer

Memory Pool

82,846 transactions
30.40 vMB
0.14778643 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 914127758b788c3aa867faf013bb590cdaa8cee30c9406672f7e3d338cf11cd8
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (231,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,183 683,183 000000000000000000042e1531ca161ab3d73c8d0648ae0d40867da71cc4648a 1,641 1.00/1.00 vMB 12
683,182 683,182 000000000000000000005d27df36cb31ad4bd431fbcd1ab8907c00a5db7b6ee3 737 1.00/1.00 vMB 12
683,181 683,181 000000000000000000076a890105738747720d5595b6a3df0ee6c942d43a9d4c 2,032 1.00/1.00 vMB 12
683,180 683,180 000000000000000000083a1046b77bc0af17af30bfe10ade6ae750b0ce762276 2,664 1.00/1.00 vMB 80
683,179 683,179 00000000000000000004b174441ab2da99f1196aa75ddb1bd1fb887062f820d6 1,195 1.00/1.00 vMB 13
683,178 683,178 000000000000000000068db627810a3ca6e39f6c08973830187717c3d1a36f19 2,401 1.00/1.00 vMB 26
683,177 683,177 0000000000000000000274ec0e2a359ce7f924e67036e2e704d24a526abbcb10 2,235 1.00/1.00 vMB 59
683,176 683,176 00000000000000000000e7aba6baef8da3d684a7c44ff2bd1a55e570628ed2a5 2,349 1.00/1.00 vMB 61
683,175 683,175 000000000000000000091aefc4ba87c67c94b3be52d584c1d82e3e3e2b2b687c 1,873 1.00/1.00 vMB 30
683,174 683,174 000000000000000000093a6262674c5eb80d5b48062fb660698e3ec5e842d699 1,612 1.00/1.00 vMB 86
683,173 683,173 000000000000000000013c3950dee0ae2af9288fa98f437a939305702d76de28 1,159 1.00/1.00 vMB 38
683,172 683,172 000000000000000000022b8e43268312c026a341bd65a59c9e18bb211030d0b7 1,285 1.00/1.00 vMB 25
683,171 683,171 00000000000000000005ecf3d1aafc7b0ba87bdf2935a7fe1ec47cf491057c76 634 1.00/1.00 vMB 63
683,170 683,170 000000000000000000050c8a404f1494596b7ae9f3ffaa4361e137fc62fd85c3 2,193 1.00/1.00 vMB 61
683,169 683,169 00000000000000000008473490bc60a6bf499362f475d4f57bc60f34d8585f5b 1,088 1.00/1.00 vMB 19
683,168 683,168 00000000000000000008dce2283b4bd8d4301e7312bcd199e8be503f9f0b6a58 168 1.00/1.00 vMB 1
683,167 683,167 0000000000000000000aa00066a96305b43afd01a9aa2038414c5638935b2ab1 1,423 1.00/1.00 vMB 6
683,166 683,166 00000000000000000007d51cc75295626a88e1669bc7d08d00da60cee412d164 1,540 1.00/1.00 vMB 25
683,165 683,165 0000000000000000000b2444ebbba5d7b6a88d3856b53e34e0dbf153cd3e32aa 2,238 1.00/1.00 vMB 28
683,164 683,164 0000000000000000000d1052523e401be51fee6c19f8ab6366359579ba0df998 2,386 1.00/1.00 vMB 26
683,163 683,163 00000000000000000004e5aef124ac708267821c12cfa05a432f9d1446f57d6b 2,191 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.63 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.32 GB
    • Received: 16.20 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.