Loading Tool

Explorer IconExplorer

Memory Pool

42,104 transactions
27.74 vMB
0.07731754 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 0a6cbdee2b6c664290c83a836cd08e84e09db983cbbed10b054676377189edc6
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ffcaa0ccab58bcee7e2aa47afccddd332880b6ce44da6d3a83c8d6ba1e4f2538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.02181704 BTC
Feerates: 180.63 > 2.19 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (151,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,607 763,607 000000000000000000069b85e56fee781e930e113e75de7a5ad78bc3986c7cf9 3,244 1.00/1.00 vMB 22
763,606 763,606 00000000000000000005c618340efa34182c75f57e1cd8e4b9d17f58366832fb 2,917 1.00/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 781.79 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.08 GB
    • Received: 12.24 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.