Loading Tool

Explorer IconExplorer

Memory Pool

45,890 transactions
20.78 vMB
0.12415199 BTC
Random Selection Loading Transactions
Max Size: 117.56/200 MB

Candidate Block

Mining Attempt 21996e728e2c81d00cbf089229caf1e1ba69dfa5675e72b81030f5c2ef812cf6
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root bb974849ad2bf544321f3744ef68b79d8f6831005b522d7891798f78883c8e49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,586
Size: 1.00 vMB
Total Fees: 0.08025789 BTC
Feerates: 502.67 > 8.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (853,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,642 60,642 000000000e2f85376780c8c4cf7d9485436a31d5dca32e86e73cbc6c174737c5 1 0.00/1.00 vMB 0
60,641 60,641 000000000202c99b50703b47381947e4dca38c0c2de4ab9193b4e6911e34e199 1 0.00/1.00 vMB 0
60,640 60,640 000000000505e0797c2f3291ad2213c0d4772bb8f729ccedac1c3bd313c80c52 2 0.00/1.00 vMB 0
60,639 60,639 0000000001c37097159e6d38310d625243304ffff8c341cc95a44c24be77b2eb 3 0.00/1.00 vMB 0
60,638 60,638 00000000023c447d9941179c9f95b1592df12bcd2ff7b572fb9074184f91be81 2 0.00/1.00 vMB 0
60,637 60,637 00000000041992db9454c221cea6e28e93d47c29314632b3feb59b5909cfdb08 2 0.00/1.00 vMB 0
60,636 60,636 00000000066ceccf8fe1cd10af13e4c4e8cbed77c38ea44664ab28ee8fa7e53f 1 0.00/1.00 vMB 0
60,635 60,635 0000000005ffbf3d6d8b8fcb68d2dce5ea878a0072c85ff34447b1835ce3d96f 1 0.00/1.00 vMB 0
60,634 60,634 0000000005fe74a022f65020fd7ec12f7ac68a9e09b8f0a8f45f0aa9f9d8d195 1 0.00/1.00 vMB 0
60,633 60,633 000000000d6abdaee764b2c0fe51097af93c6ccdde249e9499eb1f07a2fcf21c 1 0.00/1.00 vMB 0
60,632 60,632 0000000001e631678ed3d0ae45191b172c4a28ba574926eae43a2f9bf458afd5 1 0.00/1.00 vMB 0
60,631 60,631 000000000580846b237a7df526331870a06dd772c350789fc7d19936b870a71c 1 0.00/1.00 vMB 0
60,630 60,630 000000000889b3aa40fd385ccac625b318d0e8bc6a35c591b0c79cb65d38cd07 1 0.00/1.00 vMB 0
60,629 60,629 000000000d1d498884668b1eb15283ae1c3c1c4b9d6b4c270a8a836b45b357a5 1 0.00/1.00 vMB 0
60,628 60,628 000000000b1e1447025704399f227fb66c31596cbe07b590e7a7d15f7f26fb0e 1 0.00/1.00 vMB 0
60,627 60,627 00000000049e09adffb6442b64b1ff65bf72865ba6e42379f0eed306c59c1e46 1 0.00/1.00 vMB 0
60,626 60,626 000000000807850b9c4bb639f70b8df7679116480e9f78e970b5dd3e5598297a 1 0.00/1.00 vMB 0
60,625 60,625 0000000009035e2791ef8de3fd409020a1f9d91d1be5a4148ccc580a0b9f71a3 1 0.00/1.00 vMB 0
60,624 60,624 000000000c22043be4a512fdaaacb3e33c1fc49135dfb93dab0deec960f9a663 2 0.00/1.00 vMB 0
60,623 60,623 000000000526a356e64bb7fefbb5a5f760d136ac58a9a7743e9b58ed5c00328d 1 0.00/1.00 vMB 0
60,622 60,622 0000000007454bab6cbb70d058466882ad55200782e4d4b80598cbfb8e05686c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 554.62 GB
    • Received: 6.75 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.