Loading Tool

Explorer IconExplorer

Memory Pool

83,363 transactions
29.17 vMB
0.07707597 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 613f1b5c8a6bdf42c0b08e7caa8e180f5e48cf5cc0037cab78095e281a9a2eb0
Version 20000000
Previous Block 00000000000000000000aff128195e345133b8158c003d35948ffebe1b4bb614
Merkle Root b3084acdc08ed1b5471afb96980d23d1a84bceeb13da831f056854dcd8db2a7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,929
Size: 1.00 vMB
Total Fees: 0.01291568 BTC
Feerates: 129.78 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,621 (789,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,754 125,754 0000000000000189d9bf3e9972bb2d582e51a5152ec27f403da4a33e52d8138a 12 0.00/1.00 vMB 0
125,753 125,753 00000000000041c6be8c9ace7a73282712caaeffcc0916514f4f1f8bf6fbc617 44 0.01/1.00 vMB 769
125,752 125,752 0000000000002321a98b4545842ccce16901f7caddfee1e388aa518ded740b88 20 0.01/1.00 vMB 430
125,751 125,751 000000000000100ce2a1523a5571b0421c00bba0e140c2ce6d7495e9d6c72f8b 70 0.03/1.00 vMB 881
125,750 125,750 000000000000020cf27066ed2806fe10f5449ee108dbb2ecd1545a36d7872432 1 0.00/1.00 vMB 0
125,749 125,749 0000000000003eaf2f6bc767fc98f56e8533807fd8f485074faab1956fcec748 13 0.00/1.00 vMB 322
125,748 125,748 0000000000001392c3eba1baeafbc92a7edb09a39b1b19a0ff44771b2d50212c 8 0.00/1.00 vMB 355
125,747 125,747 000000000000233915cedff18d1b0b4f6cc864d9602fa4cc3d869b61ee90a9bf 22 0.01/1.00 vMB 163
125,746 125,746 00000000000008c8bab36dbc36bf69ea06477012eaf82b999174b18d7c3dda47 33 0.01/1.00 vMB 1,325
125,745 125,745 00000000000005853ba9b9964fda6e996783fc15beb846817847d85ef4097cad 14 0.00/1.00 vMB 978
125,744 125,744 0000000000001bebfbdb44600d14de89276b9a4f4c0577df69afef7a8715e9ae 35 0.01/1.00 vMB 649
125,743 125,743 0000000000001a074509a7b9b0210579b5024ef99e29f1ec1cda26216b871ac9 10 0.00/1.00 vMB 404
125,742 125,742 0000000000001097f99c9d122bcc99a2c978f3770c59419a8992eb95666463d1 48 0.01/1.00 vMB 268
125,741 125,741 000000000000094eef45795c5be17aa2a42b261493780d0c7bccbaee1585b1cf 27 0.01/1.00 vMB 2,798
125,740 125,740 00000000000019211b080ec459a59fcc09989c3f9531771ba201d682737801da 4 0.00/1.00 vMB 1,353
125,739 125,739 00000000000001e5df07d16d56dfaa1e2f4efc2e5f5f4a4e409a305fe6407042 1 0.00/1.00 vMB 0
125,738 125,738 00000000000033a158c1bc58a6f9b1b5319a708d412fa4187d86b3288eec294a 8 0.00/1.00 vMB 335
125,737 125,737 000000000000373cfbed706aee2ae5a52923aa1920d20c4f0cfc6b0f7405172b 4 0.00/1.00 vMB 0
125,736 125,736 0000000000000066c53357d2fdbdd25de933d395792db64e8d6c429caf2b2bfc 13 0.00/1.00 vMB 1,237
125,735 125,735 000000000000235682e74d130267871f075812f1648a1b8646e9ce4283e9d17b 16 0.01/1.00 vMB 1,168
125,734 125,734 0000000000001e5f4bde30c32bc9be5b87375636c1e051ceeb738f92ca93bb99 10 0.00/1.00 vMB 1,172
Previous 10 blocks ↓
Total Size: 783.47 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: 771.99 GB
    • Received: 20.10 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.