Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.57 vMB
0.07130879 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 85d4737554fe1ad99b8f7fd120e75d1b9d2d13bceb19d9748a23040122fb0c59
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 2689c75e278fdd9a066f0fc6dfcb461ce074a566078bc7c03a15a4211bdaec16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01126581 BTC
Feerates: 60.27 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (339,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,337 575,337 0000000000000000001034968ba2c375bd27d680a1942ddb8c3b1baad7aed96a 2,248 1.00/1.00 vMB 18
575,336 575,336 000000000000000000228d5c00688d518b1e7b56bf5aeec5c6966c3da7b55a12 2,962 1.00/1.00 vMB 68
575,335 575,335 0000000000000000000a1fe517fcafb1f1952cff5cbf38411077e93c3ef63523 2,600 1.00/1.00 vMB 49
575,334 575,334 000000000000000000202e5a3c62b819cdbf0009eaffdf72b96bb2bac6493308 2,159 1.00/1.00 vMB 47
575,333 575,333 00000000000000000000e4529fb304deb284e76b4744734aab06b259ac0e9a7e 1,207 1.00/1.00 vMB 13
575,332 575,332 0000000000000000002284fa8d529e4b25c64b506a663cc63b9d1b085ca6641e 167 1.00/1.00 vMB 11
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
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.