Loading Tool

Explorer IconExplorer

Memory Pool

79,220 transactions
29.47 vMB
0.08249566 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt a05fd41703d3df3078e5575d3077b09f2c9726b07b1b1a17d053579e801b0d1e
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 360cfea0cf0de37a8ad3574a657441419e16f3fd1f83f0b4777d28633e5ac486
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02065344 BTC
Feerates: 100.11 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (309,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,224 605,224 0000000000000000000f74293efe22574d2d93238549e176b9cb52f8812ed240 2,090 1.00/1.00 vMB 19
605,223 605,223 00000000000000000011a442f40d23d63aca0cb103f316995f4a9d93cf0aa37a 2,335 1.00/1.00 vMB 17
605,222 605,222 00000000000000000008aaa1b2307e7f6de91a9e2dbb267bb790dc4624c310dc 2,203 1.00/1.00 vMB 23
605,221 605,221 00000000000000000004ace3c3de0445376ccfda98ce6e7394e19ec7204454d3 2,552 1.00/1.00 vMB 20
605,220 605,220 0000000000000000000ff4e9c1251d8b968a8a7233df0a0b07b3ee68991bc3ee 2,141 1.00/1.00 vMB 38
605,219 605,219 0000000000000000000d29ace1a2e2692eaa6c3fa5035496b1f00748b6e6ffb6 1,230 1.00/1.00 vMB 71
605,218 605,218 00000000000000000001610148be46aae05e65c2c15c9ee08dd8dc2ee09306df 3,066 1.00/1.00 vMB 21
605,217 605,217 00000000000000000014f48237e1e8a6be516e7c24c558ec48e32d6dda45beb5 3,164 1.00/1.00 vMB 33
605,216 605,216 000000000000000000147161ca40fc357b0efabd6c524e9c4bc0f714bc10bfe0 1,904 0.58/1.00 vMB 12
605,215 605,215 00000000000000000004a21eaec0c97685357b95c49503b6acfcde245159e61f 2,738 1.00/1.00 vMB 19
605,214 605,214 00000000000000000005077fc9f21a0bdfe50278763522b661f3dcfe20c57f2f 2,013 0.61/1.00 vMB 15
605,213 605,213 00000000000000000009430301d762d10943be80f3abf01407d958a3cb774349 2,585 0.83/1.00 vMB 10
605,212 605,212 0000000000000000000e15ff136de1f1659b1ce10b4feef58219ab84b8a8fe9d 2,712 1.00/1.00 vMB 3
605,211 605,211 00000000000000000013371ccc4318112f79262e0ffc69bf55b0c890268220a0 3,174 1.00/1.00 vMB 14
605,210 605,210 0000000000000000000394680051ece19cd5cd5edb779173b6df8563c53c1a7e 3,330 1.00/1.00 vMB 35
605,209 605,209 000000000000000000077b5f5d746c23af55719008af9257c035256e88e90152 2,731 1.00/1.00 vMB 30
605,208 605,208 0000000000000000000d677968af1c6a46b7d05ddf8e565330da0332b52497fe 1,338 0.40/1.00 vMB 12
605,207 605,207 0000000000000000000843289e2620054a267ce0aa22e65196cd4d90beb62308 2,359 0.73/1.00 vMB 15
605,206 605,206 00000000000000000012d9eb2f48f48c5688ceb081e907bec6f4dcd56a8df73e 1,383 0.42/1.00 vMB 14
605,205 605,205 00000000000000000003209dd221216014f07d0f5e06751b07b2f684f7ea0f57 488 0.16/1.00 vMB 18
605,204 605,204 0000000000000000000cde21c5a4deabcf8502080e187f2fef980a91f501f569 2,212 0.71/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.