Loading Tool

Explorer IconExplorer

Memory Pool

39,881 transactions
28.84 vMB
0.06338798 BTC
Random Selection Loading Transactions
Max Size: 146.76/200 MB

Candidate Block

Mining Attempt cae97a81a924327c70715cd32a26ec8d8dcc869637f175d24302fcc925a5dec8
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 3dd01f39459cb10ab86fccaa0dd750218ec263942cd069bc8e01a0f05228775d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,273
Size: 1.00 vMB
Total Fees: 0.00726280 BTC
Feerates: 50.27 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (297,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,892 616,892 0000000000000000000fb4e254447b96dc1eaa725e3f2d29abd93b6bd0efd3c0 2,059 0.74/1.00 vMB 19
616,891 616,891 0000000000000000000f1a3d24877d8ac56f57f2ae4678febe4aed93e6b65976 2,462 1.00/1.00 vMB 9
616,890 616,890 00000000000000000010a8036cf71e2cc2ead89ddf9d7e527bd0973079397eda 2,434 1.00/1.00 vMB 22
616,889 616,889 0000000000000000000580ccff1181d60715d33794e7ea5ebdffcdd740b92ad1 1,519 1.00/1.00 vMB 5
616,888 616,888 00000000000000000004603516a7e17e2bcdfbfe12388e352904b4e939c679a3 1,298 1.00/1.00 vMB 8
616,887 616,887 0000000000000000000a2c5060da0d40f9bcb1f8fc3ed9ae8ee26268f0969474 1,127 1.00/1.00 vMB 5
616,886 616,886 0000000000000000000267036c214abd7c3d8db2cd71bef88da548c3c5fd6a4c 2,333 1.00/1.00 vMB 17
616,885 616,885 000000000000000000018c0cc755a9245e169e45ec1c3eb55c20d3bc548f1bb0 2,772 1.00/1.00 vMB 35
616,884 616,884 000000000000000000010f8de3a9252411f4ef16c9ae660415a77ca60aa1913d 2,305 1.00/1.00 vMB 16
616,883 616,883 00000000000000000005adc72775b3d3195609adc6e40350bec48d64e044c6ca 806 1.00/1.00 vMB 5
616,882 616,882 0000000000000000000ada81bceae3c5b00e3b776afc18e946cb7051a880eeea 2,134 1.00/1.00 vMB 6
616,881 616,881 000000000000000000077bdc81d592af4dfd317567d956a6b197f922cdcb7e8a 2,727 1.00/1.00 vMB 30
616,880 616,880 00000000000000000008fbaac4abb5651d8271a7439901556bcc671ca472e519 2,404 1.00/1.00 vMB 15
616,879 616,879 0000000000000000000e4188d65cbad549ffe0a366d5f7805cec036a05b91e21 2,050 1.00/1.00 vMB 12
616,878 616,878 0000000000000000000b6f184b322d56ad597b0b4dd9d4252d50242f21375717 3,262 1.00/1.00 vMB 14
616,877 616,877 000000000000000000039e880dbd98612004f8aca9983d716f9d05a69eb5858c 1,599 1.00/1.00 vMB 7
616,876 616,876 0000000000000000000926f917ebff0d60551b56fc1c6223416391f91577f66f 1,933 1.00/1.00 vMB 18
616,875 616,875 0000000000000000000a4e64b5fcf0872cd8ce7f957a36b3e33b249d68b1b620 2,058 1.00/1.00 vMB 9
616,874 616,874 000000000000000000029844e6d55a911e28e50f1726f94964eaaf3ffb16a04a 1,462 1.00/1.00 vMB 11
616,873 616,873 0000000000000000000a7a9eef9f6565e9a213286576ee4cf4ade939aff5c600 2,886 1.00/1.00 vMB 20
616,872 616,872 0000000000000000000154b17411b15558e19a139dde8cce6d2812907303d187 2,649 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.57 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: 622.67 GB
    • Received: 11.36 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.