Loading Tool

Explorer IconExplorer

Memory Pool

57,084 transactions
17.26 vMB
0.04665027 BTC
Random Selection Loading Transactions
Max Size: 110.02/200 MB

Candidate Block

Mining Attempt 18b6bd45ca9c25fd8e976824f3a08f9791471cb008d6dd1d9e6c062c41151945
Version 20000000
Previous Block 000000000000000000002115e61bc58bb9d2fa9e5ebbc3642a8ed82b9d63ef46
Merkle Root 71b5a25b6f26df9c321e154e67a7aa2ce3d44b86697b092d0db20949b7117d32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,640
Size: 1.00 vMB
Total Fees: 0.00813026 BTC
Feerates: 150.66 > 0.81 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,737 (811,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,805 103,805 00000000000178fe029071a32acd5059a6f9649dc314cd1094d5fe788e9de0a4 1 0.00/1.00 vMB 0
103,804 103,804 00000000000215961751ec128911eef171a74f46e972cb42246344ba6ad8ac9d 2 0.00/1.00 vMB 0
103,803 103,803 0000000000013b4075d7411a9230532cbd19061d42361e24335e86e71b2a21fd 4 0.00/1.00 vMB 0
103,802 103,802 000000000001f8dc771f9b173dc6161c6552a9a4c3115e673433cc4b4c0a2e02 2 0.00/1.00 vMB 0
103,801 103,801 0000000000017bf13e668c766e2cce3594ee5602834769429eb5fd27aff994fc 22 0.01/1.00 vMB 0
103,800 103,800 000000000002c0fb904c4b769816dcc8ecba468f1b48852621ddc299fb07ae18 2 0.00/1.00 vMB 0
103,799 103,799 0000000000033205e7d2b82f069824844a1d539d385adaec41d65441a6ac31f4 2 0.00/1.00 vMB 0
103,798 103,798 00000000000131fd4810ed78bd66abb5a29fd89d27118f2bdb9ec51187386181 2 0.00/1.00 vMB 0
103,797 103,797 00000000000103aa1d71ad34e4a8f4f4cde92190b62c92a015df298508755a3c 7 0.00/1.00 vMB 0
103,796 103,796 0000000000022bd59acf79bbcf869cd4e996a2695a493272d0a740ce365b2a38 1 0.00/1.00 vMB 0
103,795 103,795 0000000000023125f24509edb1cd5298c7ce40ea6045a8bb8240652a2867e7ff 1 0.00/1.00 vMB 0
103,794 103,794 000000000001543a3114d11975bb4fa1f6a8c94559aa1e36bdb20d468d588c82 1 0.00/1.00 vMB 0
103,793 103,793 0000000000014c122a9e2a340a0d27f9028708471e4407ba52df75f60035c0aa 1 0.00/1.00 vMB 0
103,792 103,792 000000000002f718ec7a3dd7b5d96a6b09b8514798583e506ebffc630bce8c5c 1 0.00/1.00 vMB 0
103,791 103,791 000000000002ab8f805ee1823cd7d1b81d1163db48e81c25de2b9352f7e55b72 2 0.00/1.00 vMB 0
103,790 103,790 00000000000185f734a09d6081a13f42c9cafa6b478d2a4605eb24d3702b4eb8 1 0.00/1.00 vMB 0
103,789 103,789 00000000000191a8f113d556072a1119a80cca05f0729606d949cf6bba0a6cc1 1 0.00/1.00 vMB 0
103,788 103,788 0000000000028dba66f25c1eb499c8d7110edfff87c2736ac3d872125ec3bf21 1 0.00/1.00 vMB 0
103,787 103,787 00000000000136989b97e9f096c3fcc3f4ee5a78caf31485a57764841fda54cd 1 0.00/1.00 vMB 0
103,786 103,786 0000000000009f0a792ccdc807dbc2ffa3660a0718c1772779cfef7e7b88d44d 8 0.00/1.00 vMB 0
103,785 103,785 0000000000032004dcd49e729f49a1d9c10326a69c24953ae2cafa9a53ce2e1d 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.65 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: 776.45 GB
    • Received: 21.03 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.