Loading Tool

Explorer IconExplorer

Memory Pool

43,323 transactions
26.35 vMB
0.05853501 BTC
Random Selection Loading Transactions
Max Size: 138.58/200 MB

Candidate Block

Mining Attempt 00f2390138d842bb1220e78989931c491a0e3c8d4c294176f9e4e81b733dcf2d
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 442c5fb218b87c78d03ba8c395d4e310380a39d68c1280f04c53a59699e4fdc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,663
Size: 1.00 vMB
Total Fees: 0.01019821 BTC
Feerates: 40.21 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (403,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,233 511,233 0000000000000000002f7f7bf42cf71840415463e3d2d8bb86027552271b504e 793 0.31/1.00 vMB 61
511,232 511,232 0000000000000000004f22478f53b64f4baf2596018beb785440bacf35606efa 604 1.00/1.00 vMB 8
511,231 511,231 0000000000000000001d308f2c8403237e96df00df3ee354250a0e7c7cda1ebe 1,113 1.00/1.00 vMB 16
511,230 511,230 0000000000000000001b7d2716ade2385b6d5c662ac732560c44fbcd13a5d43f 1,296 1.00/1.00 vMB 28
511,229 511,229 0000000000000000005464b0340f9e10b6223e7ebdfce31d669554ee61d6ab47 2,101 1.00/1.00 vMB 30
511,228 511,228 0000000000000000001f124dd41dbaa4eb7f9ab64b05355e4ef6b74557aa8b80 311 0.11/1.00 vMB 44
511,227 511,227 00000000000000000012161c0f1f63bcdf0884a842beb85184c8d1acc78a8c75 2,041 1.00/1.00 vMB 32
511,226 511,226 0000000000000000000d3c664a0f0b22998aa3556316c948cf72132caa7811df 279 1.00/1.00 vMB 5
511,225 511,225 0000000000000000001fdd34556f124eeec497976f8fd2c402d648184c54fc7c 116 1.00/1.00 vMB 1
511,224 511,224 000000000000000000099ad8ebfbb14914f9d8ba8fcc9558b11799ef4d4d1b5e 1,827 1.00/1.00 vMB 30
511,223 511,223 0000000000000000004d4742dcabbbd52de7237572f1a6140b9878d0b7e36058 2,264 1.00/1.00 vMB 31
511,222 511,222 00000000000000000012a6acbd6a7dfe41117828b654ea8dbfa18523557987f4 1,222 1.00/1.00 vMB 18
511,221 511,221 00000000000000000040993d4a1019f3782e33bb6c98010bb1e5cfc27c768cd0 1,670 1.00/1.00 vMB 23
511,220 511,220 00000000000000000020f7bf657bfdfd6309221e550e5b86331b6a27022bc0b6 1,633 0.73/1.00 vMB 39
511,219 511,219 0000000000000000001b12fd3333e95a237fe4de361b43d53fe2dec4c5b2f7ce 1,136 1.00/1.00 vMB 14
511,218 511,218 0000000000000000003375114ddb5b7266c2b540bacc538a6c45ec3ab6f5cb7a 2,126 1.00/1.00 vMB 24
511,217 511,217 00000000000000000055cc38b0f0a47da3a14802e0696b13b6902d3ca5f29c6b 2,207 1.00/1.00 vMB 46
511,216 511,216 0000000000000000004ad00f46329532b529e63bbcef4022298508654c8e4e36 767 1.00/1.00 vMB 14
511,215 511,215 00000000000000000003f695c8da9dc6b10857db1d3b5c5c8ceda8a123c1b890 1,123 1.00/1.00 vMB 14
511,214 511,214 00000000000000000029c0335bd231e15e2923a012b613e1fb91c32d6d85319c 1,939 0.68/1.00 vMB 39
511,213 511,213 0000000000000000001707fe809f2788a19e0e79450290ef9ed703a2cf015f59 936 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.