Loading Tool

Explorer IconExplorer

Memory Pool

38,366 transactions
28.16 vMB
0.06940876 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt dd65d526f46fd94da15b52e0475830531e9c340903a8fff84f32a68ab711f23d
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 9e16fd22cf40ea9a4f842a6ff7135940b4b09fbc4abbd8fc07e7bac28100cd3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,966
Size: 1.00 vMB
Total Fees: 0.01539755 BTC
Feerates: 150.93 > 1.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (337,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,289 577,289 000000000000000000279a5a9d2604f633498bcff2b84dbd8da2ec798d4f73ce 1,429 1.00/1.00 vMB 35
577,288 577,288 0000000000000000000659678303e11ee5bdb3c23c8eb2c988691f239c4cf9fc 2,921 1.00/1.00 vMB 59
577,287 577,287 0000000000000000001aaed13e1a88ef981becc1fd56d42bce21922124dd20a5 2,801 1.00/1.00 vMB 74
577,286 577,286 00000000000000000010a06d810273e704da9d6f308ffbf3be9dd75c970b0f47 2,661 1.00/1.00 vMB 46
577,285 577,285 0000000000000000001ed2c83a02eefc8cdf4788423024a48d1fb28d07a9cd94 3,036 1.00/1.00 vMB 108
577,284 577,284 00000000000000000013cbf1a867bd8a5bcc3debdee6848bc1a990cdd8ad51a1 2,862 1.00/1.00 vMB 150
577,283 577,283 0000000000000000001a5509a5512ca65e8214af21f8fe72282bb91ecfd9af15 2,939 1.00/1.00 vMB 147
577,282 577,282 00000000000000000021f9fa99adb1f6dd4ae6e0055afe50cc1c2c246344525c 1,911 1.00/1.00 vMB 69
577,281 577,281 0000000000000000001987e16d70cffd3dc0c71ac8de9bf48830159f89a2efdd 3,031 1.00/1.00 vMB 118
577,280 577,280 00000000000000000018beb108c21a12290c17e2d9df909edb9819d8f4a27880 3,385 1.00/1.00 vMB 140
577,279 577,279 000000000000000000272e85d8c97ca1fb1967854159cef7f926d5e457e8f7b4 2,477 1.00/1.00 vMB 131
577,278 577,278 0000000000000000000b9c20807fbfb5b414bfb1940efaf5b70db7cf607f78b3 3,000 1.00/1.00 vMB 181
577,277 577,277 00000000000000000028e51f278afe6846c22f62a5903a22bf2d47435b22f48f 2,119 1.00/1.00 vMB 49
577,276 577,276 000000000000000000269a0eba2d85f93deba76b07c0c4ff27bd2f3312c4610b 1,762 1.00/1.00 vMB 9
577,275 577,275 00000000000000000000d3ccd1f5e4333d7267688c7118d4d52377a91d58e61d 2,647 1.00/1.00 vMB 69
577,274 577,274 0000000000000000000459351b594d7808b30f620fdb51aac294528524a99429 1 0.00/1.00 vMB 0
577,273 577,273 0000000000000000002170bc04bf6e233114d3c1073b2e893737b576863f0113 1,183 1.00/1.00 vMB 42
577,272 577,272 0000000000000000000fcb045a3e48d3f3fe53fe72030eaa5cc7dfa181af4ad7 2,344 1.00/1.00 vMB 97
577,271 577,271 000000000000000000101ea195ee816873edcdde7acf042c65dbc536ce2f4217 2,880 1.00/1.00 vMB 130
577,270 577,270 00000000000000000021ab623681ec7ef473183e8246b26d81b1593e9b74f4e9 2,968 1.00/1.00 vMB 162
577,269 577,269 00000000000000000023d75ca21174bb18d4cb6e1850b9c9ebb5ef0ceee26618 3,021 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.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.