Loading Tool

Explorer IconExplorer

Memory Pool

83,557 transactions
30.73 vMB
0.16963900 BTC
Random Selection Loading Transactions
Max Size: 186.44/200 MB

Candidate Block

Mining Attempt 355e8be80fa0598bba8011c64d732d681e5954354427c1ad1f05c86633f196cd
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 540b7d27a8495de3df986338fc23fadac1b18e21752632bea62339394e5a11ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08728827 BTC
Feerates: 150.79 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (128,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,780 786,780 0000000000000000000363b1abca17d318db5ffea5d3f477f290565c9d697606 1,732 1.00/1.00 vMB 10
786,779 786,779 0000000000000000000310e2949306912d7ed74926b95c778b7cf738f58f80f3 2,600 1.00/1.00 vMB 12
786,778 786,778 0000000000000000000560a98184a2bcc09caa10b84d162d745b37e6dd32be8c 3,088 1.00/1.00 vMB 19
786,777 786,777 000000000000000000026e70cfdf9e5d9bb3ed5684f010ea4e923a17dc7d3af6 3,227 1.00/1.00 vMB 25
786,776 786,776 000000000000000000042dfa36f78807f0a8af2b87fa0f8fd40982a6e3d749de 2,655 1.00/1.00 vMB 3
786,775 786,775 00000000000000000002104d6d7828d2fbd215e67c443c5da59a311f1ff99321 2,615 1.00/1.00 vMB 6
786,774 786,774 000000000000000000046c0d8075d16687a6cc9a7618e7935b6d67da870a7dbd 2,922 1.00/1.00 vMB 4
786,773 786,773 00000000000000000003616977484abd4415a1f06b625bdb03153a33d26e6b14 3,186 1.00/1.00 vMB 2
786,772 786,772 000000000000000000044c5ad8e982407009d6c703514f485bd202563e8a7e91 2,950 1.00/1.00 vMB 2
786,771 786,771 00000000000000000004cae8bffaadda95c383ed47b2f3c90687f68a82fa197b 2,085 1.00/1.00 vMB 14
786,770 786,770 00000000000000000003e8a7ad58c0df5fbffc4a5298b28780597815cb29403b 967 1.00/1.00 vMB 14
786,769 786,769 00000000000000000001d20f3794be672bb069e31e9bec49e566df15088daffa 2,727 1.00/1.00 vMB 4
786,768 786,768 00000000000000000004e9a7b864975210a395893822d53454dd3a4befc41e9a 3,146 1.00/1.00 vMB 3
786,767 786,767 00000000000000000000e376d29f51df43577a08b7a6cec036f7e3407d2dab77 2,863 1.00/1.00 vMB 4
786,766 786,766 00000000000000000002b4f95928964961706367dffb5af1d84ec6249bc1e2a4 3,309 1.00/1.00 vMB 2
786,765 786,765 000000000000000000047cdf9eef537f4c9d6c1bc76f0788ad8a06f9bccd2b4d 2,815 1.00/1.00 vMB 8
786,764 786,764 0000000000000000000100824de826afc814d6a3a02a1b5733d74c172652aa23 2,796 1.00/1.00 vMB 4
786,763 786,763 000000000000000000044d21dbf5491171a61562c8c6419a9965df75cc38d1f6 2,111 1.00/1.00 vMB 7
786,762 786,762 000000000000000000027f7835f69466f63a8dd6776d4e34a404d8f5e08eb11b 1,871 1.00/1.00 vMB 11
786,761 786,761 000000000000000000032e6888a49129233d51ccf84c1b48754d6a49d9d32b17 2,302 1.00/1.00 vMB 13
786,760 786,760 000000000000000000012173898f33cb3f24aa12d3e3cc3532cfeb232e907965 3,265 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.