Loading Tool

Explorer IconExplorer

Memory Pool

80,024 transactions
30.14 vMB
0.11584067 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 6511790ed44751f831ecaacd8fa9dedd1e2d66fd2baef3cbd4d99e109a4c633e
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 818a1264ff1363e2dd28fb20687240e62b9fc12204a9301d49c937fe5cd747d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,412
Size: 1.00 vMB
Total Fees: 0.04596738 BTC
Feerates: 574.11 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (287,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,234 627,234 0000000000000000001017d6a13bca4be3f989eb04aa6d300e4cec92d421717e 2,171 1.00/1.00 vMB 12
627,233 627,233 00000000000000000009332c853b684f77c637a6783fe1822d31b9c9cfc54421 2,917 1.00/1.00 vMB 20
627,232 627,232 00000000000000000004dbe7af92b13e5cdcb80395c14ab95a45d5dcea565305 2,385 1.00/1.00 vMB 39
627,231 627,231 0000000000000000000c94392fa931cdc48fc557bb88f4bdaa8019cbf099f0b0 2,664 1.00/1.00 vMB 24
627,230 627,230 0000000000000000000a52f25833967b3ae8f34f43b5814dd28b63ccf1a89e48 2,912 1.00/1.00 vMB 27
627,229 627,229 0000000000000000000c5afe414540eebde9b352bf4508fe6d8746e1b1d9922d 2,422 1.00/1.00 vMB 29
627,228 627,228 000000000000000000109809099d6384a3b8c6ec89bfef5465d5073f5bf115aa 2,782 1.00/1.00 vMB 41
627,227 627,227 0000000000000000000ab26e488a77a3a92318e0477ab573a6013d1e11d6cd96 2,457 1.00/1.00 vMB 18
627,226 627,226 0000000000000000000ea2f6a403d8ea6f8aa64186930286dac346b5033e6a21 2,533 1.00/1.00 vMB 28
627,225 627,225 00000000000000000004ea17a543e39ff427ec9ab5d724ea12a25b59674eb9d1 2,177 1.00/1.00 vMB 40
627,224 627,224 00000000000000000002075fe3802b2d59cd4a767308e01a034bdd7f9c8ff445 1,922 1.00/1.00 vMB 23
627,223 627,223 0000000000000000000e4c5c4dd05932fb84aefe6a92e687706d439e31e09bda 2,286 1.00/1.00 vMB 35
627,222 627,222 0000000000000000000b228a044b839a491c6b4f979bce0c27f083016c9435a7 2,038 1.00/1.00 vMB 30
627,221 627,221 0000000000000000000afde88a915a27a083df2e52283f11d35fef93b4f7ef37 2,274 1.00/1.00 vMB 26
627,220 627,220 0000000000000000000cb02641f622a21eedad13e5116bd3abdf7e23be04bcf0 2,556 1.00/1.00 vMB 23
627,219 627,219 0000000000000000000a8b9095ba1eb1b79c9e5aeebd7c49bc4ebf0ca77fc941 1,811 1.00/1.00 vMB 30
627,218 627,218 000000000000000000103649080559590dfd46660bf226d853cfe1e738cdc853 2,832 1.00/1.00 vMB 37
627,217 627,217 0000000000000000000df09d0795222243b4ae59edae70fc969de331af87b799 2,852 1.00/1.00 vMB 25
627,216 627,216 00000000000000000002548bdd8ef788fcd7a977105ab642956e654f0d07e94d 2,620 1.00/1.00 vMB 25
627,215 627,215 0000000000000000000bbd760432380c29ab85a9476b6b1ab1ce615ae84a9111 2,952 1.00/1.00 vMB 31
627,214 627,214 000000000000000000081299e3cc51b58919f0b5d72b23c99b5fef319443ab38 2,962 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.