Loading Tool

Explorer IconExplorer

Memory Pool

37,330 transactions
27.10 vMB
0.06367088 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 3114e6f1c9f4d53ce28f11ee38e7a3a4eb377de914c64009168260d78d4dce0e
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b96973aca1b208ab224311a626fa20de07ab242625f876a99cc148ddd23e7b8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01238630 BTC
Feerates: 179.53 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (526,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,386 388,386 000000000000000006059ec573e22e7d23a8e8e14ff4dd5474d97bec979ef469 1,121 0.73/1.00 vMB 28
388,385 388,385 00000000000000000a8712235d069a1d895d3898b9f0a6a45532c2b52e1d3a07 2 0.00/1.00 vMB 0
388,384 388,384 000000000000000003d5e4c2c5072c4351200c7ae459fd2dbdcfc713706349b8 1,724 0.75/1.00 vMB 43
388,383 388,383 00000000000000000d52bf2b4d8d87cfa4dfac77d96f282c89a09ef285e8dfef 2 0.00/1.00 vMB 0
388,382 388,382 000000000000000006c7efe2abb66088f1285dd3847bbe3be7d94f90e727bc85 1,858 0.95/1.00 vMB 33
388,381 388,381 000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0 784 0.36/1.00 vMB 41
388,380 388,380 000000000000000009f886db2c7c12a497603e86378bace3ead93d350be3f38c 1,365 1.00/1.00 vMB 20
388,379 388,379 000000000000000006fb850740ae3881f3a5e64449d5f15b403a41c883c4df0e 1,171 0.99/1.00 vMB 18
388,378 388,378 000000000000000004361cfb160f4d038d6155b83a8090eeb79efcebc7fa2603 1,432 0.75/1.00 vMB 35
388,377 388,377 0000000000000000017bd86892debdb91399a8824fce2b82bc5ae3650c04cbcb 1,646 0.85/1.00 vMB 30
388,376 388,376 000000000000000006785572efd062cd89374d673055b999f1cdbf3337e1350d 2,573 1.00/1.00 vMB 41
388,375 388,375 00000000000000000b63dee4bcb759b63277b8fc0154c73afc180d68c68d3e14 2,501 0.75/1.00 vMB 46
388,374 388,374 00000000000000000c80d95ff3173bed7c2205e9c4bcca88ac95263e68e753a4 2 0.00/1.00 vMB 0
388,373 388,373 000000000000000004125843aaddd36c4a822f89200340e0375594e48c9ce7c6 2,481 0.75/1.00 vMB 80
388,372 388,372 000000000000000009c0bc3678dc98ae6ca9fbb807eb6f9dc81f66aed77c5b21 1,702 0.90/1.00 vMB 28
388,371 388,371 000000000000000006f4fbd1cb7393fd7437ba9c07ae75dd7596682e302fd3db 1,457 0.75/1.00 vMB 33
388,370 388,370 0000000000000000085df875d823a946fef3ccb8ca1d1c7cf3d94825d95b16ce 2,196 0.93/1.00 vMB 38
388,369 388,369 00000000000000000aac3b566d1237f9c6e64e92e9fb967fa0208ddebea439e8 1,869 1.00/1.00 vMB 28
388,368 388,368 00000000000000000390c618ac6766bcfaa183c052bf311c2a696ab63f94bc89 2,884 0.93/1.00 vMB 52
388,367 388,367 0000000000000000021ff110a589e44f56979254a204557311204f803910fdfa 3,199 1.00/1.00 vMB 66
388,366 388,366 00000000000000000764a32a01e9e074897b8246d5c8376150aa97165880e3f3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.