Loading Tool

Explorer IconExplorer

Memory Pool

57,723 transactions
19.21 vMB
0.05633993 BTC
Random Selection Loading Transactions
Max Size: 120.96/200 MB

Candidate Block

Mining Attempt 428d0dcce6cf8f6b5350c2d3a20e134cb7ad06a499e9da15d4fde9a6d383f7f9
Version 20000000
Previous Block 000000000000000000006ecf034944f47b7b5a79683103ae0909df4844308016
Merkle Root 0eb3b7abf75b433fde6192634de2ad150beb2c22680d60999f62f638185804e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,206
Size: 1.00 vMB
Total Fees: 0.01305354 BTC
Feerates: 318.30 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,693 (894,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,433 21,433 000000009f8863160221955ae6e5509051875a6c4251e773a84e5287d33bf185 1 0.00/1.00 vMB 0
21,432 21,432 000000006dced6fd71494865442dca8ce6da40ec0060975ed99ae1a1ec4898e2 1 0.00/1.00 vMB 0
21,431 21,431 00000000104cedbb12c154a30ba649cce797c73147673226dee416baf0379b38 1 0.00/1.00 vMB 0
21,430 21,430 000000005a7aef871e63812e680bf0269ee251d6f8f53159234026ada7a17a3f 1 0.00/1.00 vMB 0
21,429 21,429 000000007a05b40f4d46ea20ecf22ec8f8abfcdcb8041a669e4db810cdb67f93 1 0.00/1.00 vMB 0
21,428 21,428 0000000033f711f7a56402334a33eec9acb5c5097502fbb1f3399dfa72759605 1 0.00/1.00 vMB 0
21,427 21,427 000000007575baba90d9c0a0e269634d63b4959db6259e800bc5f2d1dab540d1 1 0.00/1.00 vMB 0
21,426 21,426 000000000f8d938d4dba2d1f37da4ad11c39f35f012f93df2689a710e9145a95 1 0.00/1.00 vMB 0
21,425 21,425 000000000bff2f62fc419c9511ce2a46488b136a1a6633f7b0a7b17a1ccba0b9 1 0.00/1.00 vMB 0
21,424 21,424 000000009ea78723f41b080ccdf863db873e740aaf0e027ea2644a7efd93a7c9 1 0.00/1.00 vMB 0
21,423 21,423 0000000093f5776356fd4c0438de2dcb4971d44a98b4ffe1e027ccf4383c100d 1 0.00/1.00 vMB 0
21,422 21,422 00000000face709b30aae127952e77fab23a2cb2762b5c80a45a089c91933252 1 0.00/1.00 vMB 0
21,421 21,421 000000002e0911bb3aec348ca25f334257054d24c108753a1537ad2b51fdc04d 1 0.00/1.00 vMB 0
21,420 21,420 000000004c8e9bcc84b6cf784fafbc8c17ae489a97622f07d37d192b45ab058b 1 0.00/1.00 vMB 0
21,419 21,419 00000000ed65f72c2cd4f6063cc685a197e78daa40e5adbb507a7cca094388a0 1 0.00/1.00 vMB 0
21,418 21,418 0000000078d5796955554bd1233f3210605751c5b6f902e886876a03bae05334 1 0.00/1.00 vMB 0
21,417 21,417 0000000015b9581a9292e69418ae3c0acf37866e3775067bc149e11cbb2b54df 1 0.00/1.00 vMB 0
21,416 21,416 0000000075f8f071961a3dee2097e58eaf49a0c43ca6035e25786ed5145d20b2 1 0.00/1.00 vMB 0
21,415 21,415 00000000a26ab52e91f9f0749d618b1e2872bab594475b0fdb731bc19ff3398f 1 0.00/1.00 vMB 0
21,414 21,414 00000000837e6845cc9ea342d39581e5f7818733234d186fc612e068b268dbf0 1 0.00/1.00 vMB 0
21,413 21,413 00000000ab9672782f82bdbb4a5dd98623a6379b1b71bc44960907e40ee67f83 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.58 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: 774.87 GB
    • Received: 20.75 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.