Loading Tool

Explorer IconExplorer

Memory Pool

46,400 transactions
28.70 vMB
0.07070087 BTC
Random Selection Loading Transactions
Max Size: 152.97/200 MB

Candidate Block

Mining Attempt 4a04fa32d5ebdc64854653f616c35314c0c00dbd5fdc2b181f372fb3d4a2930b
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root a944c16e66bdf375c7667192623ed7450f991533df2a01e627c5920850208279
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.01616740 BTC
Feerates: 73.20 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (148,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,769 766,769 00000000000000000004708b46082fc956f482f0a7eb7913a9299f594a9b8660 174 1.00/1.00 vMB 3
766,768 766,768 00000000000000000005529fc3bf3d26b7b0e104596be92535652ca5379fce53 389 1.00/1.00 vMB 4
766,767 766,767 000000000000000000082ef009cb5cd1bcdb6ce606fa4b67400ac5ed5a36af51 2,112 1.00/1.00 vMB 9
766,766 766,766 00000000000000000006c51decaf39782ebc26dc078f0c2fc5416ed7cfe9055b 796 1.00/1.00 vMB 5
766,765 766,765 000000000000000000004dbb2e97def45e87f1278d3bb784885157f1717b7698 750 1.00/1.00 vMB 5
766,764 766,764 000000000000000000069588ad0d9d7fd654231ef8178e0bc7122508e1cd1661 253 1.00/1.00 vMB 3
766,763 766,763 00000000000000000003f8de098378c5ed858c69f35cbbc79c8162d88c852784 819 1.00/1.00 vMB 5
766,762 766,762 00000000000000000002c2683eaea8f213dc921196ecbe9fc58539655c51c978 998 1.00/1.00 vMB 3
766,761 766,761 00000000000000000004d9913594604d0cf8fab819f1ba538a23f91541bf6c6d 2,725 1.00/1.00 vMB 16
766,760 766,760 00000000000000000003e97f4f7604dc617c778cafcbf26028c36fc2832ea392 1,370 1.00/1.00 vMB 6
766,759 766,759 000000000000000000071bbfbc166730e8c722f3fa51195d120d265cb465dc9c 200 1.00/1.00 vMB 3
766,758 766,758 000000000000000000063ba91673b07060a29b8350ff6f4f67343843ee342238 2,228 1.00/1.00 vMB 10
766,757 766,757 0000000000000000000529f6c340bea7b873f306f49f5adb9ba4df6d61c78fd8 1,967 1.00/1.00 vMB 9
766,756 766,756 00000000000000000006abd22fa5fcc13963fe8420ce25db7f41908c38d51ed3 1,493 1.00/1.00 vMB 7
766,755 766,755 0000000000000000000560791644fb049f154c264ed01f42cccca4d753446c60 155 1.00/1.00 vMB 3
766,754 766,754 000000000000000000048439e9b9f0b45b6ee9317c0b168db2fe11584e59ae82 1,842 1.00/1.00 vMB 9
766,753 766,753 0000000000000000000213c07091b798d749aa38e62851aba8daab0c6109897c 1,366 1.00/1.00 vMB 7
766,752 766,752 000000000000000000012298affa67820ec16fa82a5308bd16827db721192c2c 2,026 1.00/1.00 vMB 11
766,751 766,751 00000000000000000007891b7a4ce76cfba7713252d6c39d412a6011718632c2 1 0.00/1.00 vMB 0
766,750 766,750 00000000000000000001b6aee17f9c80c0e98a4b4a7e263bf4798ec85a73fd0c 170 1.00/1.00 vMB 3
766,749 766,749 00000000000000000002cf100a68e7281f0f36f1f5cc4bc1cd5d62cc12408a61 449 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.