Loading Tool

Explorer IconExplorer

Memory Pool

74,117 transactions
27.35 vMB
0.06534421 BTC
Random Selection Loading Transactions
Max Size: 167.04/200 MB

Candidate Block

Mining Attempt 01006972fc2b5857ca4a1b863ce9aa5800201ac14ef8f73c14b562d06e3f4fe4
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 1132c7afc86e5e728c2a6f564eac444b0cebabc9579ad1308b7ad0868cfde202
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.00724160 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (663,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,925 251,925 0000000000000034c2325df7c84c7a6c408a5e8f0989777b186f85e0fe5118a9 112 0.05/1.00 vMB 102
251,924 251,924 000000000000006cec2c3aa272283c1c4a435ffb4dbffad0066cffac11cd0229 253 0.13/1.00 vMB 100
251,923 251,923 0000000000000003668fc334f70058e737b2128fdd2c3c0dcfeb83e8fd9ff6af 75 0.04/1.00 vMB 112
251,922 251,922 000000000000002d76e744f57f39e4acc8e1866f61e248968759de398f5deb91 79 0.04/1.00 vMB 125
251,921 251,921 0000000000000015704e24e851cc19c49c7e0b89cf0cdde78839b9a8a0264005 135 0.07/1.00 vMB 3,703
251,920 251,920 000000000000001d4e09da47d987bdd6d4030aa23a5649df2121a06d436b1af7 252 0.12/1.00 vMB 111
251,919 251,919 000000000000004a17b663a4718bd32002722f880f98d529a89b57e7ce447a1c 64 0.05/1.00 vMB 22
251,918 251,918 000000000000002e4918320699f619b0e23c797171434760ebf5d6ea28690ece 498 0.20/1.00 vMB 137
251,917 251,917 00000000000000179819ebce4a4956de5c5f1880a96466d136204eb51ef5033f 330 0.15/1.00 vMB 116
251,916 251,916 00000000000000571ab7ee3519adde3d12fb0bfa9dc9cc6acacc6df1fc0117be 255 0.17/1.00 vMB 91
251,915 251,915 000000000000006dca6faa77e40e262fd37580c27f9eac7981a047e837a92b8b 307 0.13/1.00 vMB 107
251,914 251,914 000000000000005abe7e3c4c9bc625574fc40b6914b1e853cac9991ac06dd844 324 0.14/1.00 vMB 130
251,913 251,913 0000000000000058192bfaf3e28e9d457e4595d95dd9ea09915141f66ffba3d4 44 0.02/1.00 vMB 128
251,912 251,912 00000000000000462b72de5d59072535d21ba350be90ebc1d081678c5e055c7d 20 0.03/1.00 vMB 6
251,911 251,911 000000000000003f7b632abe6eeaab84260b74d0db21d1c49c6535a74c3322c2 241 0.11/1.00 vMB 124
251,910 251,910 000000000000005905f5d8f75ddaf2a3e14fa4550fa6f9e7453b31305b6681ee 51 0.04/1.00 vMB 33
251,909 251,909 000000000000000fe0fc4f4678929629b03908b287da9a5957fb7d17c7d48e45 18 0.04/1.00 vMB 26
251,908 251,908 000000000000003010785fdb79f0185c4454007f79285175d3001f14b8ad946c 424 0.18/1.00 vMB 105
251,907 251,907 000000000000000dacfb2087f23adf5a17ad34c5e2984c220d1a68e8951adc03 37 0.04/1.00 vMB 21
251,906 251,906 000000000000004e1d8d255ae3f6fc632a9cd3fe47b30504100603b57e99df20 175 0.12/1.00 vMB 89
251,905 251,905 000000000000001e8be7b919b3e93a54c901eba28d702e34caaf45b7dd8d206e 451 0.18/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.