Loading Tool

Explorer IconExplorer

Memory Pool

53,051 transactions
29.76 vMB
0.14904238 BTC
Random Selection Loading Transactions
Max Size: 159.49/200 MB

Candidate Block

Mining Attempt 111eef2146c3882e5f6c10a3e0f99fa6418f8d7aa6c80eac3d7d773be03aa9be
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 3bf1e9248f63171a96f595517d2ec0b94043b1a781ddd8c7ac6a86da2fbcfe94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.07666489 BTC
Feerates: 445.47 > 7.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (508,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,374 406,374 0000000000000000049b4ccb64ee8f1051c851f8459ac02caea85edd811432b9 2,754 1.00/1.00 vMB 45
406,373 406,373 0000000000000000062f3168dc95b4ff7c0bb5f484d8b2ef97a335f33bdc2669 438 0.27/1.00 vMB 26
406,372 406,372 000000000000000003f9dcf1218c0fad13435d01ea8d297f3a3bcf36f9ba8677 662 0.27/1.00 vMB 44
406,371 406,371 000000000000000001d2ffcc7594e6dd56bd2cbe1bdbb09a0c7f54065ff30a39 1,153 0.63/1.00 vMB 35
406,370 406,370 0000000000000000030b6d60d608a82a2ee1596a30fd498caf1598ccdefaee4d 2,778 0.99/1.00 vMB 46
406,369 406,369 0000000000000000024053c6cb246f0af55be04f3a529976c577f9cd8ea4996a 1,264 0.47/1.00 vMB 42
406,368 406,368 000000000000000000a1b443302790ed4906cf0d184f4b3fc4e3dd499f860391 699 0.30/1.00 vMB 41
406,367 406,367 000000000000000002e9ea743289b17241e73e561d449c09e6ac7a4e08d6fc56 625 0.44/1.00 vMB 30
406,366 406,366 000000000000000004f4fcd7c71d3788940b04032c0589451378d40c8e5483db 893 0.72/1.00 vMB 20
406,365 406,365 00000000000000000320883c9e0459d88daf508d6840cecee28058e0b948debd 3,154 1.00/1.00 vMB 59
406,364 406,364 0000000000000000040d5f6b22e324310cff34a9c4ba6b4c137599908f1c89d5 996 1.00/1.00 vMB 17
406,363 406,363 0000000000000000053d6b9552331928d32fca7e0868680daa4dc7a872998e2d 496 0.24/1.00 vMB 37
406,362 406,362 000000000000000000acaeeffa27605cd0c9c23da6097e0540e6328429b5831d 108 0.04/1.00 vMB 37
406,361 406,361 0000000000000000000028e4900b850132b4816b2a402c0ea32a3b44e7f0c1df 828 0.64/1.00 vMB 28
406,360 406,360 0000000000000000008123fdd13c24e7fd210d5ba3a3c99ce849356701c157f2 1,096 0.45/1.00 vMB 43
406,359 406,359 000000000000000001fb9fb2221d64fc171bee0dc461a7ecad720a254781ab02 1,573 0.62/1.00 vMB 42
406,358 406,358 0000000000000000000780a196c0f4060e44877bb6ca53a5e8a53f12247a84a6 92 0.03/1.00 vMB 44
406,357 406,357 000000000000000000c9927dee5a5a8f6e54836b0dbc7e0dbe305b8c72f0069a 505 0.32/1.00 vMB 29
406,356 406,356 00000000000000000200e908d5e6a5d09b015eec5632606af916f2616fed5f63 546 0.30/1.00 vMB 35
406,355 406,355 000000000000000003843347c2616124b161232816a839093e9e7ce0b522eb07 619 1.00/1.00 vMB 10
406,354 406,354 000000000000000003abdb6f9cdc10ecf1e991ce10f99a14546c60f9936caff0 913 0.99/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.