Loading Tool

Explorer IconExplorer

Memory Pool

78,806 transactions
29.51 vMB
0.06926852 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt c2cda753e2163fd383fe53a0606497dd7fc5f28991c9a9362637c86c34f3771d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6c514bcfb6f20aa5d6c9b12768c4bb0ae369d96e68f676603e2257f368232b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.00932338 BTC
Feerates: 50.25 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (339,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,331 575,331 00000000000000000027853c93e802be2802b163ff1a036a86d6f147eefffc7d 2,131 1.00/1.00 vMB 62
575,330 575,330 00000000000000000009e37c71a5c34bb91202b9f4077716497d81f12ab1b402 2,189 1.00/1.00 vMB 16
575,329 575,329 00000000000000000009a8e67bc0305ae34d42ab79c784efd8c4e3cad2532ca1 2,872 1.00/1.00 vMB 92
575,328 575,328 00000000000000000000f4ade5daaf5118c0ef13d120e7030fea3d339059eb48 2,556 1.00/1.00 vMB 48
575,327 575,327 000000000000000000080bbe99db7d537621e90216392be439573572d512f1d5 2,468 1.00/1.00 vMB 40
575,326 575,326 00000000000000000008ad53ce590eac723d81ed00a9a8c92bdf27622d97e208 3,247 1.00/1.00 vMB 30
575,325 575,325 0000000000000000000a16c022462aaae64ba0f371f94214a179e301702ed047 1,633 1.00/1.00 vMB 34
575,324 575,324 000000000000000000158eafebfcce404dbf64a1985f6ccf943d1969863eaaf5 2,474 1.00/1.00 vMB 47
575,323 575,323 000000000000000000223e0a1179b2a082de73119a90b9d512d77292e430745a 2,830 1.00/1.00 vMB 74
575,322 575,322 0000000000000000000a7f5f352f12cd509845d13dd4f6a4c41c0afbb37162ec 1,521 1.00/1.00 vMB 43
575,321 575,321 00000000000000000020f9ad0caf661df4b09b3b8b5466a99d226b8eb36d7e43 2,621 1.00/1.00 vMB 34
575,320 575,320 0000000000000000001a642aeeb719b4c61623b26d8e09c1d91e5598e1582353 2,242 1.00/1.00 vMB 40
575,319 575,319 00000000000000000007cdd8bededbc04b9cd8922bcf22662d13318454f8d2c4 2,747 1.00/1.00 vMB 47
575,318 575,318 00000000000000000021f3b908e7c13228f138571a8ccb5589f25bfb352f21fa 3,346 1.00/1.00 vMB 87
575,317 575,317 0000000000000000001173796e3285e0fdfa755e43baf73935004c89dcfb966b 3,256 1.00/1.00 vMB 85
575,316 575,316 00000000000000000021f3d1720493ae752f3bb2f40b1a57ef227c9797ad66f7 3,750 1.00/1.00 vMB 93
575,315 575,315 0000000000000000002080b89ef0aa3118ee0b4d755c17e13023e52c66527f60 1,416 1.00/1.00 vMB 101
575,314 575,314 000000000000000000124313690b0b592895256218819ef99f82fa58b76ca85f 318 1.00/1.00 vMB 95
575,313 575,313 0000000000000000000bea674c56a4b82c505bd7703a2c97a1e273d4bbed56f6 1,238 1.00/1.00 vMB 104
575,312 575,312 00000000000000000005c58e3574ef2ea32eadc59c1a8faecc5d8e56eb28c9b8 3,343 1.00/1.00 vMB 105
575,311 575,311 0000000000000000000fc099133dc3af6a74a9e41b917e4c92d90c2c5fceaecd 2,894 1.00/1.00 vMB 59
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.