Loading Tool

Explorer IconExplorer

Memory Pool

46,340 transactions
32.30 vMB
0.20746706 BTC
Random Selection Loading Transactions
Max Size: 164.72/200 MB

Candidate Block

Mining Attempt 926fc3ba89ef8c59300283e0832bd50b6e57a80ed070a99ae2594a7d7668c531
Version 20000000
Previous Block 0000000000000000000180d1a95e68be67332eadf4bc97ab9a274099cab0a39d
Merkle Root 4ec3de4a5e71cd6a2e8487e114d750da8123bfaf57b218c18f2d357a5738a5cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.13342202 BTC
Feerates: 101.65 > 13.37 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,459 (900,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,398 14,398 00000000573ba0087445451fd7aee7210178db49e7bde83cff56ec0c5a4540db 1 0.00/1.00 vMB 0
14,397 14,397 00000000bb94873f58fc79cd2ddddc3ec39406fe73cf616cd4ae435035dae4ce 1 0.00/1.00 vMB 0
14,396 14,396 00000000d3efbfd2ff3e707f395a69553c8c37b12684a78dca604b1f307ba408 1 0.00/1.00 vMB 0
14,395 14,395 00000000aa065892ca51a0091d92765d10565ae3b60fda0a4c35efca2e37c5eb 1 0.00/1.00 vMB 0
14,394 14,394 00000000a9e15487716784c0c0f93da40839c529106a27dcba639947092fc678 1 0.00/1.00 vMB 0
14,393 14,393 00000000773f81efb1a9a51eb774b7b0d83bbfd8c0b4e1ac14a8a6c00a71b7ba 1 0.00/1.00 vMB 0
14,392 14,392 000000000c83302d8bbc84c35dba0fcc3c171a280acf996c162df70c74a7db8b 1 0.00/1.00 vMB 0
14,391 14,391 000000002653731659cb82905d61341f37219c2c2d5b6f18122b058e61e514bd 1 0.00/1.00 vMB 0
14,390 14,390 000000002846e40a9dec4ebf3f260f31ef62e254da9a68b6a8bc66181ba0015d 1 0.00/1.00 vMB 0
14,389 14,389 00000000816bfa51d37b5c457b77752a5dea320d8f935ad3e35fb1f691fd7c7d 2 0.00/1.00 vMB 0
14,388 14,388 000000005120a2bfadea5d81aca48271d9e1f3129388ea5f26a8683d519c9953 1 0.00/1.00 vMB 0
14,387 14,387 00000000bd650f0b5d61058bc636328c09bf17c03319087ed7bf34b5a4408d6d 1 0.00/1.00 vMB 0
14,386 14,386 00000000c787a9801ab0e3f58219624cddb948c3a20304c84c7fc03dc6818634 1 0.00/1.00 vMB 0
14,385 14,385 0000000021ecb3691998293dd306cad96c7b515ac3f4c97692e9f82de6e28b11 1 0.00/1.00 vMB 0
14,384 14,384 0000000050f2f4c0d039e2ee0c13fa91b0de834ea07abb17f1a894facfe7c7f2 1 0.00/1.00 vMB 0
14,383 14,383 000000002b21bc7d8df8627009482bdeae779be936866942a265a4ae515123ec 1 0.00/1.00 vMB 0
14,382 14,382 0000000047813763d33807e21f80a53eb869d63115ec4201046b05de0965706a 1 0.00/1.00 vMB 0
14,381 14,381 000000000a18e45f2be60cafac709b376ec6ee54d14f8dab7a21883e1819fb85 1 0.00/1.00 vMB 0
14,380 14,380 000000009b87d23715252e166139b48d7a426afc20e1e260ae5b217b6e930eb8 1 0.00/1.00 vMB 0
14,379 14,379 0000000059f6e95ee8b8c01ce2e3554db027a64aa3006eaaf878b735e7a3e8f9 1 0.00/1.00 vMB 0
14,378 14,378 000000005971ee644dbf4efc5f0cfe8cee3bb710bbd2a9c1575cd72a198ff904 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 608.53 GB
    • Received: 10.65 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.