Loading Tool

Explorer IconExplorer

Memory Pool

40,121 transactions
27.10 vMB
0.07324578 BTC
Random Selection Loading Transactions
Max Size: 139.63/200 MB

Candidate Block

Mining Attempt c127b2b35ed31e2c1a4e116c1f045e16d5c2ca7721c7091999e84919a2ec9afd
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 216c523021bd09949a8f128fe7ece04c7257ca70d1571d498622e6e92830bb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,055
Size: 1.00 vMB
Total Fees: 0.02200530 BTC
Feerates: 107.72 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (246,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,013 668,013 0000000000000000000495664f37a9549e4768ef1928437182c5763956a8e3c9 2,187 1.00/1.00 vMB 12
668,012 668,012 00000000000000000006a46065a6135a54eb75bc75d0fa1f702603de4a5f8ec1 2,712 1.00/1.00 vMB 33
668,011 668,011 00000000000000000002681f107146648171dee66202d473640c001c6e2dcb3a 2,564 1.00/1.00 vMB 58
668,010 668,010 0000000000000000000a63dc7bea4966c6a9c2b8ad7b0b64dd343b929cc03775 2,265 1.00/1.00 vMB 71
668,009 668,009 0000000000000000000427f343e4cca5793af6982e12b698c8716103374b94da 2,424 1.00/1.00 vMB 78
668,008 668,008 0000000000000000000257b60fc9f068a5917f83bfeeb4815c0087a116df8f49 2,094 1.00/1.00 vMB 84
668,007 668,007 000000000000000000063735cf00b7a5d48148d6d1ab3a2147a837f6a4e074b8 2,643 1.00/1.00 vMB 93
668,006 668,006 000000000000000000027078a58dcdd1e34a1f67b458c5f2e94447b412542459 3,256 1.00/1.00 vMB 104
668,005 668,005 0000000000000000000a0516fb3ca4b824b4d0bac47c898fe017efb503dbfc90 603 1.00/1.00 vMB 13
668,004 668,004 0000000000000000000142d834ff1d589572b84d9b0c13f3b6640d3b46fb51ae 510 1.00/1.00 vMB 19
668,003 668,003 00000000000000000001e87db8e0d61bb619897a9296afd2dc099da1b267bcab 1,021 1.00/1.00 vMB 42
668,002 668,002 00000000000000000005afbf5da7899d2486cd9bfef86c9e7793015d6f11f793 1,361 1.00/1.00 vMB 36
668,001 668,001 0000000000000000000a5a880ea55a35c2e4ee4425fa888eb714f6a7ed0a70ed 495 1.00/1.00 vMB 12
668,000 668,000 00000000000000000000f608724d1e152a875384e5ed06ae4a889c5a6c19c2f1 2,341 1.00/1.00 vMB 19
667,999 667,999 00000000000000000006c8bd8f7ef2b5f792ad2cc1dd7c3ad654db82edd62de0 2,605 1.00/1.00 vMB 57
667,998 667,998 0000000000000000000ad56e99255768d19b1910fd6273a7efd8ee7092f5f080 2,421 1.00/1.00 vMB 29
667,997 667,997 00000000000000000009560c0033a9a79ce1b6e52e691db89dc7ef4332c2ec65 2,348 1.00/1.00 vMB 69
667,996 667,996 0000000000000000000b0483c24692437bf47295bc937c6005cbfaf4d10a3a0f 1,824 1.00/1.00 vMB 81
667,995 667,995 0000000000000000000184ce26a093d6427b998e04b395e2d5d720a7c8903eb6 1,817 1.00/1.00 vMB 40
667,994 667,994 0000000000000000000541381e227584988d7c1550e14e9adb9f229f36804031 2,489 1.00/1.00 vMB 85
667,993 667,993 000000000000000000011c945a1b9a8378463cb6d491a3f4f4a449f519e79b37 1,292 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.