Loading Tool

Explorer IconExplorer

Memory Pool

44,134 transactions
28.40 vMB
0.11861881 BTC
Random Selection Loading Transactions
Max Size: 147.60/200 MB

Candidate Block

Mining Attempt d1cc2d1c75570eb2f298298a050edd2f77096fc93a2cf4b5b342176458f0f3f2
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root b655eb76c06d253f375652bb8832dff2f973cbd309f2d662920164ced7307081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03199150 BTC
Feerates: 39.16 > 3.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (333,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,750 580,750 00000000000000000005a3cd26e055154d6c93d929588645f79b1a3abf52a0a6 755 1.00/1.00 vMB 8
580,749 580,749 0000000000000000001059bd6d32fdd727ea9645e925022ce37d76eb635da254 2,859 1.00/1.00 vMB 55
580,748 580,748 00000000000000000024a623629db2ed2649d5aa479dfb97bd244531258ea2dc 2,583 1.00/1.00 vMB 78
580,747 580,747 0000000000000000000ecf605ccd9c2b6b7b122a9959d339c35bc114a0c8020e 2,310 1.00/1.00 vMB 12
580,746 580,746 00000000000000000020ef1a13d8e59561cbfe12da6cc6729a5e8cd5cfbe8aa9 1,657 1.00/1.00 vMB 14
580,745 580,745 0000000000000000001dfedc912c44b81b8accdb446b64c5916b2f1311e5caa3 2,758 1.00/1.00 vMB 30
580,744 580,744 0000000000000000001516b6ac4cdeab518d3f251d67594e0414ce252fe7cef7 2,371 1.00/1.00 vMB 58
580,743 580,743 0000000000000000000dc18fb62f207f105a8145fbd7726623c3c0fe3ceeb0af 1,569 1.00/1.00 vMB 33
580,742 580,742 0000000000000000001bae7e5651341dd05a180632d166456965521575143aee 1,955 1.00/1.00 vMB 27
580,741 580,741 00000000000000000010862a6d10277165ac75d5b67d3319e9a3555f1dff69f5 452 1.00/1.00 vMB 32
580,740 580,740 0000000000000000000c9ec6d8a4dfddbb3ca2e04420f80186c44822a8ef7398 1,753 1.00/1.00 vMB 43
580,739 580,739 0000000000000000001a0560fe13719b9729ba59764ad78a32f6894666c1984e 2,768 1.00/1.00 vMB 53
580,738 580,738 000000000000000000080e4c7ceb2e8ad5a0d5b78333096e9265547d53d00f4a 2,553 1.00/1.00 vMB 87
580,737 580,737 00000000000000000019518dbcccb4e79e32aa551ed0ab0dda926b3f13e9032f 3,574 1.00/1.00 vMB 44
580,736 580,736 0000000000000000002491abf94a532372cafe756977ebaed36ccc46eefb152d 2,878 1.00/1.00 vMB 46
580,735 580,735 000000000000000000191653390e8748dee48d657b6a4afbf55f4f051d584e9d 3,009 1.00/1.00 vMB 53
580,734 580,734 0000000000000000000eaecb9dbbdf3da6b5df337e36b27d421c2751e8968bd3 2,443 1.00/1.00 vMB 76
580,733 580,733 00000000000000000004964a9adf41c4644e795137fe4057bb76f1d3e860d5ad 2,455 1.00/1.00 vMB 67
580,732 580,732 0000000000000000000769a0d62a854861c61ba30f1e8ef871d0e6a04d945677 2,995 1.00/1.00 vMB 86
580,731 580,731 0000000000000000000eaa3c35e93e305526d155cfae446afa58acae1fb29759 3,381 1.00/1.00 vMB 73
580,730 580,730 0000000000000000000167829ec962a0441a60af1569a6b3d73e75845ece09a8 2,599 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.