Loading Tool

Explorer IconExplorer

Memory Pool

76,404 transactions
28.87 vMB
0.07298874 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 7f6618ab92b810cf75b38db6404ed3a5f8cf87d831a03a0fc3302d6dc024f5bc
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (359,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,809 555,809 000000000000000000174df446000e2bf87bb692cd04476decf010a826a8db40 1,881 0.68/1.00 vMB 11
555,808 555,808 0000000000000000000270090028a7d9948e12062bc2206ae95071ef4789a8c8 580 0.25/1.00 vMB 7
555,807 555,807 0000000000000000001c39a8fb52572ca46de59f857d6a2f53678f2701c5b4f9 234 0.11/1.00 vMB 76
555,806 555,806 000000000000000000096a8a1ecb4d970c605906a6a6c2aff29d2b8c5deeeefb 864 0.30/1.00 vMB 29
555,805 555,805 000000000000000000323cbd781787358ca0f60ab9d0c327fa115251f9ec3487 387 0.25/1.00 vMB 9
555,804 555,804 00000000000000000002a7d4ec9eeb7be57b367891cdada8b9609f41f70bace0 367 0.15/1.00 vMB 14
555,803 555,803 00000000000000000035ff9d01f0577f147f9b003aadf2aae0c649dd7c9d228e 2,032 0.85/1.00 vMB 8
555,802 555,802 00000000000000000009842da29a5d0f3ae3e89ce0e940689a0d7d64b69a0c99 59 0.04/1.00 vMB 7
555,801 555,801 000000000000000000280eac5aa72c5f4fb7b979015b25120f5c1371e2d21d5a 1,065 0.47/1.00 vMB 10
555,800 555,800 00000000000000000007811c5f92602a809a040c4afe0db6c762adea64f79a4d 2,539 1.00/1.00 vMB 8
555,799 555,799 000000000000000000317a0f1cf4a8a8bb80abeeace9114cca44e7ad13da81cf 925 0.48/1.00 vMB 13
555,798 555,798 000000000000000000171ee86b22df13b8f61fc506479014bbde121ff5c3c1bd 1,636 0.59/1.00 vMB 9
555,797 555,797 000000000000000000158e4c961d567db518b8a3e0bcc27486fe8a14154065e6 902 0.44/1.00 vMB 9
555,796 555,796 0000000000000000001e8830127645f36a3b5cfc10f7e23e6c582674f8ceb881 540 0.61/1.00 vMB 4
555,795 555,795 00000000000000000013abbeaead717bc3b2c9ac2421c00805f0818924fb734f 1,618 0.91/1.00 vMB 8
555,794 555,794 0000000000000000001ad68c0533c3bdc912379d5d6ac87b101dc92bf91371ac 1,177 0.68/1.00 vMB 7
555,793 555,793 00000000000000000015446faa1e6d16d0ece4d20421cedeaefef9b6138f202f 2,823 1.00/1.00 vMB 12
555,792 555,792 00000000000000000016d15d5cffa6a3decbfbf03f86e95d4002df7b0733cafc 2,303 0.99/1.00 vMB 12
555,791 555,791 000000000000000000156af7e02bd4e978e684d59a3142824b0de3db47500900 1,801 0.69/1.00 vMB 10
555,790 555,790 00000000000000000016bc5b6fca4dee6325253a52c243b9f41acc817ddd9dbd 1,224 0.51/1.00 vMB 10
555,789 555,789 0000000000000000000d44eefed6abcff51283a338f606ef3d91337a7c5364ae 2,296 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.