Loading Tool

Explorer IconExplorer

Memory Pool

80,271 transactions
22.36 vMB
0.11886136 BTC
Random Selection Loading Transactions
Max Size: 147.23/200 MB

Candidate Block

Mining Attempt b5aa8b625be0db18ba49b2e8b75ce9e9bf1e69d1b6a94a4268174f812d69c14a
Version 20000000
Previous Block 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8
Merkle Root 8e9c56b19aae6a5b7ab6e8969156f98c534b1d47ffbcfbb51810e3b28f7739c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,027
Size: 1.00 vMB
Total Fees: 0.05437170 BTC
Feerates: 611.85 > 5.45 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,210 (914,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,259 1,259 000000007c63de5a42802a1eb3abb16918ffe7f7fd0b226084399aaeb995056f 1 0.00/1.00 vMB 0
1,258 1,258 000000008bbef28a6cf15c2fb642361b7a88f9c96ad02b3dce53e716575c4721 1 0.00/1.00 vMB 0
1,257 1,257 00000000fa3313cddbe69ca006855cd38b0118b35a984b42dd2a1a226dd609a9 1 0.00/1.00 vMB 0
1,256 1,256 0000000056720bcfadf3ae8342a8b37ffecdd46bc6cb9df631bbf68f899053a7 1 0.00/1.00 vMB 0
1,255 1,255 00000000f443b5bd000c5b0683c9aaaf104cb7d8e4cdff2f7e5a1b99c4e0a68a 1 0.00/1.00 vMB 0
1,254 1,254 0000000010f9ffbf8f2248da958afcb92422f1b98beb747ec96271b7eeb2f023 1 0.00/1.00 vMB 0
1,253 1,253 00000000345a3d81722fe7cf8f76f234d42ee24f935314d534c33f5ed73de998 1 0.00/1.00 vMB 0
1,252 1,252 000000003be45000f15296a940f153485f01379beebdd01a49a62e215d794cd7 1 0.00/1.00 vMB 0
1,251 1,251 00000000d9d7747e14af87d83517e248087792b2786cd730b7f192917305390c 1 0.00/1.00 vMB 0
1,250 1,250 00000000ded2e141b0a967c28babfa0894f3825cebb06b42de3489925acbc461 1 0.00/1.00 vMB 0
1,249 1,249 000000004ac87f99aef41b034dd585692863874c0455cc9ccd8c3a90636fd97a 1 0.00/1.00 vMB 0
1,248 1,248 00000000ca72cf88430a81fd99c80ce40e72505b043584f2949f694e790e0fdb 1 0.00/1.00 vMB 0
1,247 1,247 000000002a5e1e00e34ab9175bd2ddaef1bc308596ed07d59ee3e4ecf31f2714 1 0.00/1.00 vMB 0
1,246 1,246 0000000040974ccb3370e53c9b10814d3ab23b613f9bf261982b16285348c4ed 1 0.00/1.00 vMB 0
1,245 1,245 0000000031efc90242beb35a21301b7e2ff68d6fcee9bf0ac0a769dff96e6f7b 1 0.00/1.00 vMB 0
1,244 1,244 000000004662421a8c32ca813a5ed9198cc98c93de7c31b902344917ba41294c 1 0.00/1.00 vMB 0
1,243 1,243 00000000aacccd0be0d7e6f86f5874402541dbd34824c9f8108f1a108b884a66 1 0.00/1.00 vMB 0
1,242 1,242 00000000185888e14c4852a45468c785ab63038985aa377fa8d6cab4a1c4d583 1 0.00/1.00 vMB 0
1,241 1,241 0000000010225c4184ee284212c099a37d333713d13fe2389649bdd880f018b5 1 0.00/1.00 vMB 0
1,240 1,240 00000000a85e5b2827b328be25397bfda277b1011e44c3682726f8a8f701ab69 1 0.00/1.00 vMB 0
1,239 1,239 000000002cdcd68510d38863a1eb80c73edf9a181ab838037bccab1d64cc910e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.48 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: 824.54 GB
    • Received: 25.04 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.