Loading Tool

Explorer IconExplorer

Memory Pool

39,873 transactions
26.38 vMB
0.05611553 BTC
Random Selection Loading Transactions
Max Size: 137.40/200 MB

Candidate Block

Mining Attempt 9d9db59d07670cb54b5375436ecc699d926921495b195b84427aae498a19eb01
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root bc03c9dd4535fbb8de131df41d8adfc8709600eb5eaf7cca88bee13b516c6407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,527
Size: 1.00 vMB
Total Fees: 0.00740038 BTC
Feerates: 50.27 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (451,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,771 463,771 000000000000000000e987de7f36aca7aa6b83426ba8690727eb6214af95ff3e 2,650 1.00/1.00 vMB 149
463,770 463,770 00000000000000000048e20ad73bbdd9363cd359c7a1144febebd830dbfac9a9 2,444 1.00/1.00 vMB 211
463,769 463,769 0000000000000000006aa9e5bb51ac641506b5ab753330477955ace240813c67 2,292 1.00/1.00 vMB 223
463,768 463,768 000000000000000001e233f3f1c75f4eb9ec755fc3bdcff6c155ea24d0af3092 2,238 1.00/1.00 vMB 217
463,767 463,767 00000000000000000190b009f82ea73f9e4f7d0d2bcd25d6316381b7fe9da615 1,703 1.00/1.00 vMB 235
463,766 463,766 000000000000000000201b33739b529dda3a8ceb8764f06fb03a1b427d1a2773 2,728 1.00/1.00 vMB 312
463,765 463,765 0000000000000000018d17dc7fdb031316a0a74a0c14cf7e1197675482c42dad 2,269 1.00/1.00 vMB 169
463,764 463,764 000000000000000001a18a30e22a6329aec10c5245521bfd89bf8234ad685b3c 2,441 1.00/1.00 vMB 174
463,763 463,763 00000000000000000215ab986e3a11564817853023fddf56afec19a151527acc 2,951 1.00/1.00 vMB 209
463,762 463,762 000000000000000001bcbc8145dfd7c8b58619bcc1b938ebe7a43f4868d5d13d 2,742 1.00/1.00 vMB 258
463,761 463,761 00000000000000000198cc76ce8a9838703a66bce49a6aa10f35f6c77cce301c 1,664 1.00/1.00 vMB 139
463,760 463,760 000000000000000001ce85a16b0c254f02f7e20eddac8abd9806f46b30dac0b4 2,502 1.00/1.00 vMB 180
463,759 463,759 000000000000000000f6a13668137205d8c14f4318c04aeb433d8af66094aca8 2,742 1.00/1.00 vMB 247
463,758 463,758 0000000000000000008d092773bd7e0931561ba4b7919a99e000525c324f0c83 1 0.00/1.00 vMB 0
463,757 463,757 000000000000000000e070c3722aa77c2b4baa0bf91814e3aba972dc1c0cad91 2,005 1.00/1.00 vMB 154
463,756 463,756 000000000000000000ab3c3a2aecae177a79afc2812dbfbbefee8b1ab3996220 2,083 1.00/1.00 vMB 174
463,755 463,755 0000000000000000016978a2e99d2acb596b797d1f476916ea4648b8a2dbb30b 780 0.22/1.00 vMB 286
463,754 463,754 00000000000000000071b63bd0b8eae23405ba636535768de5a31abd6ef7516d 1,969 0.99/1.00 vMB 264
463,753 463,753 0000000000000000017774af5a7c4c7c123a0c42bf249765dbca477d9a9521c4 2,097 1.00/1.00 vMB 270
463,752 463,752 0000000000000000001e1a78664722b4ced4abd5ac940d7f79664898870cda98 2,104 1.00/1.00 vMB 173
463,751 463,751 00000000000000000147704066db72ba55d3c37c8c9ca21d468028808063c0a1 1,867 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.