Loading Tool

Explorer IconExplorer

Memory Pool

77,925 transactions
28.86 vMB
0.08793627 BTC
Random Selection Loading Transactions
Max Size: 175.10/200 MB

Candidate Block

Mining Attempt 124f3c4f6e006853d89ac20dc878f9dcbd9c98788490f41245d91e7a3c80af72
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 25ff8d8241276339a5736cbd9c97b15da6fc979bf6b4225afe4e48e61ab814b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.02782109 BTC
Feerates: 150.68 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (128,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,790 786,790 000000000000000000017176b389f9b976357bc9e274f53e8d39530407e4c610 2,078 1.00/1.00 vMB 5
786,789 786,789 00000000000000000003ae5723b60718aa3436e1f0c1e107b2c1baf8997d658e 2,583 1.00/1.00 vMB 8
786,788 786,788 000000000000000000012d78578ac731798702f1fad04639ff1fff1316d8e85d 1,880 1.00/1.00 vMB 9
786,787 786,787 00000000000000000005794df409adde13781a08726b3d3a4563d76df30ee22b 1,450 1.00/1.00 vMB 16
786,786 786,786 00000000000000000004c0806a7fb9f28c92038fc58a8b8abdebefb6545952f4 3,632 1.00/1.00 vMB 19
786,785 786,785 00000000000000000003c66f12dc9829201ed8b14ffc40e439fb6dc25be2f7a3 1,221 1.00/1.00 vMB 4
786,784 786,784 0000000000000000000348b0505ed965fe5d254c5e84f5e6fe2d61d72c423fd4 2,389 1.00/1.00 vMB 6
786,783 786,783 00000000000000000001d2dc412cbd8d0e8665be8c93475a641503f3f35fd68d 2,872 1.00/1.00 vMB 13
786,782 786,782 00000000000000000004d58c46c677d2d412f3a8389e0acfbb92e68769beed60 2,325 1.00/1.00 vMB 14
786,781 786,781 000000000000000000006a0895262eed28a16eac3370f4036b6ea721809ceeb7 612 1.00/1.00 vMB 9
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
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.87 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.