Loading Tool

Explorer IconExplorer

Memory Pool

46,210 transactions
28.17 vMB
0.07463356 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 319efc0fd6f01f4f67b3ffda9b5e6e1ed88bfda8d1659d4a89af480c0b767f28
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (133,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,076 781,076 000000000000000000056f2c2dbdb972d1fc978bd631b8eb9885378f137e1753 2,879 1.00/1.00 vMB 22
781,075 781,075 0000000000000000000460ab7d61e38624c4f73c3f0cf59c6fe128b9a2906e23 3,239 1.00/1.00 vMB 28
781,074 781,074 000000000000000000056ff17075b7833303ec18054847363f523aeddb16e3ae 3,712 1.00/1.00 vMB 29
781,073 781,073 00000000000000000000ff869d5f64ebee34e13e6bd64adf6a970e35882a3ae4 3,250 1.00/1.00 vMB 29
781,072 781,072 0000000000000000000274598b90e96ddb6924956da68464f18083127bc2c1a7 2,364 1.00/1.00 vMB 32
781,071 781,071 00000000000000000006009044fab1572ea341ae3accd6de4ac9257ea9f5c927 2,351 1.00/1.00 vMB 44
781,070 781,070 000000000000000000019534996f0305026eaa4f9d747f84eb164b450d6c15db 3,489 1.00/1.00 vMB 32
781,069 781,069 00000000000000000003311dab5105de0e1ca39c7dc31df3616f7b5e7f2a5acc 3,360 1.00/1.00 vMB 37
781,068 781,068 000000000000000000059f89b91801e2c5455029c5e29e49ac83152cc0088edc 3,220 1.00/1.00 vMB 33
781,067 781,067 000000000000000000056c9ab54e5bd77686dd4991bba5c6e66ae146aa934aa9 3,366 1.00/1.00 vMB 39
781,066 781,066 000000000000000000019e7a032ba2651796df086efc016ebcfbb97c612f07fa 2,380 1.00/1.00 vMB 60
781,065 781,065 0000000000000000000653d2e816aad9311b92e1ac1312e254683e6702aedfba 2,232 1.00/1.00 vMB 16
781,064 781,064 00000000000000000004cfe03d2455ae4627c52f1ac061587ca80a9e6d8c62a2 2,654 1.00/1.00 vMB 25
781,063 781,063 00000000000000000003dbc6c311090d48a72cca49a8cba2185efa139537d174 2,571 1.00/1.00 vMB 30
781,062 781,062 00000000000000000000b8514984258df55776d26b994fe6bc3bff3fb0d3cc4f 3,803 1.00/1.00 vMB 30
781,061 781,061 00000000000000000002c0d93341b0b23a4557ee79cae3239b251fe954100ef7 1,919 1.00/1.00 vMB 38
781,060 781,060 00000000000000000002695868c609adc2a2d10224f4dab0063681f8922b00b2 2,803 1.00/1.00 vMB 22
781,059 781,059 00000000000000000003d1a7c11dee898061a3e5eef38ae4ca231a452d48e6ce 1,476 1.00/1.00 vMB 20
781,058 781,058 0000000000000000000347b722d2027c2867419a0b4116877ff3813fad651d14 2,550 1.00/1.00 vMB 21
781,057 781,057 00000000000000000005f6146008628666bbcebba10bcf4f01c006cb6ba2ac94 1,525 1.00/1.00 vMB 15
781,056 781,056 00000000000000000003063282d2b8dd77e4007739f1abfe13f243dd6b7b494d 3,044 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.28 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: 656.76 GB
    • Received: 14.43 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.