Loading Tool

Explorer IconExplorer

Memory Pool

35,343 transactions
25.94 vMB
0.06917217 BTC
Random Selection Loading Transactions
Max Size: 131.88/200 MB

Candidate Block

Mining Attempt e42b7066c494ec92715d00fa23a2497cf678ecc9acf4ea0188858401cf2eb5d7
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (339,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,111 575,111 0000000000000000001813a25b7475c8d46d97d44f5fc91fbfb857d5178bc29a 2,624 1.00/1.00 vMB 62
575,110 575,110 0000000000000000000f48f169a46a379d4df73cb62f039e40e0490d80dd95cc 2,854 1.00/1.00 vMB 93
575,109 575,109 000000000000000000252c785e2200c0def3379940244f111defd80c7fda8065 2,819 1.00/1.00 vMB 69
575,108 575,108 00000000000000000027df20a75c38bdc2fe001b874de7cf9d10688499a77180 2,129 1.00/1.00 vMB 29
575,107 575,107 000000000000000000226339fe4fd1afd31b1bc78986239e6753ed2c11ef73e0 2,513 1.00/1.00 vMB 86
575,106 575,106 0000000000000000000112b79e0e620d0252a9232ce1139f8010ca7df2118377 2,692 1.00/1.00 vMB 63
575,105 575,105 00000000000000000025c3f2abb2aadc6d5e6e2a76898607b0410610040b6cfc 2,867 1.00/1.00 vMB 71
575,104 575,104 00000000000000000013ebe895d0713adc242a55b2708430232822db117d0f57 2,727 1.00/1.00 vMB 68
575,103 575,103 0000000000000000001e42e652c8203fe08944334d7dd4275c6d8158522195e3 2,612 1.00/1.00 vMB 69
575,102 575,102 0000000000000000001d5a9d0e8ff1b9b912c2cfd9877adbf8593610abc45417 2,381 1.00/1.00 vMB 98
575,101 575,101 00000000000000000019825957026867c2c06be8139c4ad12d8bf4f8ce26bc0b 2,934 1.00/1.00 vMB 65
575,100 575,100 0000000000000000000529ec2f66ff7c94f166e6c093c16f59e7ef29d38cde47 2,561 1.00/1.00 vMB 85
575,099 575,099 00000000000000000023f551cb16feea54ed9603ac3391d770a658f5c9d983a0 2,516 1.00/1.00 vMB 86
575,098 575,098 0000000000000000000e8d89154a3b46ac60b20f7be3d0757c4c874c1c614803 2,415 1.00/1.00 vMB 83
575,097 575,097 000000000000000000288411bcd12752c321d07aad601fb96c58fdf47bbea47d 2,749 1.00/1.00 vMB 73
575,096 575,096 00000000000000000005ef52cbc75b940323bda2351b14ce3017900f6568132b 2,607 1.00/1.00 vMB 99
575,095 575,095 0000000000000000000ac940613ccd45cd99930ade8184c3489d09bc61330eab 2,938 1.00/1.00 vMB 94
575,094 575,094 00000000000000000025a1711742d6b133d5e84ed9efe35279a9cf1c9ae7cf04 2,700 1.00/1.00 vMB 79
575,093 575,093 0000000000000000001a24975559be12ad3744188334607ea7ddf40a75d9c501 2,413 1.00/1.00 vMB 87
575,092 575,092 00000000000000000003ec96621841e94229902d6549eace1dad14b3192c96da 2,536 1.00/1.00 vMB 111
575,091 575,091 0000000000000000000ceb655b7de13306579ed13c0d5eea9002726824d579fa 2,989 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.82 GB
    • Received: 12.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.