Loading Tool

Explorer IconExplorer

Memory Pool

45,285 transactions
29.81 vMB
0.10388005 BTC
Random Selection Loading Transactions
Max Size: 154.25/200 MB

Candidate Block

Mining Attempt 4465c9533874b28101123c5164afcb548bccdfadeff3aa944a7f5a7a91831d1b
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 1ba2091f7e7e08ba0109e6c1628bcc1ccd552cf1bc3c770266930d574e4718d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.04475287 BTC
Feerates: 302.06 > 4.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (900,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,467 14,467 0000000021c22f6ebc4462e45327cd59f7dba0c5fa38ebb84207f190403315f4 1 0.00/1.00 vMB 0
14,466 14,466 000000008053967bda5920ee2ad6df10e28b64774bfec5f6acedeae47b049ccd 1 0.00/1.00 vMB 0
14,465 14,465 00000000f356067e8523ae3af1a6a28650f3cded5c53320a630925f6563b59f9 1 0.00/1.00 vMB 0
14,464 14,464 000000001549aab8c0d631e9e13657d9726fdaf79bf2a188395bb609474056ec 1 0.00/1.00 vMB 0
14,463 14,463 000000000c0456286a65c58b4714328cbdefa1ae429f3a3fd2cc0af82736843d 1 0.00/1.00 vMB 0
14,462 14,462 000000007e30176a2f8a015d96e5db3b6471efaad812b791f78971672b241931 1 0.00/1.00 vMB 0
14,461 14,461 0000000007844bf17ce3e9d98770753c255a149a590ca90da818556d68b6aa76 3 0.00/1.00 vMB 0
14,460 14,460 00000000f0b0636a9517a2acb29d4c1288cc8239ece7e69bef01c762814d6e5c 1 0.00/1.00 vMB 0
14,459 14,459 00000000f70ffda55532e746bd9140f0ce34a330c623d62928c5843f34ffb3ce 1 0.00/1.00 vMB 0
14,458 14,458 000000007129b92a13686c79c5f497ac2ab405b06cfe4b4c10d35fbea2f23754 1 0.00/1.00 vMB 0
14,457 14,457 0000000014abeccb56294335f526d609fc3871d1ea98607659bdc6ed6c2f00aa 1 0.00/1.00 vMB 0
14,456 14,456 00000000f8463d3cf4d05d7ee96cb2ba91058d83d0a1c81319f93c9c7ef0a0f1 1 0.00/1.00 vMB 0
14,455 14,455 0000000028f8e892b587f66458566d8d8fce69c5698a9226541f4613968aa351 1 0.00/1.00 vMB 0
14,454 14,454 000000001a68c4cfcf6028d1bf747d1d658a4d8944312758fa9f7d93a76496c0 1 0.00/1.00 vMB 0
14,453 14,453 0000000090d6d9ee76e8e6cdfb4e731c0a347677a6cfa5d16bb122d86d20dd23 1 0.00/1.00 vMB 0
14,452 14,452 000000000881f20dc6f3e00adbd73a7e025ae67d26e1a43973884f6b5bc4309c 1 0.00/1.00 vMB 0
14,451 14,451 00000000fd0db537f6fdb7e5732dcdb928bed96017d7e11bb62970912c372ac5 1 0.00/1.00 vMB 0
14,450 14,450 00000000980676044bed0389795bc8ec5f0cb41413343cd9f8102f0ea415f994 1 0.00/1.00 vMB 0
14,449 14,449 000000008e2c0c54613ccdde49406076cf2823b129e8f2b85f06008bd7667f75 1 0.00/1.00 vMB 0
14,448 14,448 000000000fbc634cd7d450c8c2847b4cb08619e69bf4ee2813b1007b3836cf26 1 0.00/1.00 vMB 0
14,447 14,447 0000000096a3418307c695fb114445613af7af74aad437aa94440cb493e0a52e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.