Loading Tool

Explorer IconExplorer

Memory Pool

36,525 transactions
25.76 vMB
0.05950547 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt 92b248885aed2712652219a8035461b71ee63ba9e566825a9173b07a0b764e30
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 66b72ef0846969a4445215320a9c4794060f66e3e9dc77c4e6f9b1fb63060171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,200
Size: 1.00 vMB
Total Fees: 0.01242922 BTC
Feerates: 170.89 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (151,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,605 763,605 0000000000000000000533f2ab9c3a55b26269f771edf2aa449568d1cc4c30f0 2,793 1.00/1.00 vMB 27
763,604 763,604 000000000000000000033a03f064e5a797639cb2c55b150575b2f3858c8d138c 2,287 1.00/1.00 vMB 28
763,603 763,603 00000000000000000004a3b8cd027130df54911f93b323ea983fa87e207ef486 1,723 1.00/1.00 vMB 34
763,602 763,602 0000000000000000000607d0a61fbde54b9b298d5266f5067cd5e77d0c405e6d 2,974 1.00/1.00 vMB 32
763,601 763,601 00000000000000000002931df43981fa2ffab970a7d5c3eebe537392270587b7 2,176 1.00/1.00 vMB 32
763,600 763,600 000000000000000000029383557b8c9a7abefb96d92451325954d54e0a97b7f9 2,990 1.00/1.00 vMB 45
763,599 763,599 00000000000000000003407e4f9e404b4d5e48a33267b7b7732efe07dc29319a 2,154 1.00/1.00 vMB 34
763,598 763,598 000000000000000000026c3081fb1dacfa9133ac950ce4b4bd7e45d7160aeb17 2,481 1.00/1.00 vMB 44
763,597 763,597 0000000000000000000326b8fca8d3f820647c97ea33ef722096b3c7b2c8ee94 362 1.00/1.00 vMB 31
763,596 763,596 000000000000000000050bbcdee0b257883fdd33588460c2c53a1505f1d57985 617 1.00/1.00 vMB 32
763,595 763,595 0000000000000000000105512f0e0dbbf21ce5a5fe0d655f414ac3b991ae0bd5 803 1.00/1.00 vMB 31
763,594 763,594 00000000000000000000143dcbdb8e88480b0dcf008c0b4f7dccc424fe034fc9 1,213 1.00/1.00 vMB 37
763,593 763,593 00000000000000000005488dc14b0ed82a5ac4e9e3b829438a5dffc0fa14bd04 1,275 1.00/1.00 vMB 36
763,592 763,592 00000000000000000005dac40181cbedd14f450db3eb42742ac094a6b1b2a6fc 3,345 1.00/1.00 vMB 46
763,591 763,591 00000000000000000006367529e72a6954ae5abf726efbe2d1bc0959d718aa2a 1,528 1.00/1.00 vMB 26
763,590 763,590 00000000000000000006b4a8a5157c780075d3a4cbfe660ca23f76c52506eacf 282 1.00/1.00 vMB 15
763,589 763,589 00000000000000000000ea237e9ee3b9731afc0b1dc49886313579a5cd7bbd62 541 1.00/1.00 vMB 16
763,588 763,588 000000000000000000028e103407a4b42d9a606b2ca1d8518f7d968dea186f9c 1,146 1.00/1.00 vMB 15
763,587 763,587 00000000000000000000e1f88d35a65ef9b6772fd7e3afda576b3ecec8269f2d 3,025 1.00/1.00 vMB 23
763,586 763,586 0000000000000000000663c8760ca2e547e2e6662ae4724af3376acf8f5bb4aa 2,970 1.00/1.00 vMB 35
763,585 763,585 00000000000000000000fde8490252251731ec0d498d991c6c6c1fecafd2e2be 2,776 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.