Loading Tool

Explorer IconExplorer

Memory Pool

83,532 transactions
31.72 vMB
0.12907408 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt ecf59e1500dedd1532a7e052d256137f466ead15c25c48fd6c53ce18658f50e1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root be00a75b607da1ee78ef3b245c4cf5e6f3d29746c27b0ba61df4c8a5fe83e4dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04362894 BTC
Feerates: 803.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (11,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
903,905 903,905 0000000000000000000063cfc604d498412c4ca46d36522013cee505ca9ccd51 3,474 1.00/1.00 vMB 4
903,904 903,904 000000000000000000015499d38f5a621640fd4a91649af12c0f83b055ea159b 1,437 0.23/1.00 vMB 1
903,903 903,903 0000000000000000000064bbeba7bb177a5b3963a19bcf2f7495e722535eca1b 1,671 0.71/1.00 vMB 1
903,902 903,902 0000000000000000000222acb538c92079d1cacb1da48ba0d8732ea877b8a756 2,805 1.00/1.00 vMB 2
903,901 903,901 00000000000000000000c0ae9b8c4d4a8aef2a248ca3bd85a79a335b5d209e1d 1,918 1.00/1.00 vMB 2
903,900 903,900 0000000000000000000193e07ef688cf7a9b86b7581e4604baa4fc35368b7201 3,080 1.00/1.00 vMB 3
903,899 903,899 00000000000000000001b566e92ab7495f94ca8711760a7fe10ac73a8e01c393 675 0.14/1.00 vMB 2
903,898 903,898 0000000000000000000197420019ecc11e4f74b92297330aa43863fe473b014a 2,126 0.74/1.00 vMB 1
903,897 903,897 000000000000000000012e7adc359c06868132c408cf32fb90b4fe9edb2f8a40 1,742 1.00/1.00 vMB 1
903,896 903,896 000000000000000000016e2baec0a4d5dd19a43f72b21b2e6b71afd7ed8eef7f 2,249 1.00/1.00 vMB 2
903,895 903,895 000000000000000000024b08003ead7e6fc17d83103d212b0b227bd07db0b413 1,621 1.00/1.00 vMB 2
903,894 903,894 000000000000000000008f2d0a79c42a9c9b5b654554892a979800583b958969 2,347 1.00/1.00 vMB 3
903,893 903,893 00000000000000000001ed4a2c59e4774c57c414c51e68b1e0e9d4978fdb1ac0 4,643 1.00/1.00 vMB 5
903,892 903,892 0000000000000000000023254fad4246f5c6ade045ea28fd1153ffe241cc4e27 2,583 1.00/1.00 vMB 3
903,891 903,891 000000000000000000000903723c7b15e708cf2fc0b9464316eb25391e8898d7 2,117 1.00/1.00 vMB 3
903,890 903,890 00000000000000000001f712d91aa4a52207e491de79e4242f35520506993f15 1,014 1.00/1.00 vMB 2
903,889 903,889 00000000000000000000aaf2a9dd0f78a6603c84259aa77909211138deeb20f0 3,953 1.00/1.00 vMB 5
903,888 903,888 00000000000000000000fe9f74520f9f18c2423fc6f2b00e3632f2cea1cc9cb8 3,622 1.00/1.00 vMB 3
903,887 903,887 00000000000000000000a15bdcf4f50a141e2e7795b326d47f0a6cc242e703da 3,707 1.00/1.00 vMB 4
903,886 903,886 000000000000000000000d7828b4fe369bc35339dbc87a9691442cb789672076 2,712 1.00/1.00 vMB 7
903,885 903,885 00000000000000000001d80840d73d277b0b2cce3669681f39a06cd7ffebfecd 2,634 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.94 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.