Loading Tool

Explorer IconExplorer

Memory Pool

76,456 transactions
27.62 vMB
0.07741327 BTC
Random Selection Loading Transactions
Max Size: 168.63/200 MB

Candidate Block

Mining Attempt 949ab64058a81c2d74ee091faac195751f522e85e836b293288b8f0f4f9c9588
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 5a3d421c0ce6aa01f551a9094c4b7aa935a28ea9435262cb0317a42bcbf58eac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.01829590 BTC
Feerates: 402.60 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (219,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,049 696,049 00000000000000000005e28fa19c95f69b122fc64b257708c1b6948d0ab0be49 2,985 1.00/1.00 vMB 11
696,048 696,048 000000000000000000049a066200a6a2455e3cd99e45abc905894ece15496e06 1,652 0.72/1.00 vMB 9
696,047 696,047 0000000000000000000cd53f3e170dcf24e2f5bcf3e7665b265ce34a6a57637a 632 0.20/1.00 vMB 14
696,046 696,046 000000000000000000038fe32806edd15337ce56575206201c15a4e44c18ebe3 106 0.03/1.00 vMB 13
696,045 696,045 0000000000000000000d8c830ae2e5541fdd20f9071d93cf21c74bba5224485d 2,881 0.96/1.00 vMB 4
696,044 696,044 0000000000000000000a14a52bdcb05a58f1402b1501dcf47745bff00e71e787 2,456 1.00/1.00 vMB 6
696,043 696,043 0000000000000000000b5146ea082b6ef4efea0d599474e614949f91b9d80354 2,781 1.00/1.00 vMB 25
696,042 696,042 000000000000000000017d9e818fc44b4842bb0651e98c2703e8d7d7f65a8d9b 1,506 0.57/1.00 vMB 6
696,041 696,041 0000000000000000001083f49bb4e628b00c5e9ce63d23a5e53c2d5029b1fffd 2,673 1.00/1.00 vMB 13
696,040 696,040 0000000000000000000f3c189250566ac972a9ec82b2b6707d464e7408f98b4c 1,275 0.48/1.00 vMB 14
696,039 696,039 0000000000000000001198a07f56bbcf5530afb337fa3694c81d7ea631357b8e 1,538 0.89/1.00 vMB 12
696,038 696,038 0000000000000000000e7e1fed3e69e4423577161f6317c8565dfcea35f891b6 401 1.00/1.00 vMB 2
696,037 696,037 0000000000000000000c6eef6090c4d5c8b46f7d707fcce3c2f8f3dd8be70e78 2,379 1.00/1.00 vMB 14
696,036 696,036 0000000000000000000ea9d06a0fe23a4d5ad47b27b8acb63177e7d24eec4e6e 1,744 0.89/1.00 vMB 11
696,035 696,035 0000000000000000000af0f6363ac56f719ed009dff41bf953b80b599224f8a7 184 0.06/1.00 vMB 20
696,034 696,034 0000000000000000000ac4c8ebb81c8899edeb04e02ed77c1c081aa7b9519214 2,429 0.95/1.00 vMB 12
696,033 696,033 00000000000000000007aebe6ffcb37fbcaf0188555f671ac606620a5f3d692b 1,104 0.47/1.00 vMB 12
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 1,158 0.49/1.00 vMB 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 1,603 0.68/1.00 vMB 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 157 0.12/1.00 vMB 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 227 0.43/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.