Loading Tool

Explorer IconExplorer

Memory Pool

80,048 transactions
29.53 vMB
0.08862675 BTC
Random Selection Loading Transactions
Max Size: 179.03/200 MB

Candidate Block

Mining Attempt ca64e84bae1abbc8ceede4a5e625a7163a41fb8c00d4671b94bc9744b09a82b1
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 9d3573c1104b1bac8a8be84f003739f907aa36a946b6a54205dd08dd864c0310
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.02655160 BTC
Feerates: 278.95 > 2.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (423,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,384 491,384 000000000000000000d5916ab9a26f5b98fcbe692853050e2b318a77f9f70054 1,739 1.00/1.00 vMB 155
491,383 491,383 0000000000000000003dc18f65c4dd80ec733621f53ac56f5177dacb34e9af77 1,208 0.97/1.00 vMB 255
491,382 491,382 000000000000000000b570e6cc7556515a073dd6bf9b7aa959f68c6fd8dcb90c 553 0.98/1.00 vMB 112
491,381 491,381 000000000000000000591108938dcc312fc9c1cc60c30ed392e82cf2ec11d9ca 825 1.00/1.00 vMB 115
491,380 491,380 000000000000000000e1d576a2b562d0ed0030d7dfef71405dff77ff5ec85b74 1,442 1.00/1.00 vMB 122
491,379 491,379 000000000000000000d7a5faa51d84e07e4b7f2f8368f34134b50c4ec30c02f0 1,703 1.00/1.00 vMB 148
491,378 491,378 000000000000000000dc776503c3ff827d99e1c81d8dd4b1116b46223fa40329 2,113 1.00/1.00 vMB 153
491,377 491,377 000000000000000000566713a738a5f468c6735dafda69d2a7fe11ecf1bf0871 1,334 1.00/1.00 vMB 130
491,376 491,376 000000000000000000dd695dfb56fb17600e8ff84c1cb587427514a9c5e9ee8f 2,033 1.00/1.00 vMB 148
491,375 491,375 0000000000000000008516ad7e49943bd4b6f146d755159d904973a46eeeb7ab 2,443 1.00/1.00 vMB 157
491,374 491,374 00000000000000000036717ff3bbd9cd2d7c19d8d2615558dacd50e6eb72275c 2,396 0.95/1.00 vMB 126
491,373 491,373 0000000000000000002adbca450168d9903fed27e4c99ba557ffd28bc0d2d141 2,579 1.00/1.00 vMB 138
491,372 491,372 00000000000000000004204f62328bde8f8951b528ae6309a098dcabaaa72ca9 1,825 1.00/1.00 vMB 138
491,371 491,371 00000000000000000035f19783b9b8264feed3703fd395a525b5650b2e1da3d3 852 1.00/1.00 vMB 145
491,370 491,370 000000000000000000945d295bf8e1e9a4766782b9e5b2b4b26c9e41b4aeee12 2,204 0.96/1.00 vMB 171
491,369 491,369 0000000000000000000a33a4fd66ee08ac7cdde9a736e77d0414e54546385ae6 2,301 0.97/1.00 vMB 207
491,368 491,368 0000000000000000004895734dee6900c9011b0a09ac203a18200d2133c73aa0 1,695 0.97/1.00 vMB 129
491,367 491,367 0000000000000000004e985b644dd1f6d014f01a595ecb09ccd45f07ceb9988c 1,714 1.00/1.00 vMB 110
491,366 491,366 0000000000000000008d9940ca1ca0da373bc8091261c35c437a8ac2e4892359 1,811 1.00/1.00 vMB 143
491,365 491,365 000000000000000000666a7caa4e30e5cde5e123200140a9e53bf5ac99b40f2b 2,087 1.00/1.00 vMB 135
491,364 491,364 000000000000000000aee862b75d56bb8332127220b9b5c0c5f9a83c69b1adba 2,314 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.