Loading Tool

Explorer IconExplorer

Memory Pool

55,893 transactions
32.59 vMB
0.17149739 BTC
Random Selection Loading Transactions
Max Size: 174.43/200 MB

Candidate Block

Mining Attempt d1f8c2d833583100bd321312d4b740391070ddc526c26bea4e60f15dd1ad9113
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root c059a3687a512a512a820f3d8297c5cdda4847ac7974d46b3ea1cd8b91087c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.05936652 BTC
Feerates: 301.66 > 5.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (515,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,596 399,596 00000000000000000163b2dc23a6bd86ba7ff0d01bafb8d8d70e6485fa313449 2,217 1.00/1.00 vMB 42
399,595 399,595 0000000000000000056f52bea80829848ca97adc70bd637292a91ee402537ad2 1,364 0.75/1.00 vMB 45
399,594 399,594 00000000000000000616aa1536f2adc6bf76ffd7427407611fec11bb8105b622 2,558 1.00/1.00 vMB 43
399,593 399,593 00000000000000000162ebcec2355a53465497dfdea2d31a9726ba1ae611ce8d 2,950 0.98/1.00 vMB 41
399,592 399,592 00000000000000000057fa8df8c6f2aa8bd9e6110ecc16197ab179fb03798bb1 2,498 0.93/1.00 vMB 69
399,591 399,591 000000000000000003779768d3b3a491f3c2cb9327b61399b58f758e37fd8440 2,064 1.00/1.00 vMB 31
399,590 399,590 0000000000000000062776e74332843366663c80a0960029340f1089feb16e98 2,591 0.93/1.00 vMB 51
399,589 399,589 000000000000000000c9b7dd4b4287a5abc3a7ff9053aef476765201fd5ec61e 2,838 1.00/1.00 vMB 47
399,588 399,588 0000000000000000060bac0b9cf1fd99f0808b0c86723c6b98a4cb22b233b932 1 0.00/1.00 vMB 0
399,587 399,587 000000000000000002697423edbef8c36b3759d47a3804a86c2a76049bf0a01a 2,209 0.93/1.00 vMB 39
399,586 399,586 00000000000000000136257b4a21f8e4925c7246e3d653ad1742fc4f1cbb4dc0 2,113 0.93/1.00 vMB 51
399,585 399,585 000000000000000003c5bd8f4e86e14c50f7402c646921a80d00176d3073e9c6 2,586 0.95/1.00 vMB 46
399,584 399,584 00000000000000000149a43f997d7e7f73fc17697cf2c865f022d75b18dc3903 2,019 0.75/1.00 vMB 61
399,583 399,583 00000000000000000664d2d470103b64b64289a83a43d887b0e2a4b10ba7c1e3 1,650 1.00/1.00 vMB 27
399,582 399,582 000000000000000004c0da86069c995365cbc95042ae909b21d55de50f68732b 3,206 1.00/1.00 vMB 59
399,581 399,581 00000000000000000040c1579c346555130a4c2725bb039a48ec892b98b09284 2,043 1.00/1.00 vMB 34
399,580 399,580 000000000000000006565de497f9166729d5699177c3e02e42dfa1275fe940b4 2,755 0.93/1.00 vMB 49
399,579 399,579 000000000000000004ab8adf22c80a3e63cd7c11a1812b1776dd5da1dbecbb95 1,602 1.00/1.00 vMB 27
399,578 399,578 000000000000000002a7dadd70917b714cd5c8e7b61d37da8d3da0b8162a7893 2,107 0.98/1.00 vMB 37
399,577 399,577 0000000000000000028923176283bf38837202fdf5edf411238e7a1e32d4e1af 1,791 1.00/1.00 vMB 49
399,576 399,576 000000000000000004f2129206118ebbf08c6d4701359b019af2b4495581f984 2,090 0.75/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.07 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.27 GB
    • Received: 13.52 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.