Loading Tool

Explorer IconExplorer

Memory Pool

75,396 transactions
29.92 vMB
0.11095085 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt c47060a31814b6d8f0c8308918297ef5ba64e8c01956c6b5d1b9b5ecef552bb0
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root b21ddafca0b23dda29168be2ff68670763d9c2bba50d78e2a2a0300ef78c9ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.03907774 BTC
Feerates: 101.64 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (418,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,171 496,171 000000000000000000216d80a19bea5dd064fa44ce9586ee237edfecd492d4bf 1,212 1.00/1.00 vMB 13
496,170 496,170 000000000000000000aa0d6701e38f7ebdd3a734c1006c6beb44898d3480baf0 1,818 1.00/1.00 vMB 112
496,169 496,169 0000000000000000008f404e22b9679555fb7b6955f63ffd20b762cb9c923b7c 2,215 1.00/1.00 vMB 80
496,168 496,168 000000000000000000c122bc72446800f2416802c54c29251eb4d23aeb9a6b91 2,563 1.00/1.00 vMB 42
496,167 496,167 000000000000000000a09bc676d0d76eb89cdb6614b813e2cf10c936c668de42 1,791 1.00/1.00 vMB 58
496,166 496,166 000000000000000000ae5bdf803b4aec8d9480c3cac45b71976f089ed2efe600 2,581 1.00/1.00 vMB 150
496,165 496,165 00000000000000000050507d60f8c299a60a6db96850e852d0364e5e84711b71 2,157 1.00/1.00 vMB 184
496,164 496,164 000000000000000000040051deb49daafac1518403b098fb61397d5b2633b9b0 2,485 1.00/1.00 vMB 152
496,163 496,163 000000000000000000b9f3675350e92bdfa39333e56644599100b5fea15a4d0e 2,154 1.00/1.00 vMB 65
496,162 496,162 000000000000000000218be28afff359f03e3053bce138bc89811849603df6fb 579 0.73/1.00 vMB 116
496,161 496,161 000000000000000000a38876a457295e72092080584113a3caea67a21e28961f 1,417 1.00/1.00 vMB 143
496,160 496,160 000000000000000000643ade2c15a80b2d36ab6c9f349d0e976e64ca5ce8f60c 2,045 1.00/1.00 vMB 219
496,159 496,159 0000000000000000007631ab0ee497e6d8e2f58bfa6ee392382a412bf7a6da67 1,325 1.00/1.00 vMB 35
496,158 496,158 0000000000000000007ea1a0ce7bb13d2ac6356eef5d1317cf6728240509d918 1,907 1.00/1.00 vMB 88
496,157 496,157 00000000000000000018a3f1ed5376b4e784a970329a48ec9b577c41d0858256 2,518 1.00/1.00 vMB 165
496,156 496,156 0000000000000000001f82e8e8b202daba462892e9f0dfbb708abe7cd9a02a37 1,552 1.00/1.00 vMB 67
496,155 496,155 000000000000000000585198df5201a20883985cbdf621639ba9780ecd83950d 850 1.00/1.00 vMB 7
496,154 496,154 000000000000000000badbb7995fb2251009e2bc4ef9e326a2da0acc4e71c4b2 1,437 1.00/1.00 vMB 28
496,153 496,153 0000000000000000008f64052eda0c0d9090b73414e0eb90fd8de6b309a40f04 2,031 1.00/1.00 vMB 158
496,152 496,152 000000000000000000c0e5567420442f0c1520f05fb6a763ea44b2ec1abfa82e 1,834 1.00/1.00 vMB 11
496,151 496,151 0000000000000000008105790344b763eef55c8e404bcb034b39dbbf58d0566d 1,465 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.