Loading Tool

Explorer IconExplorer

Memory Pool

40,401 transactions
28.21 vMB
0.06165643 BTC
Random Selection Loading Transactions
Max Size: 144.00/200 MB

Candidate Block

Mining Attempt 5dba179e2d56487e88b202127391f6e4ba18179238dfbed708948a640ed47289
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 0d8f2e5b15c86e7636a305f2c6e007eb3c680108e6cb7161ad8e8e818668a6ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,255
Size: 1.00 vMB
Total Fees: 0.00715365 BTC
Feerates: 87.72 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (343,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,274 571,274 0000000000000000000582f04c1b5abdd80bdcf5f6891184d651af44257152fc 1,979 1.00/1.00 vMB 49
571,273 571,273 00000000000000000027eaf64ed09df790e308829a6329d5a2ba8f4540173303 1,617 1.00/1.00 vMB 97
571,272 571,272 00000000000000000007d1a3e02fc24f17c991dc33c64bd69c1c854a7e94e67d 2,359 1.00/1.00 vMB 83
571,271 571,271 00000000000000000003b717d902888ec1334d88fef98ad6ee2703f3081ef6d4 2,235 1.00/1.00 vMB 113
571,270 571,270 0000000000000000002a9bd2f1f33ad95d23d88ac48060567392381a026d717c 1,385 1.00/1.00 vMB 100
571,269 571,269 000000000000000000158dece89a5ade52dc5162e26ddc6ce260f38a46a21d79 2,821 1.00/1.00 vMB 134
571,268 571,268 0000000000000000001671f18a49f98ce2d790076f8b9a27cb8ca3d094e60731 2,020 1.00/1.00 vMB 146
571,267 571,267 00000000000000000007e9e3c3dd93497181e8a96ebbc7b0e7b0b58cf90060de 2,260 1.00/1.00 vMB 41
571,266 571,266 0000000000000000002494759524628e7c0978a334d569418285afe0128711f1 2,191 1.00/1.00 vMB 41
571,265 571,265 00000000000000000021935a2ae58f07a103ca5300cda37c85b709cacc3e7f89 3,082 1.00/1.00 vMB 13
571,264 571,264 000000000000000000176cfc489f8b2561f01d14e90d1d7d78bc69560b4224a4 2,812 1.00/1.00 vMB 77
571,263 571,263 0000000000000000001ed78bfe8b698951170b6ab05980ace2833d5592d49b1c 2,008 1.00/1.00 vMB 108
571,262 571,262 0000000000000000002b9d21dc610af13d206a78f3631642b8be072b4f6303af 3,247 1.00/1.00 vMB 37
571,261 571,261 00000000000000000019cbe12992aa23346dab163f04c4d569865f05d87bc504 3,253 1.00/1.00 vMB 54
571,260 571,260 0000000000000000002514c4044054a2d72d35080daac602ede7696b9203a982 2,809 1.00/1.00 vMB 25
571,259 571,259 000000000000000000220afefe9975de9a61e2590dde665e0c0aedd111336628 3,189 1.00/1.00 vMB 30
571,258 571,258 0000000000000000001a9c4dfd93b9f83367717501c7300d5bf468a5e7bc6dfb 2,167 1.00/1.00 vMB 105
571,257 571,257 0000000000000000001dd973f1fdbc276c40eb7cfdf29184702c73f5c8e50db7 2,748 1.00/1.00 vMB 125
571,256 571,256 00000000000000000016862ded7019900131a80aa532c6e478d650016ceda1ce 3,183 1.00/1.00 vMB 21
571,255 571,255 0000000000000000001c94f5bbe8af65a6639a1bda1f398e4e0a0f61190403c6 2,772 1.00/1.00 vMB 85
571,254 571,254 0000000000000000001c315e0fe3e42c360e72c7f11347114ace380c1e9c7319 3,053 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.34 GB
    • Received: 12.02 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.