Loading Tool

Explorer IconExplorer

Memory Pool

28,244 transactions
7.76 vMB
0.05154511 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.30/200 MB

Candidate Block

Mining Attempt b0815d616c36015728569034c91c0a016c2d810c2c2eb81592cee51caceb55fc
Version 20000000
Previous Block 0000000000000000000085d82659c261506a12d07e487081cacc9cc9e17168ac
Merkle Root f30a5c66069435a0e4752b939ec6a6d3f1443426bd7e61cfb8bd04ccbc9c834c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,335
Size: 1.00 vMB
Total Fees: 0.02466195 BTC
Avg Feerate: 2.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,018 (738,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,790 174,790 000000000000031ce95597f6397241b132f65d2a984779b835bb8e9c21fdc569 0.01 MB 9 48
174,789 174,789 0000000000000a4fa8f722ee24fbcdbbfbbb0b7c09858c2fffe046a645a7b3d7 0.01 MB 33 53
174,788 174,788 00000000000000df5f8801fe75e56098b942644880e9446373d7b5c14322f424 0.00 MB 10 44
174,787 174,787 000000000000057583531649704ca4583be0cfafb86507fa94c02d0c94e6cf77 0.01 MB 5 952
174,786 174,786 00000000000005054c26073b6654dc6f5d2f049b431334fcd6c0c7b78f767f03 0.02 MB 20 696
174,785 174,785 00000000000000b6640c8840de42914a1c83923172a250efa015b31a93e2f223 0.02 MB 78 64
174,784 174,784 00000000000007cd0f8b217121ee3a5db4d38520ddcbbae262d0b43a860f4a81 0.02 MB 17 114
174,783 174,783 00000000000003aa8e2398ffd8d4a76a39aa4c1c39f80f7993e96ae75f8ebfd9 0.03 MB 40 528
174,782 174,782 00000000000008f9a428751b047aa1b976eb3d40aec5c565d8acf925c2a6c669 0.03 MB 55 74
174,781 174,781 00000000000007151091d4adea9a3d427996ee29d264dde2ad76b87e3c943231 0.02 MB 70 54
174,780 174,780 00000000000008ce1f8a98cb93350d08161b231f16e7a5660a97a118f1233d75 0.01 MB 39 98
174,779 174,779 000000000000059ac0c7c2ceeae87358496018bfff89afa0e6e61b6310b1fccd 0.04 MB 87 113
174,778 174,778 00000000000008c3a11fbd8a49dffd80478e442725509eb1b9dcdae0286a0fc7 0.04 MB 115 57
174,777 174,777 00000000000007e07502b174bbd604fe6ba927ff0772e0c5e1e9ebd27e176cb1 0.04 MB 62 123
174,776 174,776 000000000000019dee3cf6bfc397e5b1276b9e952cd7125e61046a83cfdfc0c8 0.01 MB 18 48
174,775 174,775 00000000000004b34eba95de41c3b552ee1bdcef27ce6ad260f4ba159b73b7e5 0.00 MB 10 24
174,774 174,774 0000000000000a0294de2df3fb4caee57f9fd5cef926a9bb159cef68ce9786c3 0.01 MB 29 98
174,773 174,773 00000000000007c6db15b6af5ecf6d6d626e1edd7005cd569d86f9fd0c50a15a 0.01 MB 32 64
174,772 174,772 0000000000000569aa5b8262ff47160de34e8ab739879e522741479b2e37aa3c 0.04 MB 109 79
174,771 174,771 000000000000043eed604341f3fc89330c32c7fb5509120e0e4db3f096584154 0.04 MB 128 73
174,770 174,770 000000000000059a915cced05bd71bc50f87425524621a970492efb220974455 0.04 MB 81 84
Previous 10 blocks ↓
Total Size: 778.87 GB

Node Details:

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