Loading Tool

Explorer IconExplorer

Memory Pool

38,014 transactions
26.81 vMB
0.05335593 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt af30a19f9b00ac10d43fa0b39b49108d63c204322e92fa6bb53a66d9a0c661ec
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (342,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,338 572,338 0000000000000000001347a9fc441a8e000256f392bb55f32afac00af718ea11 2,765 1.00/1.00 vMB 50
572,337 572,337 00000000000000000015b378caf5c85d6c8cf80efd95e4c4f0314209c205591f 1,574 1.00/1.00 vMB 60
572,336 572,336 00000000000000000029273f2b925a3a160fef51fb931a5b540c5f011beb652f 2,402 1.00/1.00 vMB 50
572,335 572,335 00000000000000000010dd1ac09facc690e9d58d20cee65addb820d56df7441f 2,978 1.00/1.00 vMB 54
572,334 572,334 00000000000000000010ddddc035530df53ebe40664a0f9bf3146bea829e65d3 2,618 1.00/1.00 vMB 79
572,333 572,333 0000000000000000001c64797a637f6b205cd8db108b5b4b3fed2e1c43021bec 2,959 1.00/1.00 vMB 89
572,332 572,332 0000000000000000001beb26940418fb628fa28c60da912746861ffbc6d7ea0e 2,456 1.00/1.00 vMB 67
572,331 572,331 0000000000000000002071d783be6ddac995a9a9dba5254c40034cd6c0e3859c 2,173 1.00/1.00 vMB 72
572,330 572,330 0000000000000000000f66770f04ca9246d4dcf055df0553db7ff59477bde6fb 3,172 1.00/1.00 vMB 76
572,329 572,329 000000000000000000036acbfff5285e0d15e7411c0f5641860585ea871373b4 3,009 1.00/1.00 vMB 95
572,328 572,328 000000000000000000004affa0da079f98c0f6fa9aa5b2ec70c2deb0ba164572 2,582 1.00/1.00 vMB 87
572,327 572,327 000000000000000000128005fad1a34b138e470e9a26a811f611b84c54f2683e 1,960 1.00/1.00 vMB 70
572,326 572,326 0000000000000000000ade94d180a0544f95add1dbe49070a8703dcfa9b16aef 1,753 1.00/1.00 vMB 70
572,325 572,325 000000000000000000250fa7d27382598b53944bca3086f6c2ed31bed1e9b293 2,873 1.00/1.00 vMB 72
572,324 572,324 0000000000000000000e3136456e3153a6e0a09c1c8467652c3da72c77af4443 3,421 1.00/1.00 vMB 69
572,323 572,323 0000000000000000002a71816fb52088744e58c12ca6de7422b5172639c70dd2 2,628 1.00/1.00 vMB 98
572,322 572,322 0000000000000000001b5cc190d99a36f843da139caa9bb816f67aeedcb5cccc 2,836 1.00/1.00 vMB 83
572,321 572,321 00000000000000000024d01b2377285b146c16c01c531ee533cbeff9d6ee09f7 2,454 1.00/1.00 vMB 82
572,320 572,320 00000000000000000028b1d7da53e63268eca1b6cb677800d364bed17f0b23ce 2,811 1.00/1.00 vMB 124
572,319 572,319 0000000000000000002671de2c0d7966398eef6c36e5c23706e36f2b6ba34633 2,917 1.00/1.00 vMB 81
572,318 572,318 00000000000000000012a54a6025f4f5f81f981f2b55b5b4c30d6927a73ca62c 1,947 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.