Loading Tool

Explorer IconExplorer

Memory Pool

77,102 transactions
28.61 vMB
0.08880491 BTC
Random Selection Loading Transactions
Max Size: 173.53/200 MB

Candidate Block

Mining Attempt 098bc1accab8037169c3935440b0cc510fbcc4e5ad86dfc0f999d97c76832cd6
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (398,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,608 516,608 000000000000000000461797a3983b6a35308ba9e4cae8a057189c816a7598fa 1,387 1.00/1.00 vMB 8
516,607 516,607 000000000000000000063ab03b72a3d3f2905788bd687ddf23fcf5dda2c5717d 2,839 0.99/1.00 vMB 27
516,606 516,606 0000000000000000002e7646d5cdf1b429bee23220ce838eb084bef388bbc8ef 1,836 1.00/1.00 vMB 23
516,605 516,605 0000000000000000004a4fd129e82bdf6095a8c35f1263927441c00d9114f6e3 1,560 1.00/1.00 vMB 10
516,604 516,604 0000000000000000002319ca9e2e783ea83d396b843bbc022710cfe4f4d6299f 2,664 1.00/1.00 vMB 18
516,603 516,603 0000000000000000001a9b0e6f61c5a4a119b8103f6b7d2eaabf0c750fb9189d 1,798 0.78/1.00 vMB 12
516,602 516,602 00000000000000000010fd16c7a6942a3c7446e62899de56c5373184fdc35911 2,170 1.00/1.00 vMB 48
516,601 516,601 00000000000000000018f2563d7c4e7d6a7f265bd103cfdb431e8e7a13086a8c 1,835 1.00/1.00 vMB 32
516,600 516,600 000000000000000000113417d5a37e463f27a538ff0f9c92f75976fe94569952 1,998 1.00/1.00 vMB 10
516,599 516,599 0000000000000000001bc4f462080af4e5025aeb9b8416b9f8a04a94bfae0720 2,056 1.00/1.00 vMB 51
516,598 516,598 00000000000000000014bf8a42575a60dcbfe818ad1b569c3ad26c3800a66e84 2,066 1.00/1.00 vMB 32
516,597 516,597 000000000000000000026c1810c1c2330ba43e0d7e6e5c527ab50b1fa744defa 1,816 1.00/1.00 vMB 35
516,596 516,596 000000000000000000335ec952bdc33198760e73183be3420b43bfbaf2fedb08 1,308 1.00/1.00 vMB 38
516,595 516,595 0000000000000000003083efccc9d48d121bb0a468f20d9e79c3b2435b94f004 1,098 1.00/1.00 vMB 60
516,594 516,594 00000000000000000038bdd5344a49e8eaa009c9e5bdf93894c508eb23c4b330 808 1.00/1.00 vMB 78
516,593 516,593 00000000000000000027aab948657d00d296fb1decb1f5e31e074494f6b86452 1,127 0.38/1.00 vMB 27
516,592 516,592 00000000000000000019bd351519242a7269616063138264d3a07a0f7eee6380 1,895 0.77/1.00 vMB 28
516,591 516,591 00000000000000000024ecd231c3edc98222ff0f672dfb6da6059ff169df0d43 3 0.00/1.00 vMB 16
516,590 516,590 00000000000000000005287ddba305e5e9967a371a46ee21a79dd2d4d05b24e5 130 0.07/1.00 vMB 19
516,589 516,589 00000000000000000000605dab3b2c3259f7b6a047fb2685bc6473e192eb1444 675 0.28/1.00 vMB 28
516,588 516,588 000000000000000000479085b57d3306e6f5aa2f179b48f8f36351e988dffa64 1,420 0.67/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.