Loading Tool

Explorer IconExplorer

Memory Pool

26,167 transactions
5.08 vMB
0.02157045 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.23/200 MB

Candidate Block

Mining Attempt da9120732c72af87e322474b86bf85221d039e669f621e073d7585668edd3fd7
Version 20000000
Previous Block 00000000000000000000642ce8c8d43ca6aa50a593148e8ea2bfe69c55ff1595
Merkle Root a267e19a3eec9edb56709870d82e5294a805d78c7c229f13f03494967807c077
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,282
Size: 0.84 vMB
Total Fees: 0.01051472 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,843 (647,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,400 265,400 000000000000000eadd47fc2cb84a7f9ad966ad3097c4a7fbe52149a6e1c1f9f 0.14 MB 294 97
265,399 265,399 0000000000000003d45c65a9e0b13364d9c440ec1590371a3da978713de3d6d2 0.20 MB 443 82
265,398 265,398 000000000000000cc8c856713b6ea82b2f06d0efc9f7b1ce9f2ca85aa949ea30 0.25 MB 527 156
265,397 265,397 0000000000000007e0dd51acb1cf25a20b6355de0ac9355883e023d30d48384b 0.15 MB 78 5
265,396 265,396 000000000000000be67f4f6555a575985a816bc91f4c41dbeb703c48cd4b25fe 0.04 MB 118 144
265,395 265,395 0000000000000001c0e87fd0f1f546bd85cfa69f825d8c9b618a8fe880de3765 0.04 MB 101 85
265,394 265,394 000000000000000035992f1d6020980d9d380311b4e1fc4b6da5743b47e9eceb 0.03 MB 49 9
265,393 265,393 0000000000000004b38ec735eb1f9764b07be803f8122fb647fb0dd135e667ff 0.20 MB 458 105
265,392 265,392 0000000000000001d1f77ed9489341320c2112b282df47422c8fbf8b2bb295d5 0.16 MB 331 107
265,391 265,391 0000000000000004c1af742e102c3e9335af5185c32692f311bc325a1feceaf8 0.10 MB 276 156
265,390 265,390 000000000000000e8ec0e934b8704032e692f4329c4a64752fe13494def91e61 0.14 MB 238 85
265,389 265,389 00000000000000018c801a4f41ee62af7e0c522a88749cc1c37815c2a526e6fc 0.09 MB 211 85
265,388 265,388 000000000000000bb23e15b0afad99d7082f2c3015fb4cddd6ab7992c6f4a348 0.14 MB 289 101
265,387 265,387 00000000000000035832f3fa32673bc0b5797e421bb9b4fa50a829d2c74a3ea7 0.06 MB 110 67
265,386 265,386 000000000000000fbaa3be17d6a9f540f15e20427ba287664b61c0da44d14fbe 0.09 MB 168 84
265,385 265,385 0000000000000008160c3f2c732b15f440f8bfac075ff3d73b6fae1ff5ad0329 0.25 MB 460 96
265,384 265,384 00000000000000055446d19b2b301c06e31b0ef46a499c06ebd52a414a3c37ff 0.50 MB 1,044 91
265,383 265,383 000000000000000048faf0f4cfeeb46e1e37ecadeaaba693e32b9016ca80f107 0.25 MB 739 201
265,382 265,382 000000000000000c80bd92dc420bc7af5be90749571ae6d8125f3737596e0e4d 0.07 MB 167 98
265,381 265,381 000000000000000fc7eaa6eb1242c8d7afcde6fe08859c7b53f4c8559687465b 0.07 MB 165 64
265,380 265,380 000000000000000fc4417e06d87e7ed36dc502d978a3b9556b3d781c5d7a7cdd 0.02 MB 61 132
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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