Loading Tool

Explorer IconExplorer

Memory Pool

79,493 transactions
29.67 vMB
0.07419761 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt a6ad283e6f8f7332a7915e10f3f9304c10735cf475a84133188538c15eb3afdf
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (515,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,687 399,687 000000000000000002cc09b9e416900c03be2474ac01aa27378752746108176f 1,522 1.00/1.00 vMB 25
399,686 399,686 000000000000000003611fdbed0900f84bb8e425d4ad0154ec4b0315c6520ab8 2,557 1.00/1.00 vMB 49
399,685 399,685 000000000000000006b537d1125351bf4a62e636a63a5ee2e7ea7a88db67373f 1,641 0.98/1.00 vMB 36
399,684 399,684 000000000000000004d63908d88a153930e88da1fb2d339056e705b048097352 1,736 1.00/1.00 vMB 23
399,683 399,683 000000000000000000892fb850a89310a3bd1eabe12a9040fa7c6bc40ebd24be 2,137 0.98/1.00 vMB 45
399,682 399,682 00000000000000000350136dc6f8891f9cb19c6454b5e7fa0bfdf86b5153e9bc 2,797 1.00/1.00 vMB 52
399,681 399,681 00000000000000000339c36049c5f86cb61f61ba8d6fb2e30c3f6beb14778a39 2,055 0.99/1.00 vMB 38
399,680 399,680 000000000000000003ffe6a374cc75e82baf7fbcf22eade318891dd7dbd78b9e 1,852 0.98/1.00 vMB 27
399,679 399,679 000000000000000002067f906d4696d69ca361fc377fa848aba962d4bcec23e8 2,520 0.98/1.00 vMB 50
399,678 399,678 0000000000000000020fb8ad846ce28a4cca268348e5c6482357da6f49cd8ea8 2,241 0.93/1.00 vMB 39
399,677 399,677 0000000000000000019509e036ce0f2654d9f0bba44391937ae677b2f26223d4 1 0.00/1.00 vMB 0
399,676 399,676 00000000000000000105e0c29e06fdb081c5f45586f68f4abf1bd99696e5248e 1,570 1.00/1.00 vMB 23
399,675 399,675 000000000000000004596c3a6885c657cbb1acdee355489566d504f371d97219 1,885 0.95/1.00 vMB 27
399,674 399,674 0000000000000000009b4a498234bdc0e0db56302166d6ba140c255d3cd3e9cd 1,993 1.00/1.00 vMB 32
399,673 399,673 000000000000000004fdf158397ad1bdc9d222a8a224827fa1158f2913d7c74f 2,527 0.98/1.00 vMB 41
399,672 399,672 000000000000000003f03b0a76043f2518ed0a210b9f6fe504124e2e4868c91e 2,460 0.93/1.00 vMB 46
399,671 399,671 00000000000000000078e11592378860b39f85150f3d7b754c58e3772bf40d9c 2,195 1.00/1.00 vMB 43
399,670 399,670 0000000000000000041a854a139cfb5432b6bc81de52fe1386fb2fff4f4cdcc7 2,824 1.00/1.00 vMB 59
399,669 399,669 000000000000000000fa6a39992fc52a7938b55667a40dd7dc7d37bbd507a704 2,227 1.00/1.00 vMB 43
399,668 399,668 00000000000000000109b588f8aabaf54fbd6ea02d8330d0f1b0d2c6dc93ea26 2,168 0.93/1.00 vMB 45
399,667 399,667 00000000000000000262273cdaa07cb2efcf646ddeeaf597520f569fe747e36e 1,564 0.75/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.