Loading Tool

Explorer IconExplorer

Memory Pool

82,965 transactions
31.98 vMB
0.11618819 BTC
Random Selection Loading Transactions
Max Size: 191.79/200 MB

Candidate Block

Mining Attempt 8e55621a8e97a056bb5d24351ecc648a0db37150d84512934c18d80374432fb8
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 303981f5ef9fd3a3067e161e5b5c2fe43470da1c76ab4f5878d5f999fd96b604
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,681
Size: 1.00 vMB
Total Fees: 0.02847450 BTC
Feerates: 100.36 > 2.85 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (459,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,733 455,733 000000000000000001f6459dc71466af3de7460d5312d2627e7868e913368042 2,239 1.00/1.00 vMB 191
455,732 455,732 0000000000000000020ea5c9a4f8625ae95202c539b628d387c8a73abdb463d3 1,667 1.00/1.00 vMB 143
455,731 455,731 000000000000000000a1449ee5b689865b17e24cb865c0ffbc09df079f612b39 1,195 1.00/1.00 vMB 240
455,730 455,730 0000000000000000004b3f4287910bfc8bbf579396be8db7406d030b8bfaaac2 2,172 1.00/1.00 vMB 147
455,729 455,729 00000000000000000004f1e3c415577bcc09c9ac100009678f16759b8bec2ac3 1,801 1.00/1.00 vMB 146
455,728 455,728 00000000000000000094b1573b3390c3d733bdc5e0d5f7078505139d963201aa 2,244 1.00/1.00 vMB 193
455,727 455,727 000000000000000002152649c10c4b1f8c88b6b739c1e1fb07d2622b4f380b79 1,652 1.00/1.00 vMB 143
455,726 455,726 0000000000000000016a6a206d7f371b17a5ba3cfdbea976615f95934ed3070c 2,056 1.00/1.00 vMB 164
455,725 455,725 00000000000000000132f562b2f33e4cc7f0ae7dfdf99476e90388a3c5d2dbf8 782 1.00/1.00 vMB 100
455,724 455,724 000000000000000001e117bf360a5d292ab7bb0e2c2190110bed9f5d0fd9007f 1,959 1.00/1.00 vMB 112
455,723 455,723 000000000000000000ff57b5ce8268f6af80e5db73db17f4619d87dd28a76f8b 2,304 1.00/1.00 vMB 191
455,722 455,722 000000000000000000759a87ff3ef58ff47306478b9f375f9b444f1d30e1b16a 1,825 1.00/1.00 vMB 123
455,721 455,721 0000000000000000004d2aba22c7c064e504f24a8f84318a722ea3a56243eed1 1,804 1.00/1.00 vMB 153
455,720 455,720 000000000000000000b0647ce7213b465a191004e20c8a37ef43e9d3a21c3175 1,621 1.00/1.00 vMB 119
455,719 455,719 000000000000000000c727be0ce3c7eb9de151f765784c5842ab5fc948166958 1,743 1.00/1.00 vMB 159
455,718 455,718 000000000000000002539ea3eeb6199d8074be1f1bdfa0e295c6538da0dd52c6 2,974 1.00/1.00 vMB 233
455,717 455,717 0000000000000000010c0c63e1862001bdc198c0b6aa481c4c2b8da1bb02d479 665 1.00/1.00 vMB 99
455,716 455,716 000000000000000000d0d73000ac46983446565b321fb5801630ef26e4e7a079 1,937 1.00/1.00 vMB 142
455,715 455,715 0000000000000000009509d79377a3b990997d400d06e83c0da702ea21328d8e 3,114 1.00/1.00 vMB 141
455,714 455,714 000000000000000002066d35aa1ac7d2a08d3f0b4982275d0d5496584d76e6ac 2,378 1.00/1.00 vMB 176
455,713 455,713 0000000000000000007bbbf47b7ad6fb9710c450613e14371bc09a1c868c6935 1,323 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.