Loading Tool

Explorer IconExplorer

Memory Pool

54,715 transactions
32.30 vMB
0.22705044 BTC
Random Selection Loading Transactions
Max Size: 173.19/200 MB

Candidate Block

Mining Attempt 2a53df6c9e52a6ab9459d4387194dfa793acd1620fd51bdd92d20a8e29e48a1d
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root ea55d74f349ae4c71b837ddb42d7e5b9b66820d5c4527e232030c1fd84e77237
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.12015548 BTC
Feerates: 101.66 > 12.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (738,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,219 176,219 00000000000004483d2d01313b6dd77daf02c8673cf91a04334fc387a059261d 98 0.03/1.00 vMB 20
176,218 176,218 000000000000070c1ada46bdf3875945bb7d64cfca259a4c30732656d77a4b96 25 0.01/1.00 vMB 260
176,217 176,217 0000000000000a8c2011b68f2420260f6a7652512a7448320978e6d7e738671f 21 0.04/1.00 vMB 43
176,216 176,216 00000000000000ffd7ba21d0acb4dbe4d5450f2f1832a16d89b6cf9f626fd11b 124 0.05/1.00 vMB 218
176,215 176,215 00000000000003f5dffbba23b31cb7ba36a52d1ea1d9ab29c794ffa744d3ae43 6 0.00/1.00 vMB 355
176,214 176,214 000000000000099de166758068ffe5b41bdbde91d0d7bd4e0bece4e71ad040d8 10 0.03/1.00 vMB 11
176,213 176,213 000000000000042995960417f672a446204b3eecfea40fdd1671907a8008b124 98 0.03/1.00 vMB 38
176,212 176,212 000000000000066a201206fcd15f2d5cc3716e62ea7fa7d4dddcdd46aa255260 56 0.03/1.00 vMB 23
176,211 176,211 0000000000000891c099c6bb64a91963187d1093642f33e5398e6116b0f1e83d 9 0.00/1.00 vMB 139
176,210 176,210 00000000000008d57aee7453fa434a3960805e69f79852008cbdea215e25295f 118 0.05/1.00 vMB 128
176,209 176,209 00000000000005d9832d0792b0b4dfbbb6fef78ad2358a6db73f4bae7deb815a 18 0.01/1.00 vMB 42
176,208 176,208 000000000000036abb1fbc3071a9e5c2d117472a409da4aa31bac80b4360e1e2 121 0.05/1.00 vMB 129
176,207 176,207 000000000000025282765061cc36d3994a6a5265429722c96fa129ec4f6e53f1 100 0.03/1.00 vMB 53
176,206 176,206 0000000000000620e5e206909b8c8a093c365e3bb0bab1dba4932656e409e2da 88 0.08/1.00 vMB 117
176,205 176,205 000000000000049aa256bd15c006f8030d0010ee9ff66b96225ade2a862519a2 9 0.00/1.00 vMB 74
176,204 176,204 0000000000000628f13a4e712ebd967772b0a67c9f1c5abe181cf46c5ab51581 34 0.01/1.00 vMB 130
176,203 176,203 00000000000001bce604328bbe978ec782c16a94a31daa2f8229e5c91e8fd0ad 46 0.02/1.00 vMB 110
176,202 176,202 00000000000008407e8b0cdfab49724128d7a0960b6c084e798906ad5ef8f34b 91 0.03/1.00 vMB 203
176,201 176,201 00000000000009fcc6d13b787791e6c723aa88f0fcac77457e9f51872ba2cb28 97 0.03/1.00 vMB 108
176,200 176,200 00000000000002018c3180a9f7b4b5ed0dbd9439dd9cf70b4f151b5d231d3054 10 0.00/1.00 vMB 400
176,199 176,199 0000000000000601e02afe4e07ba605cf82a480f5cde18c5bc3ee9e3eee0b692 35 0.02/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.48 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.