Loading Tool

Explorer IconExplorer

Memory Pool

38,789 transactions
28.75 vMB
0.06605006 BTC
Random Selection Loading Transactions
Max Size: 145.55/200 MB

Candidate Block

Mining Attempt 42d74161921e2a208ed9331dd4662f4c03226f9f888e25822505fc4b1a9843da
Version 20000000
Previous Block 000000000000000000011c5333650fa2be400b665768f9ecb2f96eefee2f58aa
Merkle Root a268259ed65ef466a3891e0163862cf7c877b9e7e0da61ee1afbc0f75e904060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,903
Size: 1.00 vMB
Total Fees: 0.01025345 BTC
Feerates: 322.33 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,537 (132,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,512 782,512 0000000000000000000100d8eebb72e57169b6e2379bb60b2391a1b34d6d544f 422 1.00/1.00 vMB 9
782,511 782,511 00000000000000000002f36a3f9036d73741c0e87ee1a1cbb80377fcd4f90a68 2,296 1.00/1.00 vMB 16
782,510 782,510 00000000000000000004b18d043dad817c8068c0a04b8defc1bd49d2bc0b9625 1,851 1.00/1.00 vMB 15
782,509 782,509 0000000000000000000420ec40ba1b7aa169950989a0e773c6b647c4cbfe782b 2,138 1.00/1.00 vMB 17
782,508 782,508 000000000000000000019fade4ac9c82dd5221bee18dc40f8a674c0f95fea056 2,104 1.00/1.00 vMB 15
782,507 782,507 000000000000000000001a2272111e6ed6390a029253ece7f0e35a9e7ec70265 3,231 1.00/1.00 vMB 27
782,506 782,506 000000000000000000009cd801f012f6e776ff7662c8fe8fbd85687029590d6c 1,161 1.00/1.00 vMB 10
782,505 782,505 000000000000000000010909153274f752b938325beee0598f4dc7e0667e9370 1,992 1.00/1.00 vMB 17
782,504 782,504 000000000000000000055bf06a0a54fe87b8a91109bcdb5db455c942cbf4553e 1,807 1.00/1.00 vMB 13
782,503 782,503 00000000000000000004f5018d64a90c7c983b7c47636a51c53180f7311d5c10 1,233 1.00/1.00 vMB 14
782,502 782,502 0000000000000000000437c14a428c6772d4afe01e5083112f3194af4c92deeb 1,733 1.00/1.00 vMB 21
782,501 782,501 00000000000000000005b4315f734c88c1630092ad8e079ec929e5d5c93b3682 840 1.00/1.00 vMB 12
782,500 782,500 00000000000000000003e8571eee39c7272fe9c72efa4aa25137e4ed4f35870a 2,925 1.00/1.00 vMB 19
782,499 782,499 00000000000000000003a5b1cf7b4e9e60fd74d62efe670bdbca3f01280fe441 3,520 1.00/1.00 vMB 25
782,498 782,498 000000000000000000008c6786e32cd3b1f513d38b255e3ea2d7cf3e86ee9a73 3,725 1.00/1.00 vMB 13
782,497 782,497 0000000000000000000080c920d4dc79a081374abfc06ca344028cba1a9d01a6 1,517 1.00/1.00 vMB 12
782,496 782,496 00000000000000000004538998514f3a91d48dcd8921f27f13864aebcb11bc5b 3,248 1.00/1.00 vMB 23
782,495 782,495 000000000000000000003ca4811a9b8bf64f2a61e7f3a3b858d062a89bf57ae5 741 1.00/1.00 vMB 11
782,494 782,494 000000000000000000058266e525e35312ad56044b2b393fb6a6403805b31dfd 3,258 1.00/1.00 vMB 25
782,493 782,493 00000000000000000002273d1f4715990b1ce3fa5c4b0b4d946d563178a41adb 3,118 1.00/1.00 vMB 26
782,492 782,492 00000000000000000002ce4b29c4eab6d2a0d4490f1b89c0a86210f36c3d1733 1,315 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

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