Loading Tool

Explorer IconExplorer

Memory Pool

79,383 transactions
29.27 vMB
0.08849620 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt 5afc27126aa3ab4d2b0f3228e78be6cf7e5c2d236426cc578a7fa3f5b9f93f7e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9087fa9d635e1577492f1ccb5e91e9d1caa559912f1e8233d4f7f2cf3eceb8a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02716555 BTC
Feerates: 146.36 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (198,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,268 716,268 00000000000000000004fcd7e1d456f04d9c97595e905e997bd822a923715c66 2,899 1.00/1.00 vMB 33
716,267 716,267 00000000000000000008728714fc48582ce258036a1d93778a4a7f3be48dd33d 2,648 1.00/1.00 vMB 15
716,266 716,266 00000000000000000009aa6519ebeed0786c557523605acb83976a8c315e6cae 2,600 1.00/1.00 vMB 15
716,265 716,265 00000000000000000009982cde244721a9d790df4c4209a4043a17f1e7dbfd1a 1,746 0.82/1.00 vMB 9
716,264 716,264 0000000000000000000b2d11bc41629d05f760a0ca2932a5e42650ced75f3049 1,985 0.77/1.00 vMB 10
716,263 716,263 000000000000000000037f85bdfc1409e4d1c92e35bc3f8e4212880a7f9d06a7 358 0.14/1.00 vMB 9
716,262 716,262 00000000000000000000fff0a26ef263135ed4062120593753888e762350c3d9 222 0.09/1.00 vMB 8
716,261 716,261 00000000000000000003e7c1a3a47e8bf2894d0f8529d64400649c8981b47f29 201 0.15/1.00 vMB 10
716,260 716,260 000000000000000000083c3cd3e3f9fb54d8520db6f00261a77c6d764db0c7b0 296 0.10/1.00 vMB 12
716,259 716,259 0000000000000000000111cf32e626449d5c440445029e351d8bf4d2ca6c38b2 1,068 0.36/1.00 vMB 10
716,258 716,258 000000000000000000070f70d6418349270415b1e29cd66b7f4c71776dc999f2 677 0.71/1.00 vMB 3
716,257 716,257 000000000000000000001cd98819ad018c0123d38411c4a1f780d4d226441dde 727 1.00/1.00 vMB 3
716,256 716,256 00000000000000000008a79da61091ef8075d2805dba63d55ab7800669327bc5 2,411 1.00/1.00 vMB 10
716,255 716,255 00000000000000000001f020ffc1622fac46dfdbcc9bcebb22b8efcbea171023 2,255 1.00/1.00 vMB 7
716,254 716,254 00000000000000000006947b57e0845db1fa6d09888a158952367a4a688bbc5c 2,307 1.00/1.00 vMB 14
716,253 716,253 0000000000000000000493d149b411476700e9440cbb5442b8b614c83726223b 2,830 1.00/1.00 vMB 3
716,252 716,252 0000000000000000000820bc9164116c3e638349a927d6cdea66d956ca5a9fb5 2,593 1.00/1.00 vMB 13
716,251 716,251 000000000000000000056d497b3a19f9d7a98ed8faf195efd35d5bbdd9ac8e7c 2,301 1.00/1.00 vMB 13
716,250 716,250 00000000000000000002c1b3016b05e866f0d0e82bc55a5605575fc9b697ed1f 1,237 1.00/1.00 vMB 12
716,249 716,249 000000000000000000000b9a3ed1072ef5db0ec80dc3e371df963f4ff4a07b2c 1,473 1.00/1.00 vMB 12
716,248 716,248 00000000000000000000b3b013715588ad79726405cb06f2fe6f13513c913e48 3,288 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.