Loading Tool

Explorer IconExplorer

Memory Pool

78,464 transactions
29.40 vMB
0.06648093 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt 6cd637162182c52ef22218f6cc13a91f3a761260de7e76b7a23b4455489b1c0d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 0392154a16da84edbaf9a6655ae5f6f171c4a5dae9b249300f97618f80f467c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00680420 BTC
Feerates: 50.25 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (463,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,753 451,753 00000000000000000114c284261835558ca6f17fc8ecf438cc54e06f78b0816b 1,468 1.00/1.00 vMB 65
451,752 451,752 0000000000000000022a35d2accda9b8be7cd1f2a078b7aeeaa191f2e47fe03e 1,709 1.00/1.00 vMB 91
451,751 451,751 000000000000000000bfa021bfa854cee67a02aa08e9155b8461fc15d8053e0e 1,665 1.00/1.00 vMB 49
451,750 451,750 000000000000000001cec6849a7dd39c59340ae3c426c7ab56428a1ded9a99ca 2,048 1.00/1.00 vMB 73
451,749 451,749 00000000000000000284a6ea6e78318d9c46754c36095201215e1854e57a3d61 2,120 1.00/1.00 vMB 108
451,748 451,748 00000000000000000047b6a0f954cc961a6b4a9d20b4ec415d85b3b35bac690c 2,238 1.00/1.00 vMB 141
451,747 451,747 000000000000000000ed62c58e59af32a818c7c5a71eff50a20737f23895207c 2,442 1.00/1.00 vMB 130
451,746 451,746 00000000000000000099876d519f081588f6e971e606d4deac400644f151888e 2,504 1.00/1.00 vMB 82
451,745 451,745 0000000000000000002c6e6ba7ffae20f7a1475e8f92ab6ea952bc561da04779 2,602 1.00/1.00 vMB 116
451,744 451,744 00000000000000000067ad947b479a1feca2ee288c9c1d506ac0ec2092534fab 1,835 1.00/1.00 vMB 161
451,743 451,743 0000000000000000002ca941443bb8275520e24a7959e59be19a85d37dd2c71e 384 1.00/1.00 vMB 14
451,742 451,742 0000000000000000008f6802e32aaeb7f74ded022e9a995fb3ec6ecd5cbc474b 2,098 1.00/1.00 vMB 82
451,741 451,741 000000000000000001593729785b89588da933b328bdc7d131e73b2ebd10ddc6 2,154 1.00/1.00 vMB 144
451,740 451,740 00000000000000000098da7ecf6720d1d8a81921595301594894af6fc6b6f3aa 1,268 1.00/1.00 vMB 42
451,739 451,739 00000000000000000285015564a45fc67c4045cb7638b4c93700f1e17662ca7e 1,054 1.00/1.00 vMB 48
451,738 451,738 000000000000000001b4604c8779a1d6e6136870d6140c26d4863bb3ae757bf1 2,247 1.00/1.00 vMB 75
451,737 451,737 0000000000000000027add756d0f74f5e6b6bc42f30f86766c69a752faf7224f 2,401 1.00/1.00 vMB 115
451,736 451,736 00000000000000000086bd947e9c6f12b1261979cfa073f5425492ac291b23fa 2,154 1.00/1.00 vMB 90
451,735 451,735 0000000000000000022a4dc9858e3a9c1d05cb153172bac3b876d152b4594cba 2,606 1.00/1.00 vMB 85
451,734 451,734 00000000000000000164e5537be96b7f9820fe98c554dd2e40666bd56625e025 3,261 1.00/1.00 vMB 88
451,733 451,733 000000000000000002205573b82a4a44cbf428c46fa82ff23888f4db42bdb56a 2,656 1.00/1.00 vMB 70
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.64 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.