Loading Tool

Explorer IconExplorer

Memory Pool

41,014 transactions
27.98 vMB
0.07468411 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt 3c3028f7a8731bc56cf377d9fb17f83a0ef43881154b744437f4370b68220491
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root dfb8f0f4800c75138226f9dbbe52b6f09ff63f77fea8f1662779de20ce142d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.02025782 BTC
Feerates: 101.49 > 2.03 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (518,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,235 396,235 00000000000000000586dcf774a671739780c6fa3f50cb63cccb6c68e06e19bb 1,083 0.93/1.00 vMB 19
396,234 396,234 0000000000000000042e37f7704065366a1f4f7196e097973fb7f4b75ab0f53e 1,375 0.93/1.00 vMB 23
396,233 396,233 0000000000000000072e748443ff5cb61384440f9de5e2742cf365a4ba81e534 1,883 1.00/1.00 vMB 36
396,232 396,232 000000000000000002ebc09c09b37487ef04e0fa77b009726f2212c76eeabfb0 1,524 1.00/1.00 vMB 36
396,231 396,231 0000000000000000029921f99db097dfd0d86887284933ae612570141349178c 2,145 1.00/1.00 vMB 42
396,230 396,230 0000000000000000025fa285a189e4057e277fe76182b5db3184bf5a03e2b7ee 324 0.16/1.00 vMB 34
396,229 396,229 0000000000000000091e5f1e6050b67ee5230755b846dd2ec6dbaba9dfdab9bc 669 0.95/1.00 vMB 17
396,228 396,228 000000000000000008c13b010915678c91f0c486e74479d011260a53a8f6e4f0 940 0.95/1.00 vMB 30
396,227 396,227 000000000000000000f956b049113f8a2e94cb222b39e312da37c2daad66a1d8 2,131 0.99/1.00 vMB 49
396,226 396,226 00000000000000000154444d33e8fa4f84c336aeba99f7b6b3e8b1889435be2c 1,842 0.93/1.00 vMB 37
396,225 396,225 000000000000000003f94d7826fe0a6d2dbcfc4ceec2db4740e612536128d36b 1,961 0.93/1.00 vMB 36
396,224 396,224 0000000000000000009180ba3eff35cf6d368afc5cf55135a2a4b4f339742322 1,918 0.93/1.00 vMB 29
396,223 396,223 000000000000000000a85a5513161e212e3755d9017a9d0b09f81239c336271c 2,701 1.00/1.00 vMB 55
396,222 396,222 0000000000000000000ab0b5873de89fe438def82286ac01e929096fe07adf95 1,997 1.00/1.00 vMB 40
396,221 396,221 000000000000000000cd7b824e2dcf2ec1e6c859022b6a2c62ca7337d8ff97b2 1,756 0.93/1.00 vMB 43
396,220 396,220 000000000000000008c220f16da3d3de7614b0a9833597a8de4364719b4d69b5 1,555 0.57/1.00 vMB 53
396,219 396,219 000000000000000006a1154286bd33d72e74acfd8af7f58de682c84859e31e15 2,374 1.00/1.00 vMB 45
396,218 396,218 000000000000000003567b3ccd3fabc44045c7a02dc58e41cb93ee9ee8a8a90e 1,899 1.00/1.00 vMB 44
396,217 396,217 000000000000000004de946703432a755b5a16f0966d8b1055c49a3b0ba6db7a 2,338 0.93/1.00 vMB 49
396,216 396,216 0000000000000000090c9baeb69cb808c81c8403ab9836630426f70db23b54a8 2,042 0.93/1.00 vMB 46
396,215 396,215 0000000000000000032be833addff99d562e654db88aa53d9887c20731e03e3d 2,184 0.95/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.