Loading Tool

Explorer IconExplorer

Memory Pool

78,772 transactions
29.87 vMB
0.07608059 BTC
Random Selection Loading Transactions
Max Size: 182.44/200 MB

Candidate Block

Mining Attempt 52f58b8e3a3c2b862e6d431a0db92a09dff46643ebb82519ca150eb4e5abbcfd
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root f0359c3840fdedea26be91766914850c2b3b2be06bed4e6c4fd3e2a898412778
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.00990590 BTC
Feerates: 150.58 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (449,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,166 466,166 00000000000000000175adced6992a377690849561878565b13a3a324b19ac7a 2,789 1.00/1.00 vMB 165
466,165 466,165 0000000000000000012022ce228b7a4427990800fa50d157bbb3eabb4efb687c 1,973 1.00/1.00 vMB 231
466,164 466,164 000000000000000001c85b06e0004fc5efd97970c69965312eb78147a97d94c9 2,404 1.00/1.00 vMB 248
466,163 466,163 0000000000000000019e8faaad24594e104562c13d181d30bbfe195142a2cd7f 2,579 1.00/1.00 vMB 134
466,162 466,162 000000000000000000bab1e5accb2b167060dbfa4f6258ff9ed8b0c9321a07f3 2,330 1.00/1.00 vMB 168
466,161 466,161 0000000000000000002036b6ed3ace236975f667bd2789447e5c81df683a0e1a 1,789 1.00/1.00 vMB 167
466,160 466,160 000000000000000001825fca18cfb03734c112ba56c96409d33697ba6979399e 3,424 1.00/1.00 vMB 180
466,159 466,159 000000000000000001bf69fa9b273d66c3f5e415875c07dc161f34c31fe1cea2 2,929 1.00/1.00 vMB 204
466,158 466,158 0000000000000000014cd9390cdacbd5b19b61d2f5ee76fcc78b99fd27ee01f8 1,886 1.00/1.00 vMB 170
466,157 466,157 000000000000000001455c7b5f9e37357bbf026c5d4ec36bfee1be5e4deaa512 2,433 1.00/1.00 vMB 205
466,156 466,156 000000000000000000b41d4698759a595b19aef8eee2e7645d9913d50a1b654d 2,029 1.00/1.00 vMB 230
466,155 466,155 0000000000000000009a807bfe80ac900823997597341d6a713bdf9946f49f26 2,091 1.00/1.00 vMB 205
466,154 466,154 0000000000000000011efcc41a98e26b52029432348f1dbbcf0a0f25f9264413 2,453 1.00/1.00 vMB 215
466,153 466,153 00000000000000000036a6b133f696beb20c913d934bcda7b3e6fd2cf9636171 2,727 1.00/1.00 vMB 244
466,152 466,152 000000000000000001d6780789520fd2611f4c5a8c029031ae2355f3a198d384 1,744 1.00/1.00 vMB 196
466,151 466,151 00000000000000000168074f2139c832622a8cffa428a764a0a6308022a97bf0 2,624 1.00/1.00 vMB 291
466,150 466,150 000000000000000001cfb77a1a792497664d8ed12058f52c55214abad07e1724 3,189 1.00/1.00 vMB 122
466,149 466,149 000000000000000000b43c30612a3368310824e2101e79ad8498a8e6bf41d4fc 2,546 1.00/1.00 vMB 133
466,148 466,148 000000000000000001c32dfc44d66d4cd9dea5ae23a632d2b115b729de3637ef 2,295 1.00/1.00 vMB 134
466,147 466,147 0000000000000000011e1f65ee49928e124358187ec5ee2a037dcc48cbe9198f 2,149 1.00/1.00 vMB 143
466,146 466,146 00000000000000000011c81d02df2d7ea8d9404c9a3fdaffcc9885fce0d202c0 3,567 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.