Loading Tool

Explorer IconExplorer

Memory Pool

78,901 transactions
29.55 vMB
0.10351223 BTC
Random Selection Loading Transactions
Max Size: 177.90/200 MB

Candidate Block

Mining Attempt bd0cb7c65eb57558be60b77bc2fe5211a05516aaa4d1d01c5f4f65e2b1526d20
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root d7e56e1b7e60c16e9857497f36252179cb1934163a865ceda46e06b0f000cc22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03879724 BTC
Feerates: 164.34 > 3.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (159,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,684 755,684 00000000000000000007b76319c3491fd3936048ec3194de630ee3f5bd5721cc 2,558 1.00/1.00 vMB 12
755,683 755,683 00000000000000000002adeec6cf276fd0063f1df1678406b22df288b0a28566 1,660 1.00/1.00 vMB 7
755,682 755,682 0000000000000000000816123dc126bfa80291213177bab2d2ccf08e2994d3e8 3,229 1.00/1.00 vMB 14
755,681 755,681 000000000000000000038152a0060738f46c2c6c9d8412948b49931d0c34b35c 2,318 1.00/1.00 vMB 7
755,680 755,680 0000000000000000000798961b91583d9d06cc95a88f64de75dedd5bda4c41d8 1,173 1.00/1.00 vMB 3
755,679 755,679 000000000000000000007a2fe380e7ccd96b1d9c0c17eac292a9cf6f3fe043d1 1,671 1.00/1.00 vMB 8
755,678 755,678 00000000000000000008381179ff4e3190a199c9ae95a814d61cf4f580a7db34 1,629 1.00/1.00 vMB 17
755,677 755,677 000000000000000000052f85934ec65aadf48bb7708b701f8a3c0ecd24e09a10 2,756 1.00/1.00 vMB 4
755,676 755,676 000000000000000000048b684f0ad995e1d7e77dfbff09259160f438d7ae3d54 2,953 1.00/1.00 vMB 17
755,675 755,675 00000000000000000004f2a74d4b3977ee0afd81cf09ec17bf57f3f8fbdb3d79 2,665 1.00/1.00 vMB 18
755,674 755,674 000000000000000000085cfe004c2aa66dd968d9efa1c9f403420a9ad0e502b9 2,485 1.00/1.00 vMB 11
755,673 755,673 000000000000000000037b2c8e7d8dc331abdd6b264db3c11c4e1f40fce29c71 2,094 1.00/1.00 vMB 11
755,672 755,672 00000000000000000004946eae8a4fcacc9fcc4c9c9660a3e22843bde5a1f6e8 2,470 1.00/1.00 vMB 10
755,671 755,671 000000000000000000037c26d60f31bdc8b5c750b95061b8acd204b8bf760f46 2,497 1.00/1.00 vMB 11
755,670 755,670 000000000000000000060fb73a6c22594a7ef09c623488b128699214717c5f27 2,813 1.00/1.00 vMB 15
755,669 755,669 00000000000000000006f1d235025541e27872c595e978a329b28e0eb5afb089 1,938 1.00/1.00 vMB 16
755,668 755,668 00000000000000000004190241cbf8b0a6e3e051ecb603423efda6e04a54653c 2,785 1.00/1.00 vMB 16
755,667 755,667 0000000000000000000781d339c9050efbc30063cea5ea445287237daaef70a4 2,487 1.00/1.00 vMB 25
755,666 755,666 000000000000000000015d3d7a9ac626b6116878eb447f3e16200cd8720735de 3,411 1.00/1.00 vMB 21
755,665 755,665 000000000000000000063afdde88bcc0bd7c49582a29e9ff273faac52eff8156 3,005 1.00/1.00 vMB 9
755,664 755,664 000000000000000000024e8101bf3539816756d7ead37430d2bed1d109271979 2,626 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.