Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
29.09 vMB
0.14074085 BTC
Random Selection Loading Transactions
Max Size: 151.58/200 MB

Candidate Block

Mining Attempt ece802f752b99c18ea44ccd9e12378b713e87e7beb1c668bb03a8daff0193ca5
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (485,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,879 428,879 0000000000000000034334b3000da290b0629ad65d712196cf8f624fb54639fd 1,406 0.93/1.00 vMB 25
428,878 428,878 0000000000000000046c40054e7156c20c40d99329483f238985693eb8f0e5e2 1,764 1.00/1.00 vMB 38
428,877 428,877 000000000000000000d69dd726b68df34494772b0171040fa58d84c71dbfa4c7 2,159 1.00/1.00 vMB 41
428,876 428,876 000000000000000001d57c509a627bc09d3ba7b820c0048964eb97e6d69c6108 2,211 1.00/1.00 vMB 55
428,875 428,875 00000000000000000055f65188a02b3cad1f867391373066810d35a23016b606 2,324 1.00/1.00 vMB 66
428,874 428,874 000000000000000003ec18ad172bdebd1717e50804a8108f059169a49bd0531b 2,648 1.00/1.00 vMB 67
428,873 428,873 000000000000000000933b7746b0986c9dab9a6e53b29dadd7a0035ec86bd7e6 2,353 1.00/1.00 vMB 74
428,872 428,872 0000000000000000049c1e74a1d595d41237c9f0694297f6e02f3f5a30ea29dd 2,488 1.00/1.00 vMB 99
428,871 428,871 00000000000000000187ba76698878ee4819bb9d370bff85e28ce1fc1078d84a 2,458 1.00/1.00 vMB 67
428,870 428,870 000000000000000000e640b9b44424f8c6ea7e9762a914a0c99ab59ea778af6b 1,963 1.00/1.00 vMB 44
428,869 428,869 00000000000000000199a1d509972c22653cdbc2fb32c6d662b8473c22a49b3c 2,264 1.00/1.00 vMB 61
428,868 428,868 000000000000000003122bc06cf78adcb22fa98d200a4a9704ed5ec52dd49733 2,390 1.00/1.00 vMB 57
428,867 428,867 00000000000000000353619e9033b1e61aa31ea31b8730620524905fbb9b38cd 2,250 1.00/1.00 vMB 66
428,866 428,866 000000000000000000908eb60b8c00476cc13fcb8b61512b7d07c349f8879fbd 2,200 1.00/1.00 vMB 97
428,865 428,865 0000000000000000034af264662538765ed70e100d9073447aa0fbebfcefa6ce 2,832 1.00/1.00 vMB 77
428,864 428,864 000000000000000001f2dbd1f4c2ce93bc8ae72637b8989bab57c534648ce7bb 2,301 1.00/1.00 vMB 68
428,863 428,863 0000000000000000026f2d35c2c4875ec0ce06af03406c2abe6d9a7b2f654547 2,334 1.00/1.00 vMB 56
428,862 428,862 000000000000000004220c8ab760ecfb99ee260541bcad5fc847ac446c9d535e 2,613 1.00/1.00 vMB 52
428,861 428,861 00000000000000000026c74b06a84f018356e600e21065d83c4e7e9344c1ac56 3,009 1.00/1.00 vMB 83
428,860 428,860 000000000000000001f869bdccdd01423b83f2fbb7d98d220f7cc229460443c7 3,157 1.00/1.00 vMB 86
428,859 428,859 0000000000000000040628875e131aba35a3f4d6440738c9241e8fce84857e78 632 0.35/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.