Loading Tool

Explorer IconExplorer

Memory Pool

77,578 transactions
28.82 vMB
0.07362727 BTC
Random Selection Loading Transactions
Max Size: 174.81/200 MB

Candidate Block

Mining Attempt 89d482232e105f081494441df0ce3019ccd0d87f9236dcd0381908a02c6cbdb4
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 45c687a86cfdc1eacd7e83912e28107ccff64bdade38f96d15b502f47c2d3a02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,839
Size: 1.00 vMB
Total Fees: 0.01361575 BTC
Feerates: 82.75 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (684,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,774 230,774 00000000000000550de5b703f2ba3dc076cc321dc0854d1d18d263b9952b47b5 251 0.25/1.00 vMB 54
230,773 230,773 000000000000013e3ddbbe8b57d1a63e4da4d6cf1baf701d7bdd9b8beb4a5f2d 283 0.11/1.00 vMB 164
230,772 230,772 000000000000009bd6f3069f0bfedea64492724e74c7c1c48a8befb20326c320 258 0.20/1.00 vMB 100
230,771 230,771 00000000000000baf9a6bd2f1b708b5c0c4c4060fa7b844d48dacd7216c3a26b 315 0.18/1.00 vMB 267
230,770 230,770 00000000000001136a43a062d2b2fb5dbe52e56dae9be757e0b9b5170f177841 574 0.25/1.00 vMB 179
230,769 230,769 0000000000000193a30837b78004f135b4fd307e5eb7fe561170ab358833c521 782 0.31/1.00 vMB 269
230,768 230,768 00000000000000f5294a9e52160a460776f89ea9a8d4bbbf2bc2ae4a99973a78 286 0.13/1.00 vMB 158
230,767 230,767 0000000000000199494af8d2a174c88acf500f67b67185e227475d1a200cc020 253 0.11/1.00 vMB 161
230,766 230,766 00000000000001f4f790d598a80751ec0150f171db74d5ae9558c67d76b9c711 546 0.21/1.00 vMB 183
230,765 230,765 00000000000001e739008c7f17f2fc0463031f90afd94ed8cc5283c072e8b1a7 247 0.15/1.00 vMB 109
230,764 230,764 00000000000001f7ea8cc8b2f532d2b78620c47b5dfcd97f13ce9bcfa8134ecd 713 0.25/1.00 vMB 531
230,763 230,763 000000000000017a17618fa7ed2edc9c86883632e81e91b8d0bcd192f97fbb35 494 0.23/1.00 vMB 438
230,762 230,762 000000000000019b1ac8e62ca0e99731c97678b2625c92e8193ffe08248399f2 146 0.08/1.00 vMB 118
230,761 230,761 00000000000001b8ca00ad90357a071d309a52804226293ce59ec2e51dbe0f7a 682 0.25/1.00 vMB 233
230,760 230,760 00000000000001d695b9eb604261e8af6439ae1924b8963e98a13797af0af24c 112 0.06/1.00 vMB 160
230,759 230,759 00000000000000abbeaa0a8b6f1378df5956f351dd29f8c8e250190ec7c53352 154 0.07/1.00 vMB 126
230,758 230,758 000000000000011d510111295d0c2c5286a896fac59c5b2ff526bbc7cd0c6b03 122 0.06/1.00 vMB 254
230,757 230,757 0000000000000195fe1b6b89b324feb3c7f3cc74bc804fe96b46abdbf044e358 313 0.25/1.00 vMB 30
230,756 230,756 000000000000000b6e415322c72154f852d23166bcd5a41d8bc19a6d4d51b0c6 705 0.33/1.00 vMB 287
230,755 230,755 00000000000000566eb9152a6c129b92bbf43613336e57ef45b3bf5aae4a3f2c 192 0.10/1.00 vMB 110
230,754 230,754 00000000000000f3ca195ceefb1fdd06878557415721c1d5b8c6c877bd5e2af4 646 0.29/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.