Loading Tool

Explorer IconExplorer

Memory Pool

76,852 transactions
28.54 vMB
0.06254096 BTC
Random Selection Loading Transactions
Max Size: 173.22/200 MB

Candidate Block

Mining Attempt 07fb295d486d4a2f3dcb55361470ddcfc71c0c322a27f8a629d365013cc36c29
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root df93a4ca7fe52b125712352704479b5c727c7e679ee961715d54b3a939323544
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,072
Size: 1.00 vMB
Total Fees: 0.00329843 BTC
Feerates: 7.02 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (422,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,693 492,693 000000000000000000bbecfe333479a933b543eda8bed3e4302b7467c02b01ed 2,601 1.00/1.00 vMB 184
492,692 492,692 000000000000000000426e6f5e21edb434c5941d36b4254b9ed26c054b189712 2,304 1.00/1.00 vMB 240
492,691 492,691 000000000000000000a96de15a8ed3597e4e02762b1931aec8e0f693784894b5 2,277 1.00/1.00 vMB 141
492,690 492,690 00000000000000000085842ac433a05b167c3753f9cc725ccefceb8b37635910 2,318 1.00/1.00 vMB 232
492,689 492,689 0000000000000000003b69a89a71be3513019ac0d459e53241622e7657e9e967 1,795 1.00/1.00 vMB 213
492,688 492,688 0000000000000000000691365102d8a16abe68e08b5f04a8aabdd046ea966b00 1,830 1.00/1.00 vMB 246
492,687 492,687 00000000000000000034559df6cdd9d35915bf43a4fadf101ec58473dd3aad29 2,558 0.98/1.00 vMB 278
492,686 492,686 00000000000000000077603179a1b494fa03218f58ccc3aa8f49f1363ba36b43 2,197 1.00/1.00 vMB 137
492,685 492,685 0000000000000000000b7435495fc5f3de95f090b3ce615ad39a930d226ca8a2 2,362 1.00/1.00 vMB 147
492,684 492,684 000000000000000000106bad876d0de8991b1da2b637aa4c0e01f427b211850d 2,804 1.00/1.00 vMB 253
492,683 492,683 0000000000000000005cc0c5fc1156c9a40455214962009e326d03fb2e049c2b 2,435 1.00/1.00 vMB 168
492,682 492,682 0000000000000000007ffdf2cd2d79812bc1c9876ca2e3c6f703cac0f56048c1 2,978 1.00/1.00 vMB 263
492,681 492,681 00000000000000000000733bd0a8dfa18c817a3c34f1566b82cfd14b66d7df64 2,533 1.00/1.00 vMB 110
492,680 492,680 000000000000000000bed43c3db6a0112a83d89a4ed3f605c2e04544fb0e69ef 2,591 1.00/1.00 vMB 244
492,679 492,679 000000000000000000a3b09f990d5ac691d7f980c5641e1621144f9360482b13 1,102 1.00/1.00 vMB 30
492,678 492,678 0000000000000000001480018e1fd901cede10e2727eae0c977f51b27f8b2fd1 2,380 0.95/1.00 vMB 104
492,677 492,677 0000000000000000005eb58f9e3d3bfe683242bd1adfb7429bb52b7a43a7e078 2,636 1.00/1.00 vMB 172
492,676 492,676 0000000000000000001ebf2d1d7d1d093180c25d537ac5c69d0bc3549cf32f1a 2,024 1.00/1.00 vMB 244
492,675 492,675 0000000000000000002c5f1505d120495cf82701571714edf1bb9a44b3a3622f 2,704 1.00/1.00 vMB 263
492,674 492,674 0000000000000000001091d9ada11af7f36b29b7c458042217b3a24bfa04d502 2,011 1.00/1.00 vMB 107
492,673 492,673 000000000000000000665fda75eb903cd8e9608941a9e7c7bdda2033ef966db2 1,726 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.57 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: 670.26 GB
    • Received: 15.84 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.