Loading Tool

Explorer IconExplorer

Memory Pool

73,503 transactions
27.18 vMB
0.06263016 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt 8bd7b68c46de2559fcc2e981d7da8376efd1f195e973deb5e39ce9540baf2557
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 9e2d36fcd9e75d5b3832fcd9bb9bc41aa616472814adda85677733afff251bfd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.00468148 BTC
Feerates: 20.14 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (540,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,693 374,693 000000000000000009f5120222f5f2be84cd6f80e69f9a70a1ea345c833f1196 1,110 0.95/1.00 vMB 20
374,692 374,692 00000000000000000b245b5f41582d786734a8e3e5caf4faf5ec531b83c9d82d 2,474 1.00/1.00 vMB 49
374,691 374,691 00000000000000000346e49534e0cb6d8c45e766ff99e490c78d183b07fb39dc 570 0.93/1.00 vMB 9
374,690 374,690 000000000000000004b270e5a81c21de1d020914ca91dd92e7ef8ae3143e2a53 1,105 1.00/1.00 vMB 13
374,689 374,689 00000000000000000be70fc74ba64ffa66fb13b0b791d9bd4af0cdd5244c0661 318 0.16/1.00 vMB 33
374,688 374,688 0000000000000000055db0e2f684f2d00ec361a90b60277f6be47662c8657637 1,025 1.00/1.00 vMB 18
374,687 374,687 00000000000000000732cab0cad1dd18dc2f4faab3f990d42d5dafbc526e6792 1,094 0.55/1.00 vMB 45
374,686 374,686 0000000000000000017ac20e6be2603eb432d896bcb728f86642d9f6953cd142 827 0.75/1.00 vMB 22
374,685 374,685 0000000000000000003bfbcdb7d2c5dbec5787c81daa198ad8eda6967518bf7d 686 0.93/1.00 vMB 12
374,684 374,684 000000000000000012957aec978281e748a3b0e4dc7a26adcab050c8cb9e3c80 2,257 0.93/1.00 vMB 50
374,683 374,683 0000000000000000116620caec90487439efb60e90ea1a6858cc2faf2be4c129 1,372 1.00/1.00 vMB 25
374,682 374,682 00000000000000000898c7398cb77d2c1fbb27f7d72e45fe8212fc6197b2b652 1,356 0.93/1.00 vMB 26
374,681 374,681 00000000000000000630a82849434b3a5e4b788bcebf20cde00df254bfec8edd 2,533 0.95/1.00 vMB 16
374,680 374,680 00000000000000000ab38997517c9d6232c1fe24c8856740bc099c361ee0fbb5 969 1.00/1.00 vMB 17
374,679 374,679 00000000000000000126453f1275d0b4838a72a3b36f6b936812a1fea5244936 1,612 0.95/1.00 vMB 32
374,678 374,678 00000000000000000f12ea02ec31c3700dfdec10371b10940d0c5516df28b10d 1,894 0.93/1.00 vMB 40
374,677 374,677 00000000000000000864c409009ccf0ea20acaf8f71b9fd0d8e72b2d37c6c531 562 0.31/1.00 vMB 33
374,676 374,676 000000000000000012aa359e22fa774dce8939415453f6c50feb3678413fd4d1 700 0.75/1.00 vMB 10
374,675 374,675 0000000000000000029d678c2951d14f418cbea74fda1cae7e4d0f548d218bc1 177 0.14/1.00 vMB 35
374,674 374,674 000000000000000004b2b10df0198dce5c21f855d4dc0bf9c4a7f990f22ebb25 1,246 1.00/1.00 vMB 22
374,673 374,673 0000000000000000083a5963172472078f87e77cc59ed121f4535f85c45fc1c9 2,058 0.95/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.