Loading Tool

Explorer IconExplorer

Memory Pool

51,648 transactions
29.31 vMB
0.08099949 BTC
Random Selection Loading Transactions
Max Size: 158.54/200 MB

Candidate Block

Mining Attempt a1e8c7b5ccf529a5a24763b90b7bc3e27601f400f4d01ec4b9b3f4a371d251d2
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root dedf238e3c253b2c7a7065ae37b44116494626e15b740ef9d460f5bfe34d7d43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,220
Size: 1.00 vMB
Total Fees: 0.02481671 BTC
Feerates: 173.90 > 2.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (207,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,613 707,613 00000000000000000004802135ff35e60b3e8010cfdde017c725e84cef08d7a8 2,436 1.00/1.00 vMB 7
707,612 707,612 0000000000000000000acbfc42456145cb0b27bd112b640fd864f772ebc05f85 3,282 1.00/1.00 vMB 9
707,611 707,611 0000000000000000000c5043e8b6aa6e58efb1a53f62c9235a10e709aab61e0a 1,254 0.44/1.00 vMB 9
707,610 707,610 0000000000000000000406439adc5b4799983a18d29efeb0c4bd74908b1ea07d 1,175 0.52/1.00 vMB 6
707,609 707,609 00000000000000000003ad892ee5fb39ef44afac00f045de77a512d19446fea7 2,654 1.00/1.00 vMB 10
707,608 707,608 00000000000000000006cea8f3654d7505c3ab4e169b28f511a4d7e03e066663 2,964 0.95/1.00 vMB 9
707,607 707,607 000000000000000000058aaa256672cf579429ca9dab912e53e7867488010fcd 195 0.07/1.00 vMB 10
707,606 707,606 0000000000000000000462be5cc27c0301c2017932606f0c6acd50384a81dc25 1,657 0.54/1.00 vMB 10
707,605 707,605 0000000000000000000b63d4a47f5bba4ce9d2e507f43840271c97c2c72bdc9e 249 0.09/1.00 vMB 14
707,604 707,604 000000000000000000082873ef4bcf760cac0e4b1bdff4ea3c4099d91de9bf30 218 0.06/1.00 vMB 15
707,603 707,603 0000000000000000000149bf5d4f0543f07a10886276c71bc9fee7dfe98efdd2 840 0.76/1.00 vMB 1
707,602 707,602 00000000000000000009a7979a031f0c205a44edb27ffebed29d52f32092f63e 2,962 1.00/1.00 vMB 11
707,601 707,601 0000000000000000000636cc7b67d012f201c1376d7e19f42631d563394bf6a5 2,754 1.00/1.00 vMB 9
707,600 707,600 0000000000000000000ab4516cfd4dfb7d6d7c8fcccb27f5f141508680315f77 2,856 1.00/1.00 vMB 11
707,599 707,599 0000000000000000000b49c7e60a1d82acba4f41d55ea4e64507e4c4d8dbe5aa 604 0.22/1.00 vMB 8
707,598 707,598 0000000000000000000ab3548253cfa6d05abb1edefe996e7576b17f09ac4ac8 544 0.35/1.00 vMB 1
707,597 707,597 0000000000000000000cc95f10917d77b05e376194f5f02dd45a33d1147d38ef 2,569 1.00/1.00 vMB 6
707,596 707,596 00000000000000000002c07b41047c15b4ab1a843f9b221b3d54ede1e762f15b 2,243 1.00/1.00 vMB 5
707,595 707,595 00000000000000000002507d6be5b1a090a60771900136de0f2c53a0b559ead1 3,056 1.00/1.00 vMB 14
707,594 707,594 000000000000000000059c92324f5907ca14918a581b3b9aa198d9f6ff9124ce 3,073 1.00/1.00 vMB 10
707,593 707,593 00000000000000000007e0c8718938b21df57ddfdf0943dfbc3a09cdfce25796 2,734 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.