Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
26.96 vMB
0.06822141 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt 1b12aec11933a0cbefdc58cb5a5a51b18d2b4b931a4a7b47de229393c5a85342
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 9e0a73949923d849327133e8434b1f5192c9dfc2f052bb1a65d4b6b571c82974
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.01831905 BTC
Feerates: 251.72 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (307,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,753 606,753 00000000000000000012defa463ea345c179a6108e6daed3290a772842c48c7e 2,000 1.00/1.00 vMB 10
606,752 606,752 0000000000000000000effc3d8070f84b8b0f895447fb86516d40a869a05a4b8 3,103 1.00/1.00 vMB 38
606,751 606,751 00000000000000000004d5149e55512b8c6c8a0b11b2b9624696f9f421fa6677 396 0.15/1.00 vMB 15
606,750 606,750 000000000000000000029d40b8ada0988f40f770e3ac916b60d5bd1f799d3a1b 450 0.22/1.00 vMB 31
606,749 606,749 0000000000000000000e094a424f2e520cb1846a72f36a20e8f8205e8703eb69 2,657 1.00/1.00 vMB 16
606,748 606,748 00000000000000000006ce2974ac72e15f5ba1c8aed6e95f95bf710f75b18dc5 1,991 0.71/1.00 vMB 25
606,747 606,747 00000000000000000007643318f84368cf3f369c90eea3cd7a17faafd41480b8 451 0.20/1.00 vMB 13
606,746 606,746 0000000000000000000852fd27a9cc51f039f526e82f3890648b601dcf32be6f 1,128 0.36/1.00 vMB 16
606,745 606,745 0000000000000000000ba81875fab8d81db201d70f44e5d0f748bdc2c587895c 947 0.33/1.00 vMB 20
606,744 606,744 0000000000000000000a2949ba508fdfa73f8a75b5b597480064a120387ee862 1,233 0.43/1.00 vMB 19
606,743 606,743 000000000000000000103082266e3dd7fd2a273af77ed0b714681f8aee9c9313 1,555 0.74/1.00 vMB 12
606,742 606,742 00000000000000000002c07555748add7f11a654cd058f6452fc202d2c664985 2,358 0.78/1.00 vMB 22
606,741 606,741 00000000000000000015827fa8b2c9ff264949243d9867ebd5882082e611af7b 1,416 0.58/1.00 vMB 8
606,740 606,740 0000000000000000000ac01c30c217b144a926dd5623d623b9ffecc8774cab7e 2,959 1.00/1.00 vMB 22
606,739 606,739 00000000000000000000a03a4cf9f78cbb1f672471a332bf6d1a0d1e2d142dff 365 0.09/1.00 vMB 16
606,738 606,738 00000000000000000012821a2219cefbdaf156448b7e2a881c8c7b9d173b59b8 1,795 0.90/1.00 vMB 15
606,737 606,737 0000000000000000000357851a775b91022bfcffa9974e869ad2d072b3f17b5c 2,663 1.00/1.00 vMB 8
606,736 606,736 0000000000000000000f323ecdd506157508cf980513bf2d0444909923a48b3d 2,647 1.00/1.00 vMB 14
606,735 606,735 0000000000000000000696e566081f8f50969a4f72cd421eb2acf04bdf3afe99 2,766 1.00/1.00 vMB 9
606,734 606,734 0000000000000000000de01a1a78cb490ea41c154f5fd14b8215e7779ac15a6b 2,973 1.00/1.00 vMB 37
606,733 606,733 0000000000000000001053792495d32fa6faf29121ba93b455c4a1e5bab19acd 3,028 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.