Loading Tool

Explorer IconExplorer

Memory Pool

76,739 transactions
27.69 vMB
0.07915122 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 9ff7726c737a4fe209b83829dc63a0b70eb7bc3ed5caea6904c43fa6e94ef2c7
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 690cdd1adcfb01764934de9fe71dd7b4175c1d2718337b960e32a4ee055fd922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01991913 BTC
Feerates: 402.60 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (247,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,617 667,617 000000000000000000076da2e3910f78b86ce4ca1c2b590d62a5e13e4f1afa6b 2,327 1.00/1.00 vMB 108
667,616 667,616 0000000000000000000cce53d2e38c50c842c37393926dd6084c19043a32c863 2,162 1.00/1.00 vMB 52
667,615 667,615 0000000000000000000b0d00d1bc03db7249be007e1c3adbbf7c91a06824a75a 2,650 1.00/1.00 vMB 52
667,614 667,614 0000000000000000000cf05355b990b8ec369e2104413341fc6095ffa03d691c 2,627 1.00/1.00 vMB 84
667,613 667,613 0000000000000000000c74dc78b1636e63e6c6838291d5d35621bbd6dc8dc7cd 2,997 1.00/1.00 vMB 60
667,612 667,612 00000000000000000004c1f138c3de40ce0602331041f4c9359ce764f5f1760e 2,885 1.00/1.00 vMB 71
667,611 667,611 0000000000000000000a5abc2b4b9764c4622280fa7a27afae3dd9d0c77e7814 1,245 1.00/1.00 vMB 73
667,610 667,610 0000000000000000000531ee1905657f4924857e83e757af0bc4b821529c3229 2,235 1.00/1.00 vMB 83
667,609 667,609 000000000000000000094337ceb5519fcb9486db724fb71a5be154aa145349cb 2,908 1.00/1.00 vMB 78
667,608 667,608 000000000000000000065731898b46f1c5ace96d06c95a4f5a6d798445452570 2,893 1.00/1.00 vMB 96
667,607 667,607 000000000000000000046f68f4e5304f2a7dfbeb8b5bda8f1232a2a4ee9efc88 2,750 1.00/1.00 vMB 75
667,606 667,606 0000000000000000000600dc5df3016457a3f104481b4da60d8a4f69a9582831 2,831 1.00/1.00 vMB 88
667,605 667,605 0000000000000000000637ac1af103b82b806c31b21943dfff8b1b422fdaf8be 2,851 1.00/1.00 vMB 92
667,604 667,604 00000000000000000001a78cb4d7213cf4cbf4552baa80cf58af15a8423dd0ff 2,777 1.00/1.00 vMB 105
667,603 667,603 00000000000000000001891195c6227e4618a243fc9aae2a8ddf4e3eccc26f30 2,812 1.00/1.00 vMB 111
667,602 667,602 0000000000000000000414ca2eb88a8baa8e5d735987a98a383ffa5130209449 2,651 1.00/1.00 vMB 81
667,601 667,601 000000000000000000067501fa391aa55e9ea9afcc0b9b8cd081e3beb44de8d6 2,862 1.00/1.00 vMB 81
667,600 667,600 0000000000000000000d00eae6c43c8d087ac1878274b9c4bab8aece6aecf744 2,766 1.00/1.00 vMB 93
667,599 667,599 0000000000000000000aea5a2e3d96dd659666597423185826b0a88d41b73faf 2,893 1.00/1.00 vMB 98
667,598 667,598 00000000000000000003b0332e78780cb28d9f65ea89a2bd8d18a26cc721bf5a 1,015 1.00/1.00 vMB 77
667,597 667,597 000000000000000000009afb0b3bc35199b03fe90896df47bb0c7ac253e17df8 1,705 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.