Loading Tool

Explorer IconExplorer

Memory Pool

78,348 transactions
29.06 vMB
0.07478802 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt b78941dd8986b303ad288de77f42dad1cc004899afc176458e98fe9ddb41f822
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root e95c2765a87d822b16e3a8a73f1d50ba5fffdc7c265ce9e6c37da2f65552ebce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,230
Size: 1.00 vMB
Total Fees: 0.01368838 BTC
Feerates: 191.02 > 1.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (574,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,741 340,741 00000000000000001461706aa891f5f89a5b1e9aab014c26a8c6408dfd88fcf0 475 0.23/1.00 vMB 27
340,740 340,740 000000000000000019765149cfbc3f3c3a324419a750d40943b47087fb66dc13 1,229 0.66/1.00 vMB 26
340,739 340,739 00000000000000000a8cab0fd9e4748a6b1cb19e2b7ca57233fb953d7aafeeb9 1,409 0.75/1.00 vMB 27
340,738 340,738 00000000000000000eaa073a726072589725166f8e1c1016394a41cccfae8248 1,268 0.61/1.00 vMB 26
340,737 340,737 000000000000000014c3c9bebb7e68755c42df415c279d65be49c015b46e03ec 271 0.14/1.00 vMB 29
340,736 340,736 0000000000000000049eb8a1c98b16122b285be3e84e34ca976e7606e5762b51 95 0.10/1.00 vMB 11
340,735 340,735 000000000000000000c421eb781500eda39013f02fb6ac8d95ff444f4d7c7e94 1,011 0.52/1.00 vMB 24
340,734 340,734 0000000000000000133539119cd8d00a3e9441943d5f28a3b1cb69983f917280 1,175 0.63/1.00 vMB 28
340,733 340,733 00000000000000000f0046d6c551e8364941b7249214e8899820d39dcbacb060 790 0.43/1.00 vMB 15
340,732 340,732 00000000000000001672acf510d92e8143cc4d41731c18dacf3ae53c01eb5222 1,853 1.00/1.00 vMB 32
340,731 340,731 00000000000000000d9953ae6ac1821604b2ae1cc86f94aad9fd4704a11d463d 1,000 0.75/1.00 vMB 22
340,730 340,730 000000000000000014f14a1d7246ea300a75cfc1e60f11c6b3bcabc07349a05c 1,109 1.00/1.00 vMB 22
340,729 340,729 000000000000000017a4b97f4a5a9a71378ef30c6546e80b2b7a0ab3e0d49d6a 512 0.34/1.00 vMB 17
340,728 340,728 00000000000000001494e5d32591845efbff49b847aa5a0144f158c70df925e6 33 0.06/1.00 vMB 5
340,727 340,727 00000000000000000add5c11b5a27521625fbb213d85ef9b6449a48904b5ff3b 1,986 0.75/1.00 vMB 32
340,726 340,726 00000000000000001525c8bcbc3cd15b5323e53f164a4f650c82452b5882c57a 2,195 0.75/1.00 vMB 37
340,725 340,725 0000000000000000112b2816cd7af2f5d473c568c08ae7550f6a27cd01a69bd1 630 0.26/1.00 vMB 37
340,724 340,724 00000000000000000dde5044d59f8d3bf47f153afb54e2bd6b0d662ddc2c27ca 1,737 0.88/1.00 vMB 25
340,723 340,723 00000000000000000ca3ada142cee38de5d99b5817b0231197d902cd2d298450 1 0.00/1.00 vMB 0
340,722 340,722 0000000000000000017ddbd9ce9662bbfee246742e96fd14153f544c6b6981e8 1,054 0.53/1.00 vMB 29
340,721 340,721 000000000000000019bee6c02d77da83fc5cb2006d3d1bccae04c2af4d402ab7 466 0.32/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.55 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: 669.58 GB
    • Received: 15.75 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.