Loading Tool

Explorer IconExplorer

Memory Pool

85,385 transactions
31.95 vMB
0.19909684 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt 4c7505b52e206e28c1216cc4f5f533c4703cc62ff5df5eb27c830493b413cb6f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ae7eb1b133fff2dd28fbe05388e31df174282d3f4a263000af7f2b61a6e86ca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.07710325 BTC
Feerates: 301.64 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (55,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,049 860,049 00000000000000000001b11f074cc650cf1fccee24f1fec0e4eb377d9e5165ab 2,205 1.00/1.00 vMB 4
860,048 860,048 00000000000000000002dc637c0996bd4fd1edca46492a48dd99e3fc3c71cbfe 2,818 1.00/1.00 vMB 7
860,047 860,047 0000000000000000000205c8b45956642aef65ebf6ae34f8107c8cb5f6996fdc 5,093 1.00/1.00 vMB 3
860,046 860,046 000000000000000000023eb4e015d1ffa8af03506b8b3412ee52d0ac3175d371 3,262 1.00/1.00 vMB 3
860,045 860,045 00000000000000000000470d8130ed038f3e63b6c26bec6b4eb3e1f2d5e6d87e 2,058 1.00/1.00 vMB 5
860,044 860,044 000000000000000000026b5df55523c8497f944714170c72176042695254c06f 3,710 1.00/1.00 vMB 6
860,043 860,043 00000000000000000001a5855bb23dabe5f7ef331db752bff44918861a055132 3,538 1.00/1.00 vMB 6
860,042 860,042 00000000000000000000f1f67b5f4fb411e4fb185720c7b3bdab888d7d4ecab7 3,391 1.00/1.00 vMB 7
860,041 860,041 000000000000000000030a0b67dfae971faaba3d885b0a552b0218b52c0f73e0 3,706 1.00/1.00 vMB 12
860,040 860,040 000000000000000000025dbe4261649461f42cfb2f599b229afda914c9e5289f 3,362 1.00/1.00 vMB 11
860,039 860,039 00000000000000000001c2f74114a84dd939b227278746f0c500a68bf7d5275e 3,638 1.00/1.00 vMB 9
860,038 860,038 00000000000000000001c415e36f7bfdc57d1dd76ee4523d6335a34b73ac5a3a 3,388 1.00/1.00 vMB 26
860,037 860,037 000000000000000000007f8597a3a228bb5d3e73c427da0891835033b521a1be 3,205 1.00/1.00 vMB 32
860,036 860,036 000000000000000000002d7250815b8d194c6f4574bde61a0564607f61c621eb 5,571 1.00/1.00 vMB 8
860,035 860,035 00000000000000000002d6cbd0730e174124a208137e3562441cba8eb57a5f93 5,818 1.00/1.00 vMB 7
860,034 860,034 0000000000000000000141a350ea01cd59f3b643f0fe4b0d8914faf2f4c08ca8 7,493 1.00/1.00 vMB 4
860,033 860,033 000000000000000000027f1db04948b61aa5830a8e3e7523ee06dd442a8d1213 6,167 1.00/1.00 vMB 6
860,032 860,032 00000000000000000001eeb97e3643bed4b361e77d46f0eaf14150844ebb4563 4,909 1.00/1.00 vMB 3
860,031 860,031 00000000000000000001b32b426db70643f665f4902b200c9066d60a8627afb9 3,174 1.00/1.00 vMB 12
860,030 860,030 00000000000000000001b1567c4cc1600e837e39fc235eb756fc3832d2d1666c 2,843 1.00/1.00 vMB 16
860,029 860,029 00000000000000000002add5758c465f94e49c71f7156daceb8e5cedd374e54b 2,382 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.65 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: 672.64 GB
    • Received: 16.29 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.