Loading Tool

Explorer IconExplorer

Memory Pool

45,857 transactions
28.48 vMB
0.07410451 BTC
Random Selection Loading Transactions
Max Size: 151.31/200 MB

Candidate Block

Mining Attempt 687bc429f0e3e8a75c56c57cc07c1a1e14fd537c25c87a1387fc8383ce24ad54
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root abe4d3ae72b7936337c9ec27f2d672aec09a5c75ac9574ba56f368a5fafcfd49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,392
Size: 1.00 vMB
Total Fees: 0.01998062 BTC
Feerates: 100.23 > 2.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (343,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,072 571,072 0000000000000000001d2ed3ef56b198c5029d84faf53561a3a7c3a1450ceb4e 2,671 1.00/1.00 vMB 97
571,071 571,071 0000000000000000000013434433c41a8afacde5212f7853e9124fcccba08a84 3,095 1.00/1.00 vMB 44
571,070 571,070 00000000000000000019f5edb3b2ee4ad83cecc97efebbcf09ef0434a26b7c53 3,088 1.00/1.00 vMB 62
571,069 571,069 0000000000000000001f912364648c3c733ac4219401af1c361885f407513f7d 3,219 1.00/1.00 vMB 49
571,068 571,068 0000000000000000002c015c04487dfdd28bbe9a52502ba5b26ccc490f116225 3,238 1.00/1.00 vMB 59
571,067 571,067 00000000000000000017eb3a50e9ceaefc52b5ab5111892a9fe95d46bed388cf 2,763 1.00/1.00 vMB 112
571,066 571,066 0000000000000000001aa80be5c7d30c3f4ea60c0c2ea9a8ab78375e6e65500e 2,588 1.00/1.00 vMB 36
571,065 571,065 00000000000000000027c3df9e03df6590219255fa994d3c46fe08016687de89 3,067 1.00/1.00 vMB 52
571,064 571,064 00000000000000000019deab62d515780742e27faf3afa695892445b889e8087 3,010 1.00/1.00 vMB 106
571,063 571,063 0000000000000000001ad705844d90843da64c91848c0320205b50b38f46f9cf 2,069 1.00/1.00 vMB 132
571,062 571,062 00000000000000000008a64a640974ff35a2fce8529cf20b2e71e6d488a62c5a 2,734 1.00/1.00 vMB 128
571,061 571,061 00000000000000000025f23a9f007b32586fa1c1ed1684d999a7283dac872e0c 2,508 1.00/1.00 vMB 127
571,060 571,060 0000000000000000000eb13f4112d1a9b47f320f642ee84b41c2ef07232121c5 2,477 1.00/1.00 vMB 39
571,059 571,059 000000000000000000265044cc687860128e18b6b317119ad4fbaed3a0b5522f 2,491 1.00/1.00 vMB 29
571,058 571,058 00000000000000000003effd8422af541df267c9ac98a2a4c2e8dd51b88ea4ff 2,772 1.00/1.00 vMB 71
571,057 571,057 0000000000000000000ab10f38ef0738f8a7fa990ad3cbe808e8ab79e63513a1 2,704 1.00/1.00 vMB 62
571,056 571,056 00000000000000000028caee17388c3e23dfd793341528a1685475c6963f13a0 2,501 1.00/1.00 vMB 73
571,055 571,055 00000000000000000026296c0a3821fa74b067dd7b7a5c450655836db608b42e 3,277 1.00/1.00 vMB 95
571,054 571,054 00000000000000000009896de657fd2c19ecd32c947f178d8699fd46c65e2e95 3,242 1.00/1.00 vMB 115
571,053 571,053 0000000000000000000da6005bb8897bd51e5332354e2349f09d8119826b6333 2,791 1.00/1.00 vMB 122
571,052 571,052 00000000000000000010246a437215f7a33509e44bb391e247a3b56653ed1e74 1 0.00/1.00 vMB 0
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: 651.98 GB
    • Received: 13.67 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.