Loading Tool

Explorer IconExplorer

Memory Pool

85,279 transactions
33.00 vMB
0.15806741 BTC
Random Selection Loading Transactions
Max Size: 196.48/200 MB

Candidate Block

Mining Attempt 6ae2f8987bedb483e68c79c4b0f9118a9ad68360fc6af91140c255407433a1f3
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root db81ba429488269a3ee37fe5b51e976e2d13527bdbf30db904ea3afcec15d0ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.04907495 BTC
Feerates: 318.30 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (117,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,516 797,516 000000000000000000009d53bc5c7b2ab1c0ac268ddf0e2fcee210a321acc9c0 5,698 1.00/1.00 vMB 6
797,515 797,515 000000000000000000041275d4a1d8f431bc7658751e40f8d80710ef07ac4b47 3,554 1.00/1.00 vMB 7
797,514 797,514 00000000000000000001f6f51d2baed34402aeb9dae6c3ad9851389d90c94af9 4,873 1.00/1.00 vMB 7
797,513 797,513 000000000000000000014620e1931929738a1089de30392d51e2965990fe9820 4,452 1.00/1.00 vMB 6
797,512 797,512 0000000000000000000199bdb1be9326edc9a4f9e21eb5a9b0474a6a6bd1bbe7 465 1.00/1.00 vMB 4
797,511 797,511 0000000000000000000243f5dd09a8db2931dbb2cf3603647e15696e3b35c6bd 1,773 1.00/1.00 vMB 12
797,510 797,510 00000000000000000000b17527e9c97fcbb2fd935e087f7ac7e46e87c3734c6b 2,408 1.00/1.00 vMB 12
797,509 797,509 00000000000000000002380203746d2723107f5e420b2b499a066b0ca74fa5d2 2,472 1.00/1.00 vMB 7
797,508 797,508 0000000000000000000210b8b5d9c0d72065aef996224373f8d9f6620f711d77 2,897 1.00/1.00 vMB 8
797,507 797,507 00000000000000000002894def354fbc1daeeb754c55d9c81d44cd1ec40375c2 2,055 1.00/1.00 vMB 19
797,506 797,506 0000000000000000000499bcfcc7b41946a2146ffa5c8ee24ea293b730e8acf8 3,644 1.00/1.00 vMB 8
797,505 797,505 0000000000000000000392db7672e199e90f286359e64212bcc88b27bd8f426c 2,942 1.00/1.00 vMB 15
797,504 797,504 00000000000000000003182274982b1ef03e0fdb47b5f41ea85ac7383657b371 2,142 1.00/1.00 vMB 8
797,503 797,503 00000000000000000002f12c39c13459a8e84bb3fc48cee7b73ad7fe87273390 3,028 1.00/1.00 vMB 22
797,502 797,502 000000000000000000011e86ca0881d8d5b12eea226f31dd6d0893acb05f49aa 3,463 1.00/1.00 vMB 5
797,501 797,501 00000000000000000000bb0302cf75394ae039b059f6cb26ec172758c8f59f1c 3,038 1.00/1.00 vMB 10
797,500 797,500 00000000000000000001de7f2cd5f1aee0bfd6bce5b66ae53129c851cc982b40 3,045 1.00/1.00 vMB 8
797,499 797,499 00000000000000000000e7d6c95ee5040aeb504d71c471a61eb2a931c8130fe9 1,564 1.00/1.00 vMB 10
797,498 797,498 0000000000000000000165e16a53593813ef449d92e5d333c130742bfce17e7e 2,829 1.00/1.00 vMB 16
797,497 797,497 00000000000000000001e1969615d333b17b64170a8c86d6c8fbfdd5aec9c478 1,072 1.00/1.00 vMB 18
797,496 797,496 000000000000000000029c4565ede461926116e5ef5f901bdea700d8300bde67 2,673 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.