Loading Tool

Explorer IconExplorer

Memory Pool

73,309 transactions
28.23 vMB
0.07299573 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 2f1cc550c9f9f9f3a3bdcf7609a9376becd9a14f45c8104c6c2e4ee62c74e7ed
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (503,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,473 411,473 00000000000000000577e783bdb3d120edec61bf09c7d2f5dd5b0c795d3605cb 2,181 1.00/1.00 vMB 107
411,472 411,472 000000000000000000ead304e38042c14b37ce11c5d2bfa75ecfa433f9acf79c 173 0.14/1.00 vMB 96
411,471 411,471 000000000000000000d6049dfb9d3bc84894540d9c61ad47f547a17889eaae99 1,590 1.00/1.00 vMB 20
411,470 411,470 000000000000000002d69b295ed7afa5fee6d94a0d719070928b9cf40dd9941f 2,626 1.00/1.00 vMB 51
411,469 411,469 000000000000000002fe4b6b6a5a698d59a6171b4eba69d6494e1dd7c30c81f9 2,695 1.00/1.00 vMB 34
411,468 411,468 000000000000000003103be61c0777e1edd8fdb1b638b7562fcce7e34bf2c43c 3,412 1.00/1.00 vMB 94
411,467 411,467 000000000000000000203ff7cf1e015a489dbbfc617c643c76153e5a1bcd7fb5 1,788 0.91/1.00 vMB 67
411,466 411,466 000000000000000002c90f74a057869832951334fc5bac0366518ee22dc3df2a 2,780 1.00/1.00 vMB 57
411,465 411,465 000000000000000002ad8a4aa174ec2b58fd0b08322db78b754770b44f949e4d 1,028 1.00/1.00 vMB 22
411,464 411,464 00000000000000000341583bf8a3b2c4b58ad0168ebbed8d58329e779864012f 2,183 1.00/1.00 vMB 49
411,463 411,463 0000000000000000017d6ad61011da9e5be3ab41d797b1da9c177200c538d30d 948 1.00/1.00 vMB 22
411,462 411,462 000000000000000002cd0ba6e8fae058747d2344929ed857a18d3484156c9250 1,354 1.00/1.00 vMB 27
411,461 411,461 000000000000000001236dfd34dc452eb916337dad718d87f64665afd13b85d3 1,590 1.00/1.00 vMB 31
411,460 411,460 000000000000000004909c2e8a9dd964d071db4cc5f1d82d9ea764108e727bb1 2,785 1.00/1.00 vMB 60
411,459 411,459 000000000000000000dfb427e74ac59d8a6c990690dc5bde67292ef56c171593 2,062 1.00/1.00 vMB 40
411,458 411,458 000000000000000004b86ce0b8d8cea34d96ecc4953b9ce2ed8aed9f76adee37 2,328 0.99/1.00 vMB 50
411,457 411,457 000000000000000004c094606657af394193c2dd3d11e84c31cc79de080f94ec 2,277 1.00/1.00 vMB 54
411,456 411,456 000000000000000004ed0fbb295556b5502fbe42000e81a3e8eaf7042d58cde6 2,461 1.00/1.00 vMB 49
411,455 411,455 0000000000000000043a6cf39180380eae4ef7073b7c633dc7b189cf12e6331c 2,687 1.00/1.00 vMB 39
411,454 411,454 000000000000000002c438210642b8aa8b7dfaacae55824f767422dd11cfe0d1 2,919 1.00/1.00 vMB 101
411,453 411,453 0000000000000000058d115c53ad5c73870b4ef28c87cd8770a5497a23204908 684 0.86/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.