Loading Tool

Explorer IconExplorer

Memory Pool

74,862 transactions
27.62 vMB
0.07380009 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 7361dd511706d509770cbdb61ec95a3a404ace596a9ba0413924a42d61b0ad31
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root a2b262e75b7244fb566cb820b3fd90690e110b9124c9227c38b3f8a10661fb96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,468
Size: 1.00 vMB
Total Fees: 0.01473359 BTC
Feerates: 100.53 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (756,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,214 159,214 00000000000006fdb6b047007fe8e2c268e958b552883193ae8a8eb0fcd6cb1e 6 0.00/1.00 vMB 744
159,213 159,213 0000000000000e6e097e28a846c1f118ac6583ced2fd73f41b3e4779cd9f2d64 66 0.02/1.00 vMB 44
159,212 159,212 000000000000010ea6749f755ce82e3108c33f60e9f3aca320fe7887f1db759b 128 0.05/1.00 vMB 178
159,211 159,211 00000000000009c9772e4bd8c9cae5eb7bd4aa318e02dd61d815d528876b069a 39 0.01/1.00 vMB 3
159,210 159,210 00000000000007910abe31ddce8fa9fa3830da86263b0528300a860c1a881c8b 19 0.01/1.00 vMB 47
159,209 159,209 0000000000000a7e728272ff43bbd9a3744c0a7b720ec4a5c6df36adeb5fc818 30 0.06/1.00 vMB 47
159,208 159,208 00000000000004619e15024656101193b23364c3b5f3a8c441a41cf5e190c0a9 5 0.00/1.00 vMB 0
159,207 159,207 000000000000099bf9f41d3b496d7398b428b5961128ce0a4f4521c255cfbdcb 39 0.01/1.00 vMB 31
159,206 159,206 00000000000009ee6fe13ff7c2055f7e4a9bc3048ad8e6fe95fca73d0bb1f742 46 0.02/1.00 vMB 247
159,205 159,205 000000000000088673e90f34706c6521b7d1e3b6f022abda2df295eaa69a349a 7 0.00/1.00 vMB 106
159,204 159,204 0000000000000a117d4dfe86cb9e5f03ddbbbe936564d0090a9377709d397d6e 11 0.00/1.00 vMB 736
159,203 159,203 00000000000005a6b5af8b5279a07ac22e422b06956ddd31d423ac6ba0f2eb53 23 0.01/1.00 vMB 234
159,202 159,202 0000000000000adbb379978aeb4ed48a19df23742552240295226a8995d5756b 12 0.00/1.00 vMB 0
159,201 159,201 000000000000026ce8c145038d31035f240fa4c5f675c12b238234662d798731 14 0.00/1.00 vMB 26
159,200 159,200 000000000000019ca45008c57d8e76b593eda4aefb6b6740979324c216db5f51 42 0.01/1.00 vMB 94
159,199 159,199 000000000000099ea81a42c460ecd866b160164c776447ca34a40341470d9d03 48 0.01/1.00 vMB 8
159,198 159,198 00000000000001dc3c073d27debace6b574679c43dc29c3f19e3a5f44170210d 17 0.00/1.00 vMB 0
159,197 159,197 0000000000000e338e299d3fb7373a65aec34222e90402e8dec9b8f0b1a41d1f 2 0.00/1.00 vMB 0
159,196 159,196 0000000000000666c7385ad1f172fef9e32a3e655d585945aca3986e6b3fa56f 58 0.02/1.00 vMB 76
159,195 159,195 00000000000007ad5ca9e0dc7d4e7de2233d9180c718da0adc95cfc7eee62c00 36 0.01/1.00 vMB 146
159,194 159,194 0000000000000d6428b257429803a6a8a113cea56725ecfb3c31ed761385f7f8 25 0.01/1.00 vMB 533
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.