Loading Tool

Explorer IconExplorer

Memory Pool

71,682 transactions
27.75 vMB
0.06105666 BTC
Random Selection Loading Transactions
Max Size: 164.52/200 MB

Candidate Block

Mining Attempt 33a5654d08f11a9aeedfed1137ebe1387663d3b3bfc00d055bdd53b540efc5e3
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root c829ce1cb86f32c53b77e13eb995bca2bb20737120cd813370846384c1f812a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,917
Size: 1.00 vMB
Total Fees: 0.00582420 BTC
Feerates: 101.52 > 0.58 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (344,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,628 570,628 00000000000000000005d8f522e25c73a3a1705ced98b6914fe2577672d33f22 2,148 1.00/1.00 vMB 51
570,627 570,627 00000000000000000013cf20684e36a54ef1e9c37707ee2acba956c16b32f984 2,064 1.00/1.00 vMB 128
570,626 570,626 00000000000000000027859408d4f0a27ceb982f13c8dc7e2b8516301ad055f8 2,287 1.00/1.00 vMB 33
570,625 570,625 0000000000000000002633e2fb219e7efe8f355ddb3fb311de53b92473ac0358 2,432 1.00/1.00 vMB 38
570,624 570,624 00000000000000000028fbf8ca70302bd8931fe012f9fe194bb3617944e9d257 2,893 1.00/1.00 vMB 83
570,623 570,623 00000000000000000012d9962cd28e7a055bf2254832b95a62ff69c6f71b4c28 2,583 1.00/1.00 vMB 89
570,622 570,622 0000000000000000000bc7cb3c0abe40e65396134786cc217472e7e5dad5696a 2,653 1.00/1.00 vMB 70
570,621 570,621 0000000000000000000de0450e3dd5596fd7fe162a2eca0b09fec6c1e1d90b8a 3,339 1.00/1.00 vMB 90
570,620 570,620 000000000000000000001a9a4a641500217dfdb1d0c652fa405d89d69f973497 3,017 1.00/1.00 vMB 137
570,619 570,619 000000000000000000114f0dde708debc2c9de4d8d219a0cf089885078417639 2,692 1.00/1.00 vMB 100
570,618 570,618 00000000000000000001abbf3892c5d3e00f373138cb062a4c2fe74bfb405110 1,843 1.00/1.00 vMB 103
570,617 570,617 00000000000000000002b72c394f6ce9b2313dae264ff10a2ad1d1c3ed83589c 3,085 1.00/1.00 vMB 134
570,616 570,616 00000000000000000007e55c0981a94074a52f13a8540bf66d2ed3761a52fbc8 3,254 1.00/1.00 vMB 167
570,615 570,615 0000000000000000000b2b49acc72bc144875c3495e298b32968814e08279ed4 1,897 1.00/1.00 vMB 101
570,614 570,614 00000000000000000007ab9a594dfa342eff090ca00f8f234b45f645b8e14b58 2,588 1.00/1.00 vMB 115
570,613 570,613 00000000000000000018c5613ecd282777fbeb8b804d3ec2dcda4f20c5ab6861 3,213 1.00/1.00 vMB 160
570,612 570,612 00000000000000000009f636acd4d2bd20ca70c785dfc9980ad536466795bd4f 2,788 1.00/1.00 vMB 105
570,611 570,611 00000000000000000014898bdcfc4f26db522193bb24c12eadc38b418a42cd48 2,924 1.00/1.00 vMB 135
570,610 570,610 0000000000000000002b36a99b3ada8b5abb5785b0d0e722f432cd593fd3b4ae 3,304 1.00/1.00 vMB 162
570,609 570,609 000000000000000000060d3089cb011363710ec10ed3162a268b8ddb59e553c5 2,969 1.00/1.00 vMB 126
570,608 570,608 0000000000000000001c4fafafcf6a68a2f541358390432932d2ec7d4de861fb 3,329 1.00/1.00 vMB 124
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: 667.42 GB
    • Received: 15.25 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.