Loading Tool

Explorer IconExplorer

Memory Pool

37,091 transactions
28.66 vMB
0.07159566 BTC
Random Selection Loading Transactions
Max Size: 143.87/200 MB

Candidate Block

Mining Attempt d8aabed5a240f0282d9eab43d7d026368b223b2882e2d3410e35c5d15ee8f1a8
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 5198cac3384f18bcad692e47de3c15d9a55bc67d7058a7b31476e1d1bb02cbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.01601281 BTC
Feerates: 75.76 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (151,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,464 763,464 000000000000000000030ebf04589eff95e0f49c3eb86e8d8e7f4b6c518de193 3,342 1.00/1.00 vMB 36
763,463 763,463 00000000000000000003c552d4c057bf117024177beb1a86507b9645b13c46b2 229 1.00/1.00 vMB 14
763,462 763,462 00000000000000000003ecdc47a112f81ae096575b9bb391fa1def1d3cdbe036 639 1.00/1.00 vMB 16
763,461 763,461 000000000000000000074ec795b4c8b16931822f8fc7bde2a86464bbaa54cd53 1,770 1.00/1.00 vMB 20
763,460 763,460 000000000000000000078e719e47511042a5d6fb1a9c9810a6d6b5d5d8d80620 3,159 1.00/1.00 vMB 34
763,459 763,459 000000000000000000054415e818a18e893040a299e967378025708728a6ddc7 2,309 1.00/1.00 vMB 25
763,458 763,458 00000000000000000001fee21bccae8ff27cf595cf0189c2b97aacae6d36374d 2,002 1.00/1.00 vMB 28
763,457 763,457 00000000000000000006b77a43415999adce6d5f2ccb8c9427f4e3f79675aa6c 512 1.00/1.00 vMB 16
763,456 763,456 000000000000000000001e8a614ae9f103eb42b1718642fff545b70e92557e99 1,966 1.00/1.00 vMB 16
763,455 763,455 00000000000000000003833cd4fd4df638d4c0608373370db7208a6a6e7693eb 2,885 1.00/1.00 vMB 30
763,454 763,454 0000000000000000000586628923cff4596b2853c1d4832c719f98658145fe2d 3,054 1.00/1.00 vMB 24
763,453 763,453 000000000000000000002e8023ce753b198d9ae0d413976d9732694d5d6dcc6a 3,188 1.00/1.00 vMB 33
763,452 763,452 000000000000000000000965336afb44d587b01e2edb844a97c86e296ea14f17 3,190 1.00/1.00 vMB 42
763,451 763,451 000000000000000000027c4914acfea77110f930f4f3e9938a673a63cbf5be8d 2,855 1.00/1.00 vMB 23
763,450 763,450 0000000000000000000693732a2980b89c0ce8c2f78dc3a7343cc2572d4f0eae 3,142 1.00/1.00 vMB 31
763,449 763,449 00000000000000000004c73e2948bddc2e613365effa6b25b718595b1c4fa3f1 3,199 1.00/1.00 vMB 31
763,448 763,448 000000000000000000012518e987722c243387c2206c7bd6264483017f576a1a 3,414 1.00/1.00 vMB 34
763,447 763,447 00000000000000000006b6a1f84ef6f31ec93d99e7fa752f88a5472e029ed865 2,504 1.00/1.00 vMB 35
763,446 763,446 00000000000000000001c470d5ae1a4ddbd2543aa1b179c63bf91a89abec356e 2,993 1.00/1.00 vMB 46
763,445 763,445 0000000000000000000707c1bbbd7a7bed50d74bfdfffd8b52ad98f0e716a3cd 144 1.00/1.00 vMB 13
763,444 763,444 000000000000000000033f492e17dbd5875e51e4574d6858b84ad231a603e51c 2,216 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.55 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: 621.66 GB
    • Received: 11.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.