Loading Tool

Explorer IconExplorer

Memory Pool

83,206 transactions
30.15 vMB
0.13045035 BTC
Random Selection Loading Transactions
Max Size: 183.38/200 MB

Candidate Block

Mining Attempt ad562a510aa0eb6c68d34bca7a440cec8142e20111f01860155c81ccedae914a
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 24a9ab21a8d8a39194e362348b3a9b5429fcd84eba3efddbc53acd037641bb91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.06616065 BTC
Feerates: 641.71 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (911,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,241 3,241 0000000004432268712b572db0d0e55bd4003daaa3303edb9cc0b63147e69144 1 0.00/1.00 vMB 0
3,240 3,240 00000000883e289741813f2900714b6e76edbf6896dfd6d465faace22e2fcdba 1 0.00/1.00 vMB 0
3,239 3,239 0000000010b867ee0b793b0a469d014bb487e30b11b39a80f6d1235f3af69a94 1 0.00/1.00 vMB 0
3,238 3,238 00000000465c6c8e879ee54716572d4fd7e02edf6a973f417b6dc983840ebe49 1 0.00/1.00 vMB 0
3,237 3,237 000000000964c78e630f65cdfa02da19fbe958cdaef7a53f9c9e427f42bda5e1 1 0.00/1.00 vMB 0
3,236 3,236 00000000c8885684343666662310937cbd34991f0b00fa6abedfd566687a749a 1 0.00/1.00 vMB 0
3,235 3,235 00000000a7fba9d396fe8a8ce031da63ed9b0019f4903d09d81ddcdae3c733bf 1 0.00/1.00 vMB 0
3,234 3,234 00000000792cc1513091cc859381657e3525b2c56f1283cdeb2ec4b3e7b5ef1d 1 0.00/1.00 vMB 0
3,233 3,233 000000003867f96c1cdb30e7e6e227b817bad51ec528f5911bd4beab345998c2 1 0.00/1.00 vMB 0
3,232 3,232 000000006e6beb21a9b43035cc1db8a2fc5a31e8ca6df2935c522977c8258a49 1 0.00/1.00 vMB 0
3,231 3,231 0000000076408cdaa9d8fbb05251fd29fd0c1160c38b644a47a4e495521a3c03 1 0.00/1.00 vMB 0
3,230 3,230 0000000076c21f273b8a5ee56437b29190fd820cc8fbb8c4020e9c60a35ffe91 1 0.00/1.00 vMB 0
3,229 3,229 000000005efa045324071de29a6ec14b436d661dc1d5342229f638e3625f8161 1 0.00/1.00 vMB 0
3,228 3,228 000000007d626f305f95eeefe3749698a9f0e3c478a31a9692e503eb396cffde 1 0.00/1.00 vMB 0
3,227 3,227 000000000e33b16c879b77e0b44b831345d744bcce5875665d80ad175dabd11f 1 0.00/1.00 vMB 0
3,226 3,226 000000007606feb4a137da68d4c5d49c5f65ed0c8dd0a9445ac17cbc79eb2a4c 1 0.00/1.00 vMB 0
3,225 3,225 0000000075f8e3f80475a02d12f734a947d99c8be55a7e884fd0a615982fcd63 1 0.00/1.00 vMB 0
3,224 3,224 0000000018e47c40744098734975d694ea51f7be28382c5091ab7efbdf76c854 1 0.00/1.00 vMB 0
3,223 3,223 00000000c9a0c1a8f27d4790dc66a7519b45e5f3fe284eab3efd6958e1a5cb49 1 0.00/1.00 vMB 0
3,222 3,222 000000000f8bfdd6bc2b93436abdbe8fa7dcfc86bc40a6ce697efd874d9dd894 1 0.00/1.00 vMB 0
3,221 3,221 00000000fec4d1033bc750395d89a151b6c28615218aa1b6d7e519062bcf50b5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.