Loading Tool

Explorer IconExplorer

Memory Pool

81,379 transactions
30.97 vMB
0.09014750 BTC
Random Selection Loading Transactions
Max Size: 187.97/200 MB

Candidate Block

Mining Attempt 2e27b3c025444c343396fd4e4bc7fb13281d149a7ffea29a03c9fd76bd60983b
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 54f74deeafd9f9c74d324a5539fe53d7d61e2e5862321baef1f77e7fa45dbb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.02355430 BTC
Feerates: 351.58 > 2.36 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (723,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,933 191,933 00000000000006c974244223df369a68ad949f9fa0bfcafceddf00a07318c90b 113 0.05/1.00 vMB 116
191,932 191,932 00000000000006f6ccfd09329054855e2392be8bfd4c038eaa6a1a907a3faea4 352 0.15/1.00 vMB 123
191,931 191,931 00000000000002b85f1339b044fb932b19f680a24c3bab76388bdec2ade56316 10 0.00/1.00 vMB 609
191,930 191,930 000000000000025b7beab1da5bfb0fcd3b56b7cfc744e73186a39cf7f00f3f6f 10 0.00/1.00 vMB 1,501
191,929 191,929 000000000000011aceb7eaf3b85d9072c6e1cba1d572a5e4cf6a046094fd0256 430 0.19/1.00 vMB 134
191,928 191,928 00000000000003cad445a649ab5e44a7ec4f413d2a9442abf5723e5e5a483e73 121 0.05/1.00 vMB 187
191,927 191,927 000000000000000f045d869d210a92b76a1ef0c7ade37053159a2e592f31e4cb 13 0.00/1.00 vMB 622
191,926 191,926 0000000000000322b6c1a2067fc2599aa76af932dcbe7bf67d95fae6e5ec918a 192 0.07/1.00 vMB 140
191,925 191,925 00000000000007ec9abea05a801e5fdcad4ece63d09b386097d7ec64a8d9c5f9 126 0.04/1.00 vMB 17
191,924 191,924 000000000000022ecf8d36c4d02e5b8ce6b6f1d10fc246d192bf7d98afc1ac09 256 0.08/1.00 vMB 69
191,923 191,923 00000000000004363b9c677a2082a406f1f55fefd3f9ebfa725dbe85f898295a 32 0.01/1.00 vMB 0
191,922 191,922 00000000000001e1719c29d1ba6dddde3a72574b125d9bb9ae4f3a5fbb6dff72 56 0.03/1.00 vMB 100
191,921 191,921 0000000000000240fdd7d82f331f47e410ee5b22b58fe7870f2e893b50d86d44 141 0.06/1.00 vMB 103
191,920 191,920 00000000000007c7984e1c4a704fc63dcee9b027228c2bcbc3a4b4ff469682a5 129 0.04/1.00 vMB 154
191,919 191,919 0000000000000136602aac3086d0208ac994e5ebd47d0e22fb10fb6caf2f1fc5 60 0.04/1.00 vMB 99
191,918 191,918 000000000000052c1eaf273fc6efb600cf3bcfdb05db5ceda90588f933916149 109 0.04/1.00 vMB 115
191,917 191,917 00000000000001ee87049324d8fd173963bf5a5660102a2f6422b88ff87dae92 351 0.11/1.00 vMB 143
191,916 191,916 000000000000025f7414381df47f2e564d6fd64efb7017fddcefa2677dbee5dd 4 0.00/1.00 vMB 0
191,915 191,915 00000000000005f025b544c30b223681ffcaa285c6028919eb838584871512c2 82 0.03/1.00 vMB 251
191,914 191,914 000000000000069c3d5c7b100b853f3266982c161b4503ef73f54e9076f19b24 106 0.05/1.00 vMB 114
191,913 191,913 00000000000007ed55b089abc8163dcf8d995dd5ad5c778ed1d33f914e0f0eb9 187 0.05/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.