Loading Tool

Explorer IconExplorer

Memory Pool

78,149 transactions
28.96 vMB
0.07024050 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt c62fbc36f6d73e47e300246700dfcb4d2aa9be3a4f0299b27a18bf4afdb85bba
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root c5557af824d8b562d9a60933082adc70587264003d0e009fd44f1d7312367bed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,518
Size: 1.00 vMB
Total Fees: 0.00989245 BTC
Feerates: 149.20 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (272,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,359 642,359 0000000000000000000a762080f085f5c7d365578c0e622a7ec028dc4ecf01bf 2,205 1.00/1.00 vMB 148
642,358 642,358 0000000000000000000452d4f60c12edd34e63974b1a6d2f4d1042e05edd0713 2,127 1.00/1.00 vMB 130
642,357 642,357 0000000000000000001084acaee41fed23dab10cb30b741800724c1d95f236f1 2,162 1.00/1.00 vMB 140
642,356 642,356 0000000000000000000b75ec31b7c0dd855f68edb469f78ce07b6173a85442a9 2,592 1.00/1.00 vMB 138
642,355 642,355 0000000000000000000366a2127734056e9adce0e3161c1dae293d9a6df6eea4 2,322 1.00/1.00 vMB 139
642,354 642,354 0000000000000000000efa472761edaac33bebf81f89f72e3a501ee8ecec9de7 2,646 1.00/1.00 vMB 131
642,353 642,353 0000000000000000000fa8ad4ff8d13da0be1628d8d28ee585ebb4427d4f875f 1,810 1.00/1.00 vMB 144
642,352 642,352 0000000000000000000d56e58eb6448314f9bf52d756a770407da13aec4d0cf2 2,455 1.00/1.00 vMB 166
642,351 642,351 00000000000000000002bec81701ab4f03a0de0e9d3ccb4b3bbbf92a4d5f9187 2,713 1.00/1.00 vMB 151
642,350 642,350 0000000000000000000bdd3b76c00d170c28339f54350a46c8b23756537d8166 2,034 1.00/1.00 vMB 159
642,349 642,349 0000000000000000000583bc9dc40c051623af7eabad87fe6a0080f0e4fb6a78 2,005 1.00/1.00 vMB 159
642,348 642,348 000000000000000000007d67f77f6215b9133e089d4f1d24c4e95aa6dd897d1d 2,098 1.00/1.00 vMB 176
642,347 642,347 0000000000000000000acdd434a1e92a1f3de2afefc6dae070d52bfa11a4c576 2,192 1.00/1.00 vMB 164
642,346 642,346 0000000000000000000a40718a3d0f2f618d17e2c36fa428a45bdfe97eac3e0c 2,519 1.00/1.00 vMB 151
642,345 642,345 00000000000000000001f1e09d13870c2709a338a26944ae6f8bc110c3aac175 2,803 1.00/1.00 vMB 120
642,344 642,344 000000000000000000062c845834c461d71bc3b1acd1e55ce4c34cffb76481fb 2,062 1.00/1.00 vMB 140
642,343 642,343 00000000000000000000bc2b073ed794a594b47671014a86edd586b6dbed353b 3,178 1.00/1.00 vMB 189
642,342 642,342 0000000000000000000f70030ea51703f4d9bb2762124c3b0dac09785b7f34aa 2,835 1.00/1.00 vMB 120
642,341 642,341 00000000000000000008a8c653c0e58951f55d1275a7a160bcf67858bce50269 2,953 1.00/1.00 vMB 121
642,340 642,340 00000000000000000006b0123849e905a03d1cbdf242b5417e22ea8d398efd8b 2,375 1.00/1.00 vMB 134
642,339 642,339 00000000000000000004685341795053b47161af6468d516b24c0bf7acf8d13f 2,216 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.