Loading Tool

Explorer IconExplorer

Memory Pool

74,829 transactions
29.79 vMB
0.09927520 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt 277e0cd74251d42f09fcca1d9dd06bbe6f9d4d31278b9161bbf06d184178962e
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 49837d9320d5e5f4c0550f614f0239ebb5f40b9ac6a918e342f622af9abc55ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.02848137 BTC
Feerates: 150.36 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (267,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,625 647,625 00000000000000000003443dec5f354bc199b6003a36352281cf1059bdf80db7 2,487 1.00/1.00 vMB 118
647,624 647,624 000000000000000000089dab034d2d612543763a2b6c70a361ade1d131a1d4a6 1,783 1.00/1.00 vMB 106
647,623 647,623 0000000000000000000ddb616d27e3dae43fc44b3236e05f0b1ce28bd284818f 2,342 1.00/1.00 vMB 103
647,622 647,622 0000000000000000000c2ae17ccc10df6e6d43ef2ff0c2342b1438a82c38dd12 2,886 1.00/1.00 vMB 124
647,621 647,621 00000000000000000005e72210f6d25e0381fbe8e4b26888d22a58a5fb6b801c 2,708 1.00/1.00 vMB 102
647,620 647,620 0000000000000000000796982f53f6fff215a7c23f4fb8f41ffe31772b731f23 2,461 1.00/1.00 vMB 92
647,619 647,619 0000000000000000000c971b3f223b94df7089a5d4c92f14f1134650a6d43d4f 2,301 1.00/1.00 vMB 97
647,618 647,618 00000000000000000007806641d189079efa7d221bff597122327cd0c6a4a8db 2,646 1.00/1.00 vMB 122
647,617 647,617 0000000000000000000ae92414a5d908254927edd7663cd1c52ddd66d503a024 2,798 1.00/1.00 vMB 93
647,616 647,616 00000000000000000006b457c51b1b4495d3690022247b67a0a302f909071394 2,386 1.00/1.00 vMB 116
647,615 647,615 0000000000000000000f7ee9341b918b9c53e76af6d755e5b63b82db31a101ee 2,785 1.00/1.00 vMB 123
647,614 647,614 0000000000000000000333785c43ff1b6fdf748b354304eb5215e1d4b7362b7d 2,296 1.00/1.00 vMB 95
647,613 647,613 00000000000000000002c588288b46ac811ebd648d715b7375d86d9c4bcaf980 2,896 1.00/1.00 vMB 124
647,612 647,612 00000000000000000000bea84a1d3e9f2a97bc5768eb4545619ef209ec28acb5 1,871 1.00/1.00 vMB 110
647,611 647,611 0000000000000000000bfe3a8f0a82c430e7c22c3656a91f442b41ebf1d9c49b 2,540 1.00/1.00 vMB 129
647,610 647,610 0000000000000000000e00e16b8a88a26c44956c4c12970baff84c0ff7e4037a 2,207 1.00/1.00 vMB 102
647,609 647,609 0000000000000000000c953a851862df1b614374a60ac65a7180e5a8fe8fd6fb 1,597 1.00/1.00 vMB 101
647,608 647,608 0000000000000000000a2665f894b026b1058411899f4ed10d225a9ec8e3c686 2,441 1.00/1.00 vMB 122
647,607 647,607 00000000000000000001a7987e959b3417aac2b10d2aefdbcab0087b262f6884 1,801 1.00/1.00 vMB 83
647,606 647,606 00000000000000000005cb13aa620d61864a1b4ad88165ebed3c654a61797fbf 2,637 1.00/1.00 vMB 114
647,605 647,605 00000000000000000000b458e61794ab34a35994e7a6994462c49fc2915dde67 2,585 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.