Loading Tool

Explorer IconExplorer

Memory Pool

53,769 transactions
31.14 vMB
0.16533894 BTC
Random Selection Loading Transactions
Max Size: 167.48/200 MB

Candidate Block

Mining Attempt 60d22adaf3ac165e1a22cbb26baa450ef286573ef9173557655a0d419a51fcca
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 3352c3b7ae556581aebc65d2741d56eaeb1a013b36adb0e6bd3364ed6ac4c942
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.07943893 BTC
Feerates: 296.74 > 7.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (345,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,514 569,514 00000000000000000014863f805ca928b6a8701ed5808688fb1181d19cc231eb 3,500 1.00/1.00 vMB 63
569,513 569,513 0000000000000000001e3bee45c24b1dab2b79a7b4c8e501a9fb5c0278d2bb49 2,362 1.00/1.00 vMB 60
569,512 569,512 0000000000000000001e3043cc0eebaf7a409656524b5afa558ed56397b17b42 3,337 1.00/1.00 vMB 64
569,511 569,511 00000000000000000008700b695b466469deeef6eae550fd0b4c5b58e4974eb0 3,621 1.00/1.00 vMB 16
569,510 569,510 0000000000000000000f0c16b592052e55f66659b1620c56aa310b232debc92a 1,276 1.00/1.00 vMB 13
569,509 569,509 000000000000000000202e5730a0b6bbaa2a5ab52bddab82ca3d49b4a50ad972 3,264 1.00/1.00 vMB 45
569,508 569,508 0000000000000000000bc615cefe169321e1532f82af9dc8df9c614590fbf8c3 2,051 1.00/1.00 vMB 12
569,507 569,507 00000000000000000007b43b24eef7e4fa72821b09b5d47bc6871a38463c61e7 3,304 1.00/1.00 vMB 46
569,506 569,506 000000000000000000132860002a7b62a35ec8e7e5a02d4161515ca5a401e272 1,822 1.00/1.00 vMB 12
569,505 569,505 00000000000000000021cebca6e465a463d2975d1706bc94397488dbcff63003 2,731 1.00/1.00 vMB 18
569,504 569,504 00000000000000000027f6cd0ece2b5b5311c54fd498d0203bcf746de6714c94 2,766 1.00/1.00 vMB 28
569,503 569,503 00000000000000000015433e8ce58bc96436acc65f801bd971129c90bbfcd521 3,225 1.00/1.00 vMB 36
569,502 569,502 0000000000000000001ad0f2f8c7eab850b893dbb006b99c652a422bf7d0e6d7 3,270 1.00/1.00 vMB 52
569,501 569,501 0000000000000000000cbf7ddf488c87dbeeabde7a984464276c6c30ce144c2c 2,920 1.00/1.00 vMB 29
569,500 569,500 0000000000000000001eeeb4e26aca321dd2cb8d4ad1ec2eeb22c3f439048d92 2,843 1.00/1.00 vMB 35
569,499 569,499 000000000000000000241d302525e34b861f36e6869e307c0ae2471e6a2af5fb 3,046 1.00/1.00 vMB 42
569,498 569,498 000000000000000000187d18bcbd98f11009e790f11aa8668e25944c98cb136c 3,179 1.00/1.00 vMB 38
569,497 569,497 00000000000000000008f218ccc374cd56393adc325895da14661e4aa579ebad 3,361 1.00/1.00 vMB 51
569,496 569,496 00000000000000000006ecb30e324f31e7361303411a31071045ccf50a34de4c 3,394 1.00/1.00 vMB 52
569,495 569,495 00000000000000000013c5cf75e3d74b11f3d6c28298cd227388a021ebfde1b0 3,125 1.00/1.00 vMB 67
569,494 569,494 000000000000000000056915d36409cdc220676056a0e931ec7cf820fc4b46fe 3,433 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.06 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.15 GB
    • Received: 13.44 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.