Loading Tool

Explorer IconExplorer

Memory Pool

43,507 transactions
19.84 vMB
0.04511299 BTC
Random Selection Loading Transactions
Max Size: 112.63/200 MB

Candidate Block

Mining Attempt 98535f8e0d1062944ad96e26bc73b75f70b8a8d3133d0c3d8e22125bcb01d44e
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root 9b43e4429af33b7c3df6ab5e77d759566c15bd8336694a6442fb1a9348b3f082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00628493 BTC
Feerates: 301.57 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (740,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,578 173,578 0000000000000014268feaa8f19d1aed1dee83602947f830a73e6adb0937c4f1 38 0.03/1.00 vMB 82
173,577 173,577 00000000000007846ddbac19343a8070cbf6ba7f1c5af94e5a9ab99f3940ab9d 125 0.05/1.00 vMB 162
173,576 173,576 00000000000000d17245b2f551d58a697e65ac48658d88deb11cce4e1d241679 1 0.00/1.00 vMB 0
173,575 173,575 000000000000069ebc5b43fb44488849bec64612eb83b9c070583d7293f6a4b6 1 0.00/1.00 vMB 0
173,574 173,574 000000000000046928a7b0a5d7ca48f1be7de6bfcd48352d74173353ad847c45 36 0.01/1.00 vMB 172
173,573 173,573 000000000000040d7f0f338357c72c8ebe576d0c94adb2149b6d4070b2b34f32 142 0.05/1.00 vMB 9
173,572 173,572 00000000000005e3dd122477a6f0ec16a436717219cd0b4d0a72655eee7f01e3 56 0.08/1.00 vMB 163
173,571 173,571 0000000000000099a65cfa3e40753b7d1774b77f784ad3922c9b5c04a2a7cdfe 1 0.00/1.00 vMB 0
173,570 173,570 000000000000017f01c2cd0d8caf4a99621a49a1a72941b21a8fae94ea8c1ff7 95 0.04/1.00 vMB 111
173,569 173,569 000000000000049ed15b665e9bf6f0b0f016ff36917807a6b2994ae265c8d3a9 46 0.03/1.00 vMB 49
173,568 173,568 00000000000008749cafea55c13eb869454c7526a224abb157fdaf4ad50abe96 1 0.00/1.00 vMB 0
173,567 173,567 00000000000002d8eca079814c1960d90509d07725d42f7c40b689ad12b5aecf 44 0.02/1.00 vMB 109
173,566 173,566 000000000000067cdebd8332b29e238028d1233457ab29c284e01441e8b2a5fc 98 0.04/1.00 vMB 55
173,565 173,565 000000000000092b25b4c02d8f60ca9ac3655ee4153ffb16552ab597c967652e 6 0.01/1.00 vMB 5
173,564 173,564 000000000000011377d29ac30972773c116f9f903dc9cb049c103e9354b19631 70 0.04/1.00 vMB 331
173,563 173,563 00000000000006cece9be7537c47ccbf69d7da7c285742deeebcd2a85b2ea961 15 0.00/1.00 vMB 99
173,562 173,562 00000000000003c84999bf88ce9da07b1fda2fe302caf09b1c205ba26b89745f 32 0.02/1.00 vMB 57
173,561 173,561 000000000000037a983391ee8b053232e2d8c4b4c2cc40c379903b7d075e6925 104 0.03/1.00 vMB 55
173,560 173,560 000000000000010877853e6c8f116a9872f0ae7847748cd0a16bd0c2c7da630f 58 0.03/1.00 vMB 138
173,559 173,559 0000000000000468168d286c0f3f85c98f3ecc4dffadf80baf656af06cb415b8 61 0.02/1.00 vMB 48
173,558 173,558 000000000000003c89d0fb1a70dfe51b5f001e744d9d8b8ce39bd8c352863139 9 0.00/1.00 vMB 414
Previous 10 blocks ↓
Total Size: 780.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.18 GB
    • Received: 5.89 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.