Loading Tool

Explorer IconExplorer

Memory Pool

82,627 transactions
32.26 vMB
0.09030976 BTC
Random Selection Loading Transactions
Max Size: 194.26/200 MB

Candidate Block

Mining Attempt 403a4c13e2d959d43c6dd989c0a4bc8e5434fb7753fd47ae48d52a5bf5bf254a
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 3cf1f9e9868a8500a5dd3655ec9dc21e6ac1859d77a1b77596bca0689d3a2758
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.01822618 BTC
Feerates: 142.62 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (245,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,703 669,703 00000000000000000000a3158b6754bac75979f9e1feff84a09e504a9cb6a7d1 2,686 1.00/1.00 vMB 80
669,702 669,702 0000000000000000000a1c8d354b9b9a0039d8686be506b1657607cf75700c85 2,579 1.00/1.00 vMB 111
669,701 669,701 0000000000000000000a218f28826fe3f931e3e47c6e954bdd98118aa8251b33 2,283 1.00/1.00 vMB 95
669,700 669,700 0000000000000000000b4c1c805cfeb2cee6e0ba20309a21eef37bbe26fc758d 1,925 1.00/1.00 vMB 85
669,699 669,699 00000000000000000003c191497dccfabe34488e750fa45daa2e901ef9a38b96 2,128 1.00/1.00 vMB 112
669,698 669,698 00000000000000000004fba5a6d0c63ecc71a6a935544b434b371e4cc0c5628e 2,320 1.00/1.00 vMB 101
669,697 669,697 000000000000000000048269949ec494e6dc0770e7004f5d630a5bd3ba66f1bc 3,004 1.00/1.00 vMB 130
669,696 669,696 0000000000000000000938d7771630692f9baebbbe67ca2ae8c97928585f3c9e 3,071 1.00/1.00 vMB 81
669,695 669,695 0000000000000000000a9daa038f2e2937ea03c4b9c0f66241d4626c8a49fa1a 2,740 1.00/1.00 vMB 83
669,694 669,694 00000000000000000002664dd7f9dd0126191d7d8de9d32d4ac4a3b2fe2401e0 2,713 1.00/1.00 vMB 101
669,693 669,693 00000000000000000009371acf1b0f4a79b854962d2e1ddef818fd4a513ae251 2,569 1.00/1.00 vMB 122
669,692 669,692 0000000000000000000d0829ed918e3d9477e4bdc29e680b3f3cc66e9ade8310 1,933 1.00/1.00 vMB 53
669,691 669,691 00000000000000000007e0009eb10ec5500945e35fe39af28bb553f5e8453b19 2,666 1.00/1.00 vMB 44
669,690 669,690 000000000000000000047099d14bda55ef9c54f540c5cb654b4506f449a8a431 2,300 1.00/1.00 vMB 79
669,689 669,689 0000000000000000000a88bcb253f774c7598bf28e11f6b920bf8ce566776f3c 2,613 1.00/1.00 vMB 67
669,688 669,688 00000000000000000009df5eba2cababdc82445daa4773497d79cb4815bce10e 2,698 1.00/1.00 vMB 103
669,687 669,687 0000000000000000000430b0d3a6826d988c00bd87c34cb46e2ecffdc5fcdc0d 2,766 1.00/1.00 vMB 89
669,686 669,686 00000000000000000007aa8b981a961d9ef4ef4fa7f7d21614b94350b7df184d 2,282 1.00/1.00 vMB 59
669,685 669,685 0000000000000000000649e5a4f8618d2284663592a622b31b0a45713799edb4 2,105 1.00/1.00 vMB 85
669,684 669,684 000000000000000000008d63c272aa2b030365056694b964e60c4c31c834d5cf 3,298 1.00/1.00 vMB 102
669,683 669,683 0000000000000000000a14f083f814e8be9fd4d90c53533840153b40c1bda526 1,383 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.