Loading Tool

Explorer IconExplorer

Memory Pool

27,528 transactions
11.96 vMB
0.03228737 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.71/200 MB

Candidate Block

Mining Attempt ae014e8bda0a72ba990f65f84d9a9187dbe6a13aecde4b58013609a6cfbba1b1
Version 20000000
Previous Block 00000000000000000001d7652678dae1ca82d32d01c01bca6f4b44ece224913a
Merkle Root 5c8c4ee5401c4345cb6d7eb925609c37b8b5b086a072acc4234e38a94bd005d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 0.9978875 1.00 vMB
Total Fees: 0.01238034 BTC
Feerates: 106.21 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,687 (750,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,895 162,895 00000000000006d9a09026af68f192029109efa9f0d786e8e32f47b5d91ccc29 13 0.01/1.00 vMB 236
162,894 162,894 000000000000097f50562e83b8b8ec07b17b732c22f62726563a883b98d518b7 47 0.01/1.00 vMB 77
162,893 162,893 000000000000024dbd377d193408e1bb7d157bcf09d5919c638f02faadf275cb 59 0.03/1.00 vMB 121
162,892 162,892 0000000000000b265d65a34b14b46a0280fb6f944f78a358fdcee41c71e4d009 8 0.00/1.00 vMB 765
162,891 162,891 0000000000000197b41c00e39c5ce69def639022e06aabe65ac8a911dcfeb860 51 0.02/1.00 vMB 113
162,890 162,890 000000000000070a74ffa69b88bba7ef7c7c6aeb20e9fa016a76c74de847083e 2 0.00/1.00 vMB 193
162,889 162,889 000000000000006741e271aa9e23af6aa3af14bb0866817b175e8d5c2b3b8d71 15 0.01/1.00 vMB 40
162,888 162,888 0000000000000b2b2d225ad556738900a90b3e8fd857a63d70d1771eb16bd7c8 9 0.00/1.00 vMB 370
162,887 162,887 000000000000059cdc5c0f0e7229d3897dac8f5051eea5b80c8b1761ccbf5adb 96 0.03/1.00 vMB 90
162,886 162,886 0000000000000715c94284035c905208ae9d7c8baf875c73970e9a3e3ed15c54 12 0.00/1.00 vMB 412
162,885 162,885 000000000000087d1b947683110ae205e28cf6ace24f7cbb26729709059e91e2 22 0.01/1.00 vMB 624
162,884 162,884 00000000000003b26012d889a30c245fba1fda5876c95862789a7200df5c0242 33 0.01/1.00 vMB 61
162,883 162,883 0000000000000a3a067292cf931a7c4e381cb13f6f991799d8bd2d70806c57ee 15 0.03/1.00 vMB 93
162,882 162,882 00000000000007fc6d0acbeeb534a299577446a1289c9e0c5add2fccf553b716 11 0.00/1.00 vMB 327
162,881 162,881 00000000000000a8970e79e17a3c0d4dadb85e29a620f3ba299f05ffe38c4085 36 0.01/1.00 vMB 58
162,880 162,880 00000000000003ad36a5614106ef6cf65f692e59d46bf02effd00ef117247e61 52 0.02/1.00 vMB 76
162,879 162,879 000000000000077164bdfb591b8f7fdd2cdd8c7532cbcfff7dfd37430eb15728 90 0.03/1.00 vMB 25
162,878 162,878 00000000000005482bfc1d244c6146713707a79ae4515ae4cc3a1c4eceac73ba 16 0.01/1.00 vMB 108
162,877 162,877 0000000000000a779df92cedcf35744c89919cbf85cd9fd48080d570de6dc197 19 0.01/1.00 vMB 52
162,876 162,876 00000000000007b70a5220d6899684fa194d8d7e1ac5d8c61f62ba45b6aad7a5 20 0.01/1.00 vMB 507
162,875 162,875 000000000000010ab39a553602ee23344add2357b7dfa41565ae231713843fab 38 0.02/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 780.07 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: 489.69 GB
    • Received: 3.35 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.