Loading Tool

Explorer IconExplorer

Memory Pool

83,021 transactions
30.45 vMB
0.14972080 BTC
Random Selection Loading Transactions
Max Size: 184.42/200 MB

Candidate Block

Mining Attempt 78ea7ea8a901b08f718c422e6dbce73091e67faacd999ca9a547fbae0285fa67
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 51d9f2423fb5c0429cc53c7b9b83ff67473787aa91826e3243a1733a323212a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.06758048 BTC
Feerates: 150.61 > 6.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (295,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,555 619,555 00000000000000000003e52bf0a5a4290d7de31f6def589fe86f6e75922021bf 3,051 0.87/1.00 vMB 9
619,554 619,554 00000000000000000010cdd76e3f81328dce8b0959f91c3f544d05a12397b94e 2,779 1.00/1.00 vMB 20
619,553 619,553 0000000000000000000771cef70cff4f30c98a650cf1215c3ecc9420bcd27e74 1,396 0.37/1.00 vMB 14
619,552 619,552 0000000000000000000ad72989ea8515de6b47e4dc094617cb5ce0ff98f9d817 759 0.22/1.00 vMB 11
619,551 619,551 000000000000000000032fb89b2460400a660f9fe841b03aa03add3a51c0b073 2,982 1.00/1.00 vMB 5
619,550 619,550 0000000000000000000e6c6cdfd50cd06008911b83547e48b8f33545c73d0e6a 3,436 1.00/1.00 vMB 26
619,549 619,549 0000000000000000000ae2419586e0e6bb56b2723e19ccf5d3edbd13e0013939 2,336 0.73/1.00 vMB 15
619,548 619,548 000000000000000000097d01113021361ebcdaec80912b0ad5a23f688405d9b9 243 0.09/1.00 vMB 13
619,547 619,547 000000000000000000085636f88bc20ce611b7ffb90036500abc401025138682 1,287 0.53/1.00 vMB 10
619,546 619,546 000000000000000000028c9561f30d276ee51c30329b71a2f2f722c8d2e9cebb 2,529 1.00/1.00 vMB 5
619,545 619,545 0000000000000000000368954adc4e4380ea1a558c70b6f3b0ddae7bd07355c8 2,538 1.00/1.00 vMB 13
619,544 619,544 000000000000000000093aea27ca4655094820512f20a7fd75a53a2b3d38daab 3,105 1.00/1.00 vMB 18
619,543 619,543 0000000000000000000de3fbb45ccc05abf8715f80d3c8a9c4cd044dd1e60066 2,579 1.00/1.00 vMB 6
619,542 619,542 0000000000000000000cace63195130c26abd64ee37efd03c805b81b87f8da86 2,057 1.00/1.00 vMB 8
619,541 619,541 0000000000000000000741388fda627646b0eb31de72648e4b4d93cf03c83e5d 3,316 1.00/1.00 vMB 28
619,540 619,540 0000000000000000000997fc03134e2c078894e0a2e3294146e3d424038070f9 2,444 1.00/1.00 vMB 7
619,539 619,539 000000000000000000083f197c7a260a33bd17606875ff50bcf0b037d0e32c31 3,226 1.00/1.00 vMB 16
619,538 619,538 00000000000000000007e9b918852dfeb395814dbcdc82c02d8a60a95d89937a 2,258 1.00/1.00 vMB 16
619,537 619,537 0000000000000000000cfd055b4eded393b7ae8dcc073864b70d8f6d64d10d2f 3,134 1.00/1.00 vMB 25
619,536 619,536 0000000000000000000ceac893f0e305172c050c8561e859f029237c41ab782d 3,218 1.00/1.00 vMB 25
619,535 619,535 0000000000000000000b0ed84635c08d52810897afe1a920e6b2d2e61047fb39 2,512 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.