Loading Tool

Explorer IconExplorer

Memory Pool

43,799 transactions
31.18 vMB
0.09025399 BTC
Random Selection Loading Transactions
Max Size: 158.55/200 MB

Candidate Block

Mining Attempt ac7766bf252199adda9532249fff3a07e59fb63339bb89b1772f44406b413ccb
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root 5b844cfae92d8d3aef960758aaa33a3975567daa984ebccc515d441972ecf84e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,035
Size: 1.00 vMB
Total Fees: 0.02713772 BTC
Feerates: 100.53 > 2.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (848,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,222 66,222 0000000000342dbbb49291fdf7475a6f9d15d5ebc8b6f6951112cba8ebae32e3 1 0.00/1.00 vMB 0
66,221 66,221 0000000008f830b03b0889c618cfc3662f5eb8ba644c57a6005b2d282f7c6556 1 0.00/1.00 vMB 0
66,220 66,220 0000000005511b6ac7a6c85608933482d789f34ef51d55781c2400e3876f8c99 3 0.00/1.00 vMB 0
66,219 66,219 000000000605ae3da311d010d69787bea918974d02d1c4bdd252b0b03212587b 1 0.00/1.00 vMB 0
66,218 66,218 0000000006903598bf7af00d9aeb1e7c51e1cb796a0f15bb810fff193414c821 5 0.00/1.00 vMB 0
66,217 66,217 0000000003a8c0ff0d3f8c449e543c487171075462caaf3bbdbbd6fc0d0bc170 1 0.00/1.00 vMB 0
66,216 66,216 00000000087db72f568e972059246b03b81347d8064b5e1967956cb9d224d612 2 0.00/1.00 vMB 0
66,215 66,215 0000000008acd4cf2b6a52b30128289bf7c0e9c05de5aa50db3d5fb9f1bed75f 1 0.00/1.00 vMB 0
66,214 66,214 000000000a4ead591d1120926b08a5cf4d6a235823cfddc6f70b7260e9636f41 1 0.00/1.00 vMB 0
66,213 66,213 0000000004b2099dccf9e9a4b69db9aab2477fa4e01d5a668f9d6a562868db56 2 0.00/1.00 vMB 0
66,212 66,212 0000000007d9daff79c7fec02c17445dd07806e41c0b287b0a4d26e984711601 2 0.00/1.00 vMB 0
66,211 66,211 0000000005b3642da898fd69e1e995c5549191d672fcbebb23336d68f3aff32e 2 0.00/1.00 vMB 0
66,210 66,210 0000000003b0fa6c1c333702158601909c42d0b5880d1ce83c6da5ad03e4783b 1 0.00/1.00 vMB 0
66,209 66,209 000000000530061f9d47ee0d8515d12450d5d842d435102d20bcdde8f1a5f669 2 0.00/1.00 vMB 0
66,208 66,208 00000000035b69b78d5a96e2e1a62e9a110b18876b0c714d047935ab44a4d5ed 2 0.00/1.00 vMB 0
66,207 66,207 00000000016336b3013d76835303504ce5c58d76f1957b6e78d654e89a445382 1 0.00/1.00 vMB 0
66,206 66,206 0000000004050137ff945a5ce05a607f607b594a5b480d8bea7bfb28e7828e0e 1 0.00/1.00 vMB 0
66,205 66,205 0000000002c0b730c49cd652e1e5f1d996f4163d5b3a418a7e7a045cea9e5b7b 2 0.00/1.00 vMB 0
66,204 66,204 0000000006fda2129ed2bbda96baea3254b5ed8ae7568015b06c952623da5209 7 0.00/1.00 vMB 0
66,203 66,203 0000000006dc22d8c342bb477250510552859e3e018e48ceced77477d75ee196 1 0.00/1.00 vMB 0
66,202 66,202 0000000006656a938bca884ead5e5719a8e052b53c3523aa470dd890269416ae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 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: 603.82 GB
    • Received: 10.51 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.