Loading Tool

Explorer IconExplorer

Memory Pool

42,323 transactions
32.15 vMB
0.10341992 BTC
Random Selection Loading Transactions
Max Size: 160.76/200 MB

Candidate Block

Mining Attempt 449133702369760bfbdaecb0a5d10de6cef89e52f34fbe0da2e21d2a21e61b4c
Version 20000000
Previous Block 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443
Merkle Root bb841d70887be6d2ae8e6453b824e1369953ae37803f8a8afbda73a8d8a27a6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,421
Size: 1.00 vMB
Total Fees: 0.03392317 BTC
Feerates: 501.77 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,363 (877,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,543 36,543 000000001a84e5d3083c5ff776529c473f5773041b4b9b0ded48330bfea1a1ba 1 0.00/1.00 vMB 0
36,542 36,542 000000007c944329b0e9d7760e183a36fa800da697e112e99971854c50110b78 1 0.00/1.00 vMB 0
36,541 36,541 00000000365fc3c02ea1bf3570aa7beb504cf702ed87089b44825cea83754dcf 1 0.00/1.00 vMB 0
36,540 36,540 00000000956f6227de8993697bcad6656e64cb72aff5aebabea909976341f8e1 1 0.00/1.00 vMB 0
36,539 36,539 0000000085f89b11a4f2a10d1877531b162c6dcee4184928b67050561bb7fb9f 1 0.00/1.00 vMB 0
36,538 36,538 00000000b791d55e7a6716b04f605abe0dfeb18217295c9b1dbbfa8657836021 1 0.00/1.00 vMB 0
36,537 36,537 000000001ea2d6fa7f35c76c02a6d31ea4e6ccb05eda7a831599430243dbbe5c 1 0.00/1.00 vMB 0
36,536 36,536 00000000b866d8ecd2c2adce5369d67a8d9317919c60966c3700db3fcf79a595 1 0.00/1.00 vMB 0
36,535 36,535 00000000ab33e5fe7b812ee8dd48edc729187c1b2c0bbc145d738cd3bd4a64cb 1 0.00/1.00 vMB 0
36,534 36,534 0000000002d5f4e5f4736cc0d5997248eb8c9634bb0c9ea2582d1eac05614b93 1 0.00/1.00 vMB 0
36,533 36,533 0000000094ea16638898c880a91f1161fb743c673c7a1895f219c510fb1b42f4 1 0.00/1.00 vMB 0
36,532 36,532 00000000014f97f8de22a260c2d78064d945b17e39b33e6caf1e0150401da0ab 1 0.00/1.00 vMB 0
36,531 36,531 00000000aba6962daebff91433c8b3b2469dae38600e56dd2d5b1f72495e3bf7 1 0.00/1.00 vMB 0
36,530 36,530 000000009027b27584f0dab0d37745f8dc119200b47b757931ca65d228bdcc34 1 0.00/1.00 vMB 0
36,529 36,529 0000000025baf61f4eb1f183bbd5a63af2164aee01eaf50edf832750dd1001ad 1 0.00/1.00 vMB 0
36,528 36,528 0000000097ec93fa6bbf072ddce47b99fd6fd179ad4101cd552baac0e581925a 1 0.00/1.00 vMB 0
36,527 36,527 000000006321c6bb08c71243b0262c0ee36dfdc831299e744d9e657d392d6ddf 1 0.00/1.00 vMB 0
36,526 36,526 000000006cc2f8340544d65e09544544d0ef7118bd2dc37470b0f36344bb4828 1 0.00/1.00 vMB 0
36,525 36,525 00000000059a6a13950a2cb861116af24b8975500c97c62ce348a71d1ce21ecd 1 0.00/1.00 vMB 0
36,524 36,524 00000000260880cb9bbde3635f70dc6b1d59c96215343ad1ea242a770cf288cd 1 0.00/1.00 vMB 0
36,523 36,523 000000005287b155a6c26f00bf27793f2fafe8493da66ed23b33155ae99b64de 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 593.26 GB
    • Received: 9.67 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.