Loading Tool

Explorer IconExplorer

Memory Pool

80,977 transactions
29.48 vMB
0.08032698 BTC
Random Selection Loading Transactions
Max Size: 179.47/200 MB

Candidate Block

Mining Attempt 383067f2fd20bb7f257bb543baf14eb3e17e1bff1b20abde65a9dd2ab5211fe3
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root cf68fcae7e2bf75dfe986d04f2fe21c7b585ce15716b5b789e11a23cc4b0bb13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.01746387 BTC
Feerates: 100.53 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (267,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,685 647,685 0000000000000000000da7302722354fbd418b479cdc5f8fad422067ea7d042b 1,746 1.00/1.00 vMB 37
647,684 647,684 0000000000000000000a6099f249bb968982ec7c96805c564891b9f50a56365e 200 1.00/1.00 vMB 3
647,683 647,683 00000000000000000006c0c926040de71b3604e2341fd8785a67f286799762c2 896 1.00/1.00 vMB 22
647,682 647,682 0000000000000000000b40f521e9b773b2d9130a9a564ea546039f3060f8116b 973 1.00/1.00 vMB 24
647,681 647,681 000000000000000000035fe62cc28acdff8172c5b459e184ef335dbd7668276c 1,380 1.00/1.00 vMB 30
647,680 647,680 0000000000000000001024d6d0cc0d40465c4f45fc0d400b2a6f5dda5604dfd3 2,763 1.00/1.00 vMB 13
647,679 647,679 00000000000000000009eac1773f4f4681f38f6f8bf1d1081f935374338ff99c 1,905 1.00/1.00 vMB 107
647,678 647,678 0000000000000000000b4f64c1e59a81bc6241faa4bf777b0cd84fe2080d290d 1,960 1.00/1.00 vMB 105
647,677 647,677 0000000000000000000fa1aaf62114dfd84276d881e6425b9e94b54511440e4d 2,572 1.00/1.00 vMB 76
647,676 647,676 00000000000000000008cec484430d7314533d725734e2be7f627e2fcd82c962 2,491 1.00/1.00 vMB 68
647,675 647,675 0000000000000000000b265c33071933379c512081df2b65936ff40eb68b8621 828 1.00/1.00 vMB 26
647,674 647,674 0000000000000000000c46e92856c3ff8683e121f2004b9498dcd1648f448926 1,321 1.00/1.00 vMB 37
647,673 647,673 000000000000000000013b9ae982f9c8584a0d4f3002b835c26d040fa5a97506 2,162 1.00/1.00 vMB 63
647,672 647,672 00000000000000000002609e98c9dd158d1adb85a4dc1f386fb8ed8ba7388f0e 2,645 1.00/1.00 vMB 23
647,671 647,671 0000000000000000000781bd2f4484c84db3da8b35d371c5ca92c860e0c42c72 2,370 1.00/1.00 vMB 41
647,670 647,670 00000000000000000001277c3e063e3e9934c19aaba834e1c2827bf762fa1a09 2,190 1.00/1.00 vMB 104
647,669 647,669 0000000000000000000386325388198e2d25efc72178e4bb3717685909e16020 2,339 1.00/1.00 vMB 114
647,668 647,668 0000000000000000000d4320fbc93d146b5fa065ca94ba47e0eb9be26ec79185 2,192 1.00/1.00 vMB 73
647,667 647,667 0000000000000000000d8d3b19199c9c85cc6702ca78b98576dafba60f6872de 2,513 1.00/1.00 vMB 38
647,666 647,666 0000000000000000000a4b30bae1950e4511441e76a9aa2dc3a3b5800f1b333d 2,297 1.00/1.00 vMB 108
647,665 647,665 0000000000000000000dd4e7438b0c8739f9cf3e3643cc67ab2868fcd1e8e3de 1,288 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.