Loading Tool

Explorer IconExplorer

Memory Pool

79,199 transactions
29.47 vMB
0.08420883 BTC
Random Selection Loading Transactions
Max Size: 180.20/200 MB

Candidate Block

Mining Attempt afb4db217c20d22bb3cbadd982e7774e1c1241df374c686d53a90dd9f0459821
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 0398f280a1d834f35b97fe0683945b2af5ad7a5e99d50707e0b33d3816ade25c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.01943175 BTC
Feerates: 402.60 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (554,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,300 361,300 000000000000000012ad7c5ad909dda1bc5e918c1f6003d7baae8705626759f1 863 0.64/1.00 vMB 21
361,299 361,299 000000000000000003be5efff12433e2bf98ddf70d179ae310e9e6a32d553115 1,120 0.43/1.00 vMB 33
361,298 361,298 000000000000000015da13c16466bc082c9b6ff0bc08588768341be3c4a5d519 927 0.74/1.00 vMB 21
361,297 361,297 00000000000000000681eccd371cbe5b75ec85456436bb2346838bb98929c710 757 0.32/1.00 vMB 29
361,296 361,296 00000000000000000db03c29df1df1c241091e4b6a69b1fbc1e379b50e4de3c2 416 0.17/1.00 vMB 35
361,295 361,295 00000000000000000d8359aa15289bed731ad4ce8ea8790aebe7fb546c12e0a2 490 0.41/1.00 vMB 16
361,294 361,294 00000000000000000ba7d2ee2bce75bf0f3c7cee73f8e1f48f5d20083a3d6301 1,684 0.75/1.00 vMB 34
361,293 361,293 00000000000000000f647249d5e76b923b2d1968df10117acc293d1ae1f51214 548 0.64/1.00 vMB 25
361,292 361,292 0000000000000000086f47828e47587d2c92b3d562b45fae9a417e7fa37f534e 1,506 0.73/1.00 vMB 27
361,291 361,291 000000000000000011f605bddfbe9e26231818b43993e6af84579fd93af9b0ff 2,164 1.00/1.00 vMB 29
361,290 361,290 0000000000000000152195979e99e62bcd9366e7d32653a343501aae119bfaf8 318 0.59/1.00 vMB 13
361,289 361,289 00000000000000000c077eebd15261811bd9ea7c9784ae5482636b5e529ce932 581 0.25/1.00 vMB 24
361,288 361,288 0000000000000000027030a8b7f444e7d9ce050adc1350d139439fbba97ce55c 1,123 0.75/1.00 vMB 41
361,287 361,287 000000000000000006f9160dc7132773b34b92610cff01516d7722c0379b77fb 1,595 0.75/1.00 vMB 33
361,286 361,286 000000000000000007b230684d60ccd77e36f587692f53ba601fb21c53b5e688 962 0.53/1.00 vMB 27
361,285 361,285 00000000000000000cc117a5376b12b7a2dc4a3bacd9a5fa56071d7a32e6d538 623 0.69/1.00 vMB 13
361,284 361,284 00000000000000000f47c04603aa03532a9a884f465bcd2636a82d4e4e9222dd 799 0.95/1.00 vMB 18
361,283 361,283 000000000000000007c559f2ec04784c20be4fdc1f1b515ee0ebf7e54aed8617 2,434 1.00/1.00 vMB 32
361,282 361,282 00000000000000000a3b2dc0c8246d39ffa2b48d8e19233e3f65f966b69e7894 1,774 0.93/1.00 vMB 28
361,281 361,281 00000000000000000de5ca1d011b8898c298d0994b26aa9c9509d41d31a8558c 2 0.00/1.00 vMB 0
361,280 361,280 00000000000000000ab78e0cb86e3395a2e3a11e817dc9d87e9ebfe9f2c4d676 918 0.49/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.