Loading Tool

Explorer IconExplorer

Memory Pool

47,618 transactions
29.11 vMB
0.20169618 BTC
Random Selection Loading Transactions
Max Size: 152.33/200 MB

Candidate Block

Mining Attempt 8699e27645626c7c981723b783629982aa5988fb48c380805010c8f0d8ec6bf3
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5efc1f6ca1654307773ebd8e1b90582fb0c70d07325c4cf2bedbb8a449e5714b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.06791966 BTC
Feerates: 151.12 > 6.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (221,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,743 692,743 0000000000000000000972249a3d1dd072fe3953fa2f470744f2bcbe403739f3 1,687 0.81/1.00 vMB 9
692,742 692,742 00000000000000000010af4818fd5ffb233ed77555c4745b3b3c1608cc0ddeeb 1,615 1.00/1.00 vMB 4
692,741 692,741 000000000000000000044fb411d14c758ba2adf1c4020707b3e836450acd824c 2,136 1.00/1.00 vMB 16
692,740 692,740 000000000000000000081cf5b89befe633b3942f8aeee529ac6dbb6c39d3deb3 2,064 1.00/1.00 vMB 12
692,739 692,739 00000000000000000014779d06639cf4fb5a3518a397b066b67523b3afb3643e 1,273 1.00/1.00 vMB 12
692,738 692,738 000000000000000000075e2f8f21c2e5681c5b0dcfae4f5e433f4f4626a9d72a 1,556 1.00/1.00 vMB 2
692,737 692,737 000000000000000000024a4fe5d20f47b8fbe366090a1209da4ad656dd7ec0e3 2,331 1.00/1.00 vMB 4
692,736 692,736 0000000000000000001327d21ac25d57281ec33240de783b7ffb2ec0417d89ba 2,814 1.00/1.00 vMB 21
692,735 692,735 00000000000000000012d7aeba52d8f780516074fdc8604f0cccca2490271e6c 2,435 1.00/1.00 vMB 19
692,734 692,734 0000000000000000000a84f6f79b03358d341a34464685df6085e5b7c734bf90 2,206 1.00/1.00 vMB 10
692,733 692,733 0000000000000000001108ac8eccbd408d72eb2dcd19766cfbf96ebb680fb7dc 2,401 1.00/1.00 vMB 14
692,732 692,732 0000000000000000000c4e07839594c364abbf1a6a813fa40c19cc7cda635b1c 2,459 1.00/1.00 vMB 25
692,731 692,731 0000000000000000000bc6543656f18203e1dac3423c76ebadca07690165cd28 2,591 1.00/1.00 vMB 16
692,730 692,730 000000000000000000104ea193dd29aea19a87fe5a91542c833cfc2bab09e11d 2,224 1.00/1.00 vMB 3
692,729 692,729 0000000000000000000dfefca1749c973a2e03ea647111ad9ba630437cb29f05 1,512 1.00/1.00 vMB 25
692,728 692,728 0000000000000000000cb9fb7105a87574da6a048a95cbe73aa44d374969c22d 943 1.00/1.00 vMB 7
692,727 692,727 000000000000000000049da2adb28f5c3f75b1e15b3f1583949ef6e6c7a20bc8 2,056 1.00/1.00 vMB 8
692,726 692,726 00000000000000000008deb7d9cfe115de7b5923bafa3efa429c751e608852ae 2,017 1.00/1.00 vMB 10
692,725 692,725 0000000000000000000cc55b3a4b5f5a6bef09d1ae65d4a448e24ceefb3c47b7 2,457 1.00/1.00 vMB 26
692,724 692,724 000000000000000000031c5103cc0fdfa0b2e90ad1494ab33b3734124af72f15 993 1.00/1.00 vMB 7
692,723 692,723 0000000000000000000e744a375943772c311f0b1bc36571de756c994d1d6084 1,246 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.87 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: 643.63 GB
    • Received: 12.59 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.