Loading Tool

Explorer IconExplorer

Memory Pool

77,260 transactions
28.65 vMB
0.09034641 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt daa3524aed325a1266d3ca84af081b81b96e21e2fe8f51349a09cbf89e2a7cf3
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (102,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,777 812,777 00000000000000000000df50a0d843be7b1bfbd1b94bc834f5cb36fd745cc69f 643 1.00/1.00 vMB 23
812,776 812,776 00000000000000000003353566cd9fe954138064a62b4610c106c25308719b81 1,508 1.00/1.00 vMB 27
812,775 812,775 00000000000000000003dc43bc43568bb60cf8af6a214165fae3c553f0c86c9d 1,466 1.00/1.00 vMB 28
812,774 812,774 00000000000000000000e94dbe0cb5d71075c131e88d2f711eebe96845a1c7f1 885 1.00/1.00 vMB 23
812,773 812,773 000000000000000000021bc5f142f18934afc5fbd7305867718d8d00ac9f6b68 1,479 1.00/1.00 vMB 28
812,772 812,772 000000000000000000035bb2b0e0cd0e79ae5d34ff5ac512f8aafc19df857509 2,184 1.00/1.00 vMB 22
812,771 812,771 00000000000000000000aa6e5a975579e2b3c6732e7f6b91f30904a2bd97cf60 1,853 1.00/1.00 vMB 17
812,770 812,770 0000000000000000000080a6a24845129dcc6213ea36c1faed41199ff7c9ff5f 1,734 1.00/1.00 vMB 13
812,769 812,769 00000000000000000002ca57a57725a8435dcf3aeee6a82dbb2c32d2618721a1 2,637 1.00/1.00 vMB 17
812,768 812,768 00000000000000000000219deb5a30e3eb1c7d21d0aef9f5cad00f4953ae6098 3,163 1.00/1.00 vMB 23
812,767 812,767 000000000000000000037d2cb91a3927a723fa08141e4e88424b97832ee9c2b9 1,385 1.00/1.00 vMB 11
812,766 812,766 00000000000000000000ebcdb28bd22d413b7e2067cc971322b0e732f834a250 3,300 1.00/1.00 vMB 23
812,765 812,765 0000000000000000000419d6e57ccc0a16b5037fd7e6a4aae42d792e20b3988c 1,627 1.00/1.00 vMB 9
812,764 812,764 00000000000000000001313004539f63cf9c7edda1be70b63a73c56fa7092beb 2,780 1.00/1.00 vMB 17
812,763 812,763 000000000000000000001fc73dfda04ec5b248397f9b7dac88aa76b6b6a84a49 2,525 1.00/1.00 vMB 18
812,762 812,762 00000000000000000002e34cf62bf55dcb71672ee9a67b765757160d7a925204 735 1.00/1.00 vMB 6
812,761 812,761 000000000000000000015fe34f52d11460dd6c64eaa7edfa6aabcf43a8087cb7 1,752 1.00/1.00 vMB 12
812,760 812,760 0000000000000000000219b9dd739e48eaa37eae42a3d3ceeee7bbf598395c87 3,383 1.00/1.00 vMB 23
812,759 812,759 0000000000000000000482c90c103e668b91de1d995645238e63dbfaa9cdeef2 536 1.00/1.00 vMB 5
812,758 812,758 00000000000000000003d376da59831c26e041a48f2ed9806fea514134cafed9 2,791 1.00/1.00 vMB 14
812,757 812,757 000000000000000000046de5f6ed959ddb44d59acf18bbdad5ff463e00fe5dca 2,297 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.