Loading Tool

Explorer IconExplorer

Memory Pool

40,114 transactions
26.92 vMB
0.08943910 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt bddbd29c11d81fa0856b1da236eb31e302ce1ab6d58be92578dca93c2a6c944a
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 29647cb9afcd834f0133c564d84aefca28e545d11731fd9d59935df5eb6deb02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.03624274 BTC
Feerates: 197.12 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (339,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,225 575,225 00000000000000000016376580dcae3ed8f39c47b67f76bfc941594fc25dff56 2,148 1.00/1.00 vMB 104
575,224 575,224 0000000000000000000a0405fa0ca496dbee47a45fb5ed4dedadf992ecfa2f1d 1,960 1.00/1.00 vMB 108
575,223 575,223 0000000000000000001c32cefaf6847484ab42a0d944cb828553a3ea58839b6a 1,221 1.00/1.00 vMB 123
575,222 575,222 0000000000000000001ed54dd363570a3ceb542c1cc93f4ada98bade983c05cc 1,189 1.00/1.00 vMB 104
575,221 575,221 00000000000000000007216a8a092e650b7e2e6464a5d790ddef3a131759a855 1,668 1.00/1.00 vMB 17
575,220 575,220 000000000000000000020c3fd5efa16b3399c9c3da60f4de9d34614098ff71f4 1,680 1.00/1.00 vMB 16
575,219 575,219 00000000000000000011f498bfe48ecb01c2ee2ef2c8d97c1edc325d14d7e04e 2,367 1.00/1.00 vMB 17
575,218 575,218 00000000000000000028087fe00e9789b55ed55dab19dd992b649f2c29f1e358 2,418 1.00/1.00 vMB 75
575,217 575,217 000000000000000000141b5b32bce00a6e23a555d8beddd18a728da21d9ad2c3 2,422 1.00/1.00 vMB 53
575,216 575,216 000000000000000000200625975f16281e6fec8e1c362ab278f88cb89aed5d86 2,149 1.00/1.00 vMB 74
575,215 575,215 0000000000000000001e106c739b23ff5d4d4c61051d88a0edcb94bc3328ec52 2,532 1.00/1.00 vMB 80
575,214 575,214 00000000000000000004583f57cb4ac2e80df6fb8ace72d43f36f39a79af4bde 2,283 1.00/1.00 vMB 48
575,213 575,213 0000000000000000000df2b99fc67871baf5a52ef1140a24c7700cfc7de9c9b2 1,401 1.00/1.00 vMB 13
575,212 575,212 00000000000000000002af52f88f846b34311112401bc839740bc4edc867b1f1 2,294 1.00/1.00 vMB 18
575,211 575,211 000000000000000000181953e49b466347ca46a51196267926db05a0d1e3259d 2,167 1.00/1.00 vMB 28
575,210 575,210 0000000000000000001aae8355b0631d899763e69505775204f1cb8e51f4bbdf 1,518 1.00/1.00 vMB 62
575,209 575,209 0000000000000000000507e91220b92278fdefb62f27c44fa966b006549c949e 1,397 1.00/1.00 vMB 58
575,208 575,208 000000000000000000135954219b4e6931ec9de541d44408a518b6a86458b3a8 3,008 1.00/1.00 vMB 105
575,207 575,207 00000000000000000021027539ea6dccf8deb1ab8047f89bd0ce8431c63a60e3 2,282 1.00/1.00 vMB 70
575,206 575,206 000000000000000000242ee6a7846c3b2adacbd33fa732e3caffaa174c99eb10 1,894 1.00/1.00 vMB 44
575,205 575,205 00000000000000000024f01c24c14e7ada9f53345cf47f2c37da7043b8d5835f 2,764 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.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.