Loading Tool

Explorer IconExplorer

Memory Pool

49,574 transactions
21.41 vMB
0.07023726 BTC
Random Selection Loading Transactions
Max Size: 122.70/200 MB

Candidate Block

Mining Attempt 2394396581be549fa172ff758926b4f6b0145b042fe4d51248c6649a5e693af7
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 4f6807d39962e5d8f169d243d9c3839c67cb0dc0e2a00f143b85de82c5db3d91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.02673650 BTC
Feerates: 502.67 > 2.68 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (739,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,926 174,926 000000000000021b1ed63e6450bc229952bdaef18cf1fcad62639dfb85ca331b 14 0.00/1.00 vMB 29
174,925 174,925 000000000000068b3074cc3878e81b99abc8f489161de8685d1b00d675e0a8b5 62 0.02/1.00 vMB 90
174,924 174,924 00000000000003a00a778c1683a141402202807b478e9622f1782beb80e6f62a 14 0.01/1.00 vMB 83
174,923 174,923 0000000000000373188c1304ecc13df9b261e5d051d63def4b54be90ad52d74c 11 0.00/1.00 vMB 0
174,922 174,922 00000000000001d9b0982a81ae14c435550081ceda5516b143a5d289d2536c8a 40 0.01/1.00 vMB 904
174,921 174,921 0000000000000269e03701cd10c0d1c306aecd612af0764c8ac0a7a4144c87d6 6 0.00/1.00 vMB 108
174,920 174,920 0000000000000813a6f057ca63c8e7000a5f2645e64c6b698bc1c21aea058655 10 0.00/1.00 vMB 47
174,919 174,919 0000000000000393185ca488f4e731f48c15dc4b28425632e85ee5ec4e91150b 10 0.01/1.00 vMB 17
174,918 174,918 00000000000004e7f87da2ad6ff870dae35b7d23efba7e946deaeb7c3a0208c9 49 0.02/1.00 vMB 60
174,917 174,917 000000000000093a5682b539d3978d14e96ca95eefd25ce1df6040a91ca72d02 43 0.02/1.00 vMB 113
174,916 174,916 000000000000019d210514544d78f4b3b28526386bb03945318523a244be565a 9 0.00/1.00 vMB 83
174,915 174,915 000000000000028117343df0c3789e1daf4e9b5228f9b8f0c58751a2f52cd4a7 46 0.02/1.00 vMB 20
174,914 174,914 00000000000009de3e77672d238cc811f132e62d3f657cc10fa9d6cbec63a346 59 0.03/1.00 vMB 42
174,913 174,913 00000000000009ef3fd69e5aeb8ab23814006257a0a59b0c56001baf42c93981 4 0.00/1.00 vMB 35
174,912 174,912 00000000000003c0a130baf345cf80846e180a735e219d5f4f3df576d1a4fefb 6 0.01/1.00 vMB 31
174,911 174,911 00000000000000f6422c9ffbf8e6dd170e2fa82e02a9dfc2553f648cbe3efb65 63 0.02/1.00 vMB 29
174,910 174,910 0000000000000572e498959d33ae2152732912fccc42a65efe421f99f236f78c 10 0.00/1.00 vMB 66
174,909 174,909 0000000000000908c38723f728e3abf7ab3d5748f21d126084ecc0f11e2da133 13 0.00/1.00 vMB 17
174,908 174,908 000000000000026fb70fc6fca0dfa1b85e6f04f92b3f0c5d37d2eb63c6128483 65 0.02/1.00 vMB 120
174,907 174,907 00000000000007d8e642559e7da4b570be3fd7496ae82b2ba6544da4c5f99a7b 70 0.03/1.00 vMB 122
174,906 174,906 000000000000052cdd351bbb263f2d316fd24c65af58debaec26ca5c9aa628f9 36 0.02/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 780.64 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: 550.28 GB
    • Received: 6.43 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.