Loading Tool

Explorer IconExplorer

Memory Pool

40,727 transactions
27.24 vMB
0.08220709 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt caeb8502fd50c97a64dd968ca022ac0e1f228644816bf6c0db5d8dcd91744b9d
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root b835586cba6161e4bb23e73edd1341a2f511e1e86fbb1b919457e132b18bb4f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.02638764 BTC
Feerates: 201.37 > 2.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (413,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,003 501,003 00000000000000000024c6d4669d12e1a593831ca2a4f1ca1b05907848f37fad 2,422 1.00/1.00 vMB 670
501,002 501,002 00000000000000000053cbc6c32095d943dab3a00ad36951a27347a8027933b1 2,772 1.00/1.00 vMB 647
501,001 501,001 00000000000000000051ad02ae04cc2d8cab6b554bbdf92d799912af9cb37636 2,370 1.00/1.00 vMB 889
501,000 501,000 0000000000000000001b9afd4babe11671598a554e96912a731b2c2c1174f143 2,770 1.00/1.00 vMB 713
500,999 500,999 0000000000000000007076ba8ceea69f27cf7a2adbf9464b14d60acf7de2cf5b 2,607 1.00/1.00 vMB 954
500,998 500,998 000000000000000000679bce95a40b60d16f1ae38d07766298a7b50f7d416938 2,266 1.00/1.00 vMB 680
500,997 500,997 0000000000000000004cb70fa05e1ec7039298ad9dbf3bf5a3947dcbe1f8c3fc 2,547 1.00/1.00 vMB 613
500,996 500,996 0000000000000000003f31e1aa2403bd91cc2cb0339f5fc18cc41c2678cbea56 2,659 1.00/1.00 vMB 809
500,995 500,995 00000000000000000064b08f1a5306da50256de1caa49316aac169f17c8ffb49 1,945 1.00/1.00 vMB 201
500,994 500,994 0000000000000000001990ca81ba6454e4865695ebc24a6175fcf7bcb736ecb1 2,527 1.00/1.00 vMB 644
500,993 500,993 0000000000000000007f498417014962499e672ca372929f4ddd7797fb46c6c4 2,286 1.00/1.00 vMB 746
500,992 500,992 0000000000000000007e4628d65519f8a80c7c0a344e607c290ecea6512219b0 2,657 1.00/1.00 vMB 449
500,991 500,991 000000000000000000467ac76c0461394a9c0ec8ef85024038f460b40e17fc87 2,924 1.00/1.00 vMB 557
500,990 500,990 0000000000000000002755fe2af0f0e96e46c526713ea6f2b95b467e261e03b6 2,375 1.00/1.00 vMB 732
500,989 500,989 0000000000000000004ba88639c99e0030aceda3c9290189c2130ccd712548fc 2,750 1.00/1.00 vMB 718
500,988 500,988 000000000000000000109ad8311b4ebd333e55377859840a5052bb46c2c92760 2,344 1.00/1.00 vMB 877
500,987 500,987 000000000000000000219d3816267a5dae1ba49cbf45599d3aa3ff56e3ebef4f 2,262 1.00/1.00 vMB 546
500,986 500,986 000000000000000000139c23dad473147ed79ec88f5cd2ec8075e8ea464a5e7c 2,417 1.00/1.00 vMB 809
500,985 500,985 00000000000000000014a86cacc9088c20cb0c522d45492f9b13fb4a48a8e3ed 2,065 1.00/1.00 vMB 1,003
500,984 500,984 0000000000000000002244eb2de80d5ce084be8a33c97bb0635a0c169ba285d0 2,202 1.00/1.00 vMB 768
500,983 500,983 00000000000000000039afd0062f53836f7bc925adb99fd638ad9964c0b1ffba 2,218 1.00/1.00 vMB 680
Previous 10 blocks ↓
Total Size: 781.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: 636.66 GB
    • Received: 12.38 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.