Loading Tool

Explorer IconExplorer

Memory Pool

62,444 transactions
17.61 vMB
0.04455616 BTC
Random Selection Loading Transactions
Max Size: 113.91/200 MB

Candidate Block

Mining Attempt c2cd1371b5de042eaf3ae40704625eac779bb560cbeeaad29a4690db5baa9e4b
Version 20000000
Previous Block 000000000000000000010ce097654d190668496cf5133912372d882eb8a0c962
Merkle Root d10486a81e9871e46c6abb4e3eef361a59c60767ae11464824640836c3c9db2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,090
Size: 1.00 vMB
Total Fees: 0.00490817 BTC
Feerates: 101.63 > 0.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,789 (890,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,477 25,477 00000000bbe75fd32857f6f6a09ebdaac0fb867bde67f647f574a00b15ba4c95 1 0.00/1.00 vMB 0
25,476 25,476 00000000f9415377016d42ef5c13118881e0a79d53194dd4f354dbabbfdd1b30 1 0.00/1.00 vMB 0
25,475 25,475 000000009849a6b618597100cdbfd89135c41ed765c7772c4ff8d3285be9e7c2 1 0.00/1.00 vMB 0
25,474 25,474 0000000098d6c7b57f0d67916ffc0f1da85953f23ec63a587049ac81871e9261 1 0.00/1.00 vMB 0
25,473 25,473 00000000bbec2a232f3b3a6c569aad35606b2806b2dd2b43fc1bc4da6ec9ad49 1 0.00/1.00 vMB 0
25,472 25,472 000000000ff19c51836b8cadfb00a01bd8840c8b4b5a5fd9bbe660e98847b713 1 0.00/1.00 vMB 0
25,471 25,471 0000000050a4ba1ba99fde0acc7f545ce10d00ce7b653bba594b37ab4a96e163 1 0.00/1.00 vMB 0
25,470 25,470 00000000a3f6476f214e8c11b51f633e742f1cca5c2523216273903f4f64d20a 1 0.00/1.00 vMB 0
25,469 25,469 00000000aa89f92c35d90a10b33f0744bd1877c6892d0f1f3c7cf0abe4456614 1 0.00/1.00 vMB 0
25,468 25,468 00000000080e130a9358815cd3e8344ef63c18190b0f055f5e3f663e2aa542d2 2 0.01/1.00 vMB 1,031
25,467 25,467 00000000ff224177a61b5bf37d3592ad01f29d3712f3a486b3f9635bcf23a1e6 1 0.00/1.00 vMB 0
25,466 25,466 00000000adf2529895477f0a296629cdd82a1316ae61765866711d54e4bb0191 1 0.00/1.00 vMB 0
25,465 25,465 00000000fbc287b8d62f56820d3af3d38273646aa33405f1556bdbd2eda60474 1 0.00/1.00 vMB 0
25,464 25,464 0000000076a8ad86ed9fb93320022d2c5b1686fa5be783894e2389117d12ec24 1 0.00/1.00 vMB 0
25,463 25,463 000000005d903db0f8ba78658b5e33ee9af86608fed495ac886128dbf1477ca6 1 0.00/1.00 vMB 0
25,462 25,462 0000000077ef39d1103bcdd90ec10674b731dc2ae4c3680aa0c9baca830e9024 1 0.00/1.00 vMB 0
25,461 25,461 00000000fc7d3296501e85ddd8385671052aae286c0bd56293a2e80e5bd64797 1 0.00/1.00 vMB 0
25,460 25,460 00000000e433513f0d65c9540a2b2ca8b4d8a9b7e9c211dd625d39275edf3bc8 1 0.00/1.00 vMB 0
25,459 25,459 000000004248faec7f671bb5081cc4b4c6fbb9b8d9f7e65a84662130ad47ba82 1 0.00/1.00 vMB 0
25,458 25,458 00000000346ae6836bd7dee1e416a194355333db8b536186d6834ced895cb1dd 1 0.00/1.00 vMB 0
25,457 25,457 00000000ee1773c662b40607a1a44f6e64efe473fce16639575842a1a77809c7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.75 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: 784.18 GB
    • Received: 21.47 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.