Loading Tool

Explorer IconExplorer

Memory Pool

40,784 transactions
27.30 vMB
0.12575887 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt 1b10c2e2660eb0eaaca2472da1b30c94827886e66985ef0ba43ad70fbe5f23cf
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root e0c9b7e617b5a34d9c866a63ad5388d48789e8e5d1ad2bbfed74f9ab6820546c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.06817037 BTC
Feerates: 285.90 > 6.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (339,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
575,204 575,204 0000000000000000000568ee39317178eba8c877ebe2e3bf580be70e3f496c8c 1,533 1.00/1.00 vMB 15
575,203 575,203 000000000000000000260968377d4de9eea5200dde3a55686ed942b3e3d6654b 1,071 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.