Loading Tool

Explorer IconExplorer

Memory Pool

86,885 transactions
31.76 vMB
0.11603734 BTC
Random Selection Loading Transactions
Max Size: 192.34/200 MB

Candidate Block

Mining Attempt 6e6c86de2a337f353d62f993c7c8277c306a394ab8e3195befbbc48974bd61e7
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 41e5f50f6662a0193f5dce2a7bfeaaeaf8ff61a9e5a5c8abccf7788912d51738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03495302 BTC
Feerates: 547.69 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (114,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,594 800,594 00000000000000000002e58217395318104336fbc3158c72a9461b4e5fbcba08 3,007 1.00/1.00 vMB 8
800,593 800,593 000000000000000000001d95ad26d48a93541948ffe08bdb5bd447bdb11f8fd2 2,663 1.00/1.00 vMB 8
800,592 800,592 00000000000000000002725aad4673f1ed33b692ade663dcf69fd297b4bf1228 2,912 1.00/1.00 vMB 18
800,591 800,591 00000000000000000002cb6686c4220a6e78131aecd7d65c21bd5d750894d0fc 2,807 1.00/1.00 vMB 15
800,590 800,590 0000000000000000000517b64e4ce9c2d14f1dd9a524e7ed57340c4af6929db3 6,717 1.00/1.00 vMB 6
800,589 800,589 00000000000000000001ffce009010b407a9964366ff9b35f33c905da1d825da 2,715 1.00/1.00 vMB 12
800,588 800,588 000000000000000000037668a02a0a040bd77724af892149d81796dd21740956 4,515 1.00/1.00 vMB 6
800,587 800,587 00000000000000000003eba7e06b3d07103d8640d25954ff2b704c8815139370 3,978 1.00/1.00 vMB 6
800,586 800,586 00000000000000000003b345fb2dacbcb3bce4c3ad30d6406d8e54c5b3d8f01e 5,865 1.00/1.00 vMB 6
800,585 800,585 00000000000000000004c41f5fddf7e42a9e76ce4cc064071b4ac2303997c325 2,784 1.00/1.00 vMB 15
800,584 800,584 00000000000000000003fc38061349ceaa0580d419e024a12e778174f73f91fb 5,265 1.00/1.00 vMB 6
800,583 800,583 000000000000000000013c26b5c7ed4c5ace5caebb0a76841c7b052e6facd7e8 4,696 1.00/1.00 vMB 8
800,582 800,582 0000000000000000000257e751f5518ce0383bf5623f46473114a3def64079bf 2,029 1.00/1.00 vMB 7
800,581 800,581 0000000000000000000111a7339a334ca28c42df96fd596f575f00f58d37841f 1,102 1.00/1.00 vMB 15
800,580 800,580 00000000000000000002164dbeceba1a72e7d5d3c1e08e6b161312ef6e61506e 3,744 1.00/1.00 vMB 19
800,579 800,579 000000000000000000009ac1bc41feadb8aeabfcd029077fa30c22129f8f91e3 3,212 1.00/1.00 vMB 7
800,578 800,578 00000000000000000001153ad6963922448a7529c1657677ad3eabd42c6b6652 3,313 1.00/1.00 vMB 6
800,577 800,577 00000000000000000000bc5d17227cd8629e1b97fe6d11b60ae61e9041ab81b0 3,480 1.00/1.00 vMB 14
800,576 800,576 00000000000000000002fa1d9aba407620a9ee0cb76665b1ca9ba6f804587711 2,586 1.00/1.00 vMB 7
800,575 800,575 00000000000000000003359a18a52b751d231c4d6ac9141c0ba1137baeaed429 2,124 1.00/1.00 vMB 7
800,574 800,574 00000000000000000001f25700be4c78a221e8e2942f01aa0d201b1812f3ef8f 5,147 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.