Loading Tool

Explorer IconExplorer

Memory Pool

41,999 transactions
31.76 vMB
0.09441535 BTC
Random Selection Loading Transactions
Max Size: 159.29/200 MB

Candidate Block

Mining Attempt 91748a7386d259e320b2fa873fc67f1ce1f5a05f90057870836513d585730452
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root e96eacb4e35246e043b3b3ec4ede0d8a9d96391b5017ae7d55e7b1c10accd1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.02872669 BTC
Feerates: 401.97 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (833,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,019 81,019 000000000006d42d365b61232a1b8c4f6b7569e12faa9d31fadcad7e2f1543fb 1 0.00/1.00 vMB 0
81,018 81,018 000000000012bba3301f6e3a0edb231a208a6ebec0d9d7e3e4fea3e43e4b58ae 1 0.00/1.00 vMB 0
81,017 81,017 0000000000206cc6733b757a449b3bedd6db06658fe99766734b489d7554a96b 1 0.00/1.00 vMB 0
81,016 81,016 0000000000101a401931330930e2c1bba51c76e8a834858d7454a828e6e1c963 3 0.00/1.00 vMB 0
81,015 81,015 000000000042cbd506dfad4dd01d4c052196a98a8195f874ae090d13022e0400 1 0.00/1.00 vMB 0
81,014 81,014 0000000000222f283f5dc1d5800226c2bb4431192f2547ead046354585c87de1 2 0.00/1.00 vMB 0
81,013 81,013 000000000010a5352efa220754513afad2be891e870e011af744c8d9afcb38da 1 0.00/1.00 vMB 0
81,012 81,012 000000000027e175432abf98a34bd46f7c0790c4c1d55539b4fa62d6d3114a1d 1 0.00/1.00 vMB 0
81,011 81,011 00000000002d71b2246f9af249f8ca9709b9cb57210ce9e132bd05f2f5ff13a8 2 0.00/1.00 vMB 0
81,010 81,010 000000000034b93990e7655a6ebbbf15e8a87e25088bacaec0c4a3d389e21fe4 1 0.00/1.00 vMB 0
81,009 81,009 00000000003bb6ca1c3f78a09853d9444f2a78ea90d79f5323d5398388359d4d 3 0.00/1.00 vMB 0
81,008 81,008 00000000001104f8028db43e6ca855c978b2ebee7b9bdc3deb40ab6c68c8ee31 1 0.00/1.00 vMB 0
81,007 81,007 00000000002206c4bdc047d2d779ab5a11d62253cd235b69799ec40d14c8875e 1 0.00/1.00 vMB 0
81,006 81,006 00000000004338a8bc53a202feab775424c6e2ae3c002745401421bf33103bd6 2 0.00/1.00 vMB 0
81,005 81,005 000000000010e9d84db5d01e1cd2c9f8e1d9c9f917b4a1526391bbcf37534cad 7 0.00/1.00 vMB 0
81,004 81,004 00000000001f63b542efadc640334f25493affed75130a86ef577df664c47917 1 0.00/1.00 vMB 0
81,003 81,003 000000000028bf5e8790ebfe658dc41e21210c0ed82b09f01df4b782e8545e3f 4 0.00/1.00 vMB 0
81,002 81,002 00000000002467fe860130cdf6d9d03b32aa263cece6b483236d8749b691fb4d 4 0.00/1.00 vMB 0
81,001 81,001 000000000024a8e74920194cf01de89766fa64ed18f87e2dbb214bb5e0b391c4 6 0.00/1.00 vMB 0
81,000 81,000 000000000030c11525e18d5083000ca58a6b1625ce54b48edf16b9b6dbd8f043 2 0.00/1.00 vMB 0
80,999 80,999 0000000000082b8df0ce6190081d87d1e1a760526428bc21f92d8fb2e32718e0 18 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 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: 624.86 GB
    • Received: 11.57 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.