Loading Tool

Explorer IconExplorer

Memory Pool

80,441 transactions
30.89 vMB
0.09020835 BTC
Random Selection Loading Transactions
Max Size: 186.82/200 MB

Candidate Block

Mining Attempt 98d3bbc02575df7a75d621278b3e82d28af3f078d693faabefdb32e624c03441
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 0f031e658a0dc8b32860fb53677c795dd4b06d8d21277f9c35c82fe799bbf40e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,187
Size: 1.00 vMB
Total Fees: 0.02378200 BTC
Feerates: 110.56 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (803,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,751 111,751 000000000000a3f0a25f0710f07c8ad9757c67c52da57ff63e6052fa525a1951 10 0.00/1.00 vMB 0
111,750 111,750 0000000000002a306d42d0d2c3c31baaf8dcf08dab6fb7c512a6ef64a267fb6a 17 0.00/1.00 vMB 0
111,749 111,749 0000000000000ff9a5c0c55a7e655c98d13117d15d87bb262ccab79c5c4ce1e1 8 0.00/1.00 vMB 0
111,748 111,748 00000000000011f01ea9b5bfa5d94c892ca034d82df0761f4dee7c2f449c75f0 2 0.00/1.00 vMB 0
111,747 111,747 0000000000008911e28333cbc144334b9937e9feb83b3edbbb9983270a12e36b 6 0.00/1.00 vMB 0
111,746 111,746 00000000000100fe0ba4176902e519463379715f904a76b603927450d487aa3b 1 0.00/1.00 vMB 0
111,745 111,745 0000000000007162d3a987c65bcf9888d063728d8d5e741dccf728e3dfddd4f2 4 0.00/1.00 vMB 0
111,744 111,744 0000000000009f578367ff6d435e67bc2333ca55ad15c72f831885f716405da1 4 0.00/1.00 vMB 0
111,743 111,743 0000000000000c31994f90878f53707fdb0e35f4690e4745c9684f8d2883b2f2 1 0.00/1.00 vMB 0
111,742 111,742 000000000000ac2adb9183be2e7d47370f3ca53ca5862cee7fdaa9d2b27243ce 8 0.00/1.00 vMB 0
111,741 111,741 000000000000ba6b95b1d29ef9a32464187143ec2199dbe164428bd27a3c5c37 4 0.00/1.00 vMB 0
111,740 111,740 0000000000003f8d829f52ef338a1f5bb8dfb36520ea3dceff04010f7df86ad4 4 0.00/1.00 vMB 0
111,739 111,739 0000000000000412311e6840d835e1c795fc3b5e20fa2092eb38edb8b96113a7 3 0.00/1.00 vMB 0
111,738 111,738 000000000000958b68f069c8f4a3a6f4f3845b10c28ebc750846e99355b167ee 1 0.00/1.00 vMB 0
111,737 111,737 000000000000d9d22fa0878279943872014917555e0931812bd2dac82baf79b5 5 0.00/1.00 vMB 0
111,736 111,736 000000000001023a90c4361caa5ed6ad994aa1f6da2be723d94a280089ce652e 12 0.00/1.00 vMB 0
111,735 111,735 00000000000001544664e71870584725d2ed6e2af53764f82f47344c4ec54be3 6 0.00/1.00 vMB 0
111,734 111,734 000000000000ce189b43d53fc91733bb5f6d52c40b820d92a4c4d4beb2591da1 8 0.00/1.00 vMB 0
111,733 111,733 000000000000c532703bf97de4aaf1e2dd0e9843cfa560a9dce42022336712fd 2 0.00/1.00 vMB 0
111,732 111,732 000000000000af8dca6ce4691dfd6c7b0e4321753c9d8f9b28e7ebdbae88fb83 1 0.00/1.00 vMB 0
111,731 111,731 00000000000090b0fc92b0c466b36e6c29bf4113998ce7080f320883af927aee 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 699.13 GB
    • Received: 16.59 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.