Loading Tool

Explorer IconExplorer

Memory Pool

79,006 transactions
29.59 vMB
0.07356707 BTC
Random Selection Loading Transactions
Max Size: 177.60/200 MB

Candidate Block

Mining Attempt 5fe54d03259b91f13cf7716844d93bf15110f017619c33722193b2fce4b77f95
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7ccbaf37f4b861daddff0a4da76d9cd11c78eadd80a2932a8fcef224f2660d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.01346181 BTC
Feerates: 150.98 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (221,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,065 693,065 00000000000000000005082957f94de9439bd9b3696402540e84e4a5d647d540 2,884 1.00/1.00 vMB 13
693,064 693,064 000000000000000000136d9e38dc8cda9910b9b3d9c60468391efee1d8f68be3 3,599 1.00/1.00 vMB 7
693,063 693,063 000000000000000000114ef7b51de06fa29b4af2b526d4347c29c2ae6fc01f20 2,375 1.00/1.00 vMB 13
693,062 693,062 0000000000000000000b72369916e27b76f168b526ff074b822824a77665eed9 2,498 1.00/1.00 vMB 18
693,061 693,061 000000000000000000075e0f6d836a5116cc64ed41f51e48a12b147bea439a9d 1,531 1.00/1.00 vMB 10
693,060 693,060 0000000000000000000fc356177adb27d1574ae2106dbe9b4bc9bea859352fff 2,380 1.00/1.00 vMB 7
693,059 693,059 00000000000000000003540e01650b120240558bf8bd204f0cb65b803efb6d0e 1,147 1.00/1.00 vMB 10
693,058 693,058 0000000000000000000033a330ca9bbe5344cbc9e98bce2a7410d8426e755b78 2,002 1.00/1.00 vMB 25
693,057 693,057 00000000000000000006eb5904397f5a46b48c122c2beba50be34e7b001efcf9 3,453 1.00/1.00 vMB 4
693,056 693,056 00000000000000000000c7fc5cb3d55ae17a46ff9f47416374acf4a5dc510940 1,313 1.00/1.00 vMB 9
693,055 693,055 00000000000000000011df78e1e11ec4ae1988027e6a4f3535e14fdb6b80ff21 1,172 1.00/1.00 vMB 10
693,054 693,054 00000000000000000003fef36d583527c029f7e4a1f4d26a8440fb5f60978321 3,342 1.00/1.00 vMB 25
693,053 693,053 0000000000000000000f3637c4f047f70ec092cc1921352da7ed916bed32af15 2,769 1.00/1.00 vMB 39
693,052 693,052 000000000000000000100622f9b0b2eff770aaa072090898c1f591f8f39d6b00 2,362 1.00/1.00 vMB 12
693,051 693,051 000000000000000000123e3e6e551137ab0d6d3b083b074941336a9597262493 2,084 1.00/1.00 vMB 12
693,050 693,050 000000000000000000089f6018e5ad71dadd1c4166364dac7192f34d500235b5 1,535 1.00/1.00 vMB 11
693,049 693,049 0000000000000000000c3f6837681739bb5809a86c75df727007bff7942e445f 599 0.40/1.00 vMB 13
693,048 693,048 00000000000000000008398ef2f5f1fdf3114f6a731f830fb15e71d8b1aa2960 485 0.20/1.00 vMB 12
693,047 693,047 0000000000000000000d767b8a1c47f0a4e8a03aa591107551ae7161eb662148 1,233 0.76/1.00 vMB 5
693,046 693,046 00000000000000000002ffa21e49f616c7306054c6c40702d92b427861a0d0e6 2,779 1.00/1.00 vMB 15
693,045 693,045 000000000000000000110cb2cc33cca73484ae81fe77226bd51aaffcc26efd1d 1,195 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.