Loading Tool

Explorer IconExplorer

Memory Pool

43,153 transactions
29.87 vMB
0.09408972 BTC
Random Selection Loading Transactions
Max Size: 151.99/200 MB

Candidate Block

Mining Attempt 83e5865370dc6510315c61feb79cdf30fb5ead976735978182db456f2b1379f4
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 4d788e54439868631b20add2b78ffa0926a75a9d656df3045feb743da45292e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,444
Size: 1.00 vMB
Total Fees: 0.03324639 BTC
Feerates: 150.97 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (902,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,766 11,766 0000000020ccb1919f591ea5c06151b963aaf7df90f7e7418abaf21febbe7724 1 0.00/1.00 vMB 0
11,765 11,765 0000000099e41f739bb6aa9708d20cb6e1452a843ffef3bcbee8c5880258a9f6 1 0.00/1.00 vMB 0
11,764 11,764 000000006b64ed747d9a61ec6bfd4861dd18a21a686403a6c8150ae2b48f3d14 1 0.00/1.00 vMB 0
11,763 11,763 00000000feeefe8533f6e06df525ddbfc52c87bc706190b1d43777d533187f86 1 0.00/1.00 vMB 0
11,762 11,762 000000007eb7af30b6ef76e2e0a6f1791f9883f329ad04766473359167777ca1 1 0.00/1.00 vMB 0
11,761 11,761 00000000a552dc0363e161c2059b1f0e95d8341cec5f3ce7b8f0292cc5ce5304 1 0.00/1.00 vMB 0
11,760 11,760 000000007f47c836a834f1730deb4b82b104d07107b3583b4497dc88bc4cb428 1 0.00/1.00 vMB 0
11,759 11,759 00000000d59c6e46916ab8fd8952e3062ff818f80f17d9ef15429c6f1f622348 1 0.00/1.00 vMB 0
11,758 11,758 00000000ab1ab6d046809680d94fd8ac9a60bf532201be06ebbc19c5b4ff7d43 1 0.00/1.00 vMB 0
11,757 11,757 00000000d4a50b77022896ca043dee3d3155369b788ad81f692c73ad8464d232 1 0.00/1.00 vMB 0
11,756 11,756 0000000014858135ef56fe2e60fa853d2728bcb06274b9207b7ce6c566d5bb6d 1 0.00/1.00 vMB 0
11,755 11,755 00000000bcc09431baab1f9dc8a8a679ccc260bd74913bf4ba1ecc2a79e52af3 1 0.00/1.00 vMB 0
11,754 11,754 00000000854088ea6a14e8a6f9272277deb8841ffeb76ff8134a9c21246e48bb 1 0.00/1.00 vMB 0
11,753 11,753 00000000fa43602405943120a672d46c46f96f2b9e0c4f3b753e92da1536dc2c 1 0.00/1.00 vMB 0
11,752 11,752 000000008734ac7cb2c2928aef263c4f2bb70f753c7eb1ba0f87c2a2b0ee058d 1 0.00/1.00 vMB 0
11,751 11,751 00000000be6ca38de289516e57794ae588023eba1ae00bef3bbca9c4ac73a43b 1 0.00/1.00 vMB 0
11,750 11,750 00000000cd03927a4900e47af3e483f533483964828ab2276e6038961b7908eb 1 0.00/1.00 vMB 0
11,749 11,749 000000009755566c3dc1fb906bf3e3addc9a48231c169f10ab92aa9458d0cd68 1 0.00/1.00 vMB 0
11,748 11,748 000000004d9d8ed4e41bdc9bf1db1558cdaa30d6535b0de731f0976db5e74ede 1 0.00/1.00 vMB 0
11,747 11,747 000000009f2e038b43d386975b3e3af0359361005b3dd78abc3e5f08204bddc7 1 0.00/1.00 vMB 0
11,746 11,746 00000000bab6839fc1e3f9eefc28c33e1f2dbfc08b41c1ca2d678f6e775c3647 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.52 GB
    • Received: 11.66 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.