Loading Tool

Explorer IconExplorer

Memory Pool

42,829 transactions
29.12 vMB
0.07663013 BTC
Random Selection Loading Transactions
Max Size: 149.77/200 MB

Candidate Block

Mining Attempt aabc095dc69496e02d885c5050bee05b354fca7e1d40f4f6d3f0e002acf5392d
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root f1888a874e6f44bd4a3d8c621242c3b647bb018ac6e4c62d6aadc10c79ee94e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01966058 BTC
Feerates: 150.75 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (122,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,543 792,543 00000000000000000003cb0503f736e5ba6579528ca32a4b2f6d26f448f27b81 2,441 1.00/1.00 vMB 19
792,542 792,542 00000000000000000002e79d5848233a05eed2b503e287208c210b0434d65cec 3,099 1.00/1.00 vMB 22
792,541 792,541 0000000000000000000126680fdf1367fa4e4451d79cb0d69af4febbdf9bde54 2,621 1.00/1.00 vMB 33
792,540 792,540 00000000000000000003586c5f54503a7504c90f373eaa0217a49ed0a6f12906 3,134 1.00/1.00 vMB 30
792,539 792,539 000000000000000000000db0c93b4c3e0726c26baad21a4869a3892877e89155 3,356 1.00/1.00 vMB 46
792,538 792,538 000000000000000000025430860c2a8f66eaed940db2841116c728e16d7d29d6 3,530 1.00/1.00 vMB 47
792,537 792,537 00000000000000000001d35ed7600db02acaa33e377e6926404771e07f9801c0 2,948 1.00/1.00 vMB 37
792,536 792,536 0000000000000000000066b7de9dbbda828a51456ecce29934fca3d5141abdaf 2,863 1.00/1.00 vMB 35
792,535 792,535 00000000000000000000de164a4cdf238defd471315c9cb0347e26bacfc69101 2,014 1.00/1.00 vMB 68
792,534 792,534 00000000000000000002b9ae2b7216c544eaaba1bad738fe3d6976b399ccb3f4 1,700 1.00/1.00 vMB 38
792,533 792,533 000000000000000000049594158dbaf78124a369ec02cf926f1c8055e9ae1f57 3,667 1.00/1.00 vMB 51
792,532 792,532 00000000000000000002ff15b85f13b34db7662a84f485d717e5d60621580619 3,213 1.00/1.00 vMB 51
792,531 792,531 0000000000000000000521e31d614d2e80217ce252edf7a6d5be25f635d67e4f 3,845 1.00/1.00 vMB 67
792,530 792,530 00000000000000000001e3cc3a4aa55c7552a634acb7b794be0d3b548b7c4ffc 3,421 1.00/1.00 vMB 149
792,529 792,529 00000000000000000000f9d1442504b5a2fcf2587f884ca26b169cafdfac4aae 3,493 1.00/1.00 vMB 79
792,528 792,528 00000000000000000004c8810dc891b9729eed1b539b6dfb6efd0d870d22a944 3,724 1.00/1.00 vMB 32
792,527 792,527 00000000000000000003bf629a6dd11a742dddeb2f8978e8eb61fc3d8184dd9b 3,938 1.00/1.00 vMB 31
792,526 792,526 0000000000000000000279b4d436f3aa555056c8fa099862ffa78148efa11d0c 3,406 1.00/1.00 vMB 25
792,525 792,525 000000000000000000051aee08ebb8e2dc409e27470c7b4e64aa66b7a36314c6 4,541 1.00/1.00 vMB 29
792,524 792,524 00000000000000000001004a14a40e01b410b9610ead26af0d76b6f6cc62a707 3,915 1.00/1.00 vMB 49
792,523 792,523 0000000000000000000321a9eb6e333629ccd5ea2497c7c5125614ca90d8bc3b 4,127 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.70 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: 629.18 GB
    • Received: 11.88 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.