Loading Tool

Explorer IconExplorer

Memory Pool

73,715 transactions
27.36 vMB
0.06395524 BTC
Random Selection Loading Transactions
Max Size: 167.06/200 MB

Candidate Block

Mining Attempt 87883ba81e747792023ea7becf8d6c7b76511f1794ca6048ad0fa20e5ef8074f
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (121,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,592 793,592 00000000000000000000b1dc0c3c125d14b3757661ce66fa8bc9ce45ed64dc38 2,770 1.00/1.00 vMB 35
793,591 793,591 000000000000000000000e79fde642bdbc38559e721933f956a62b3f5c5c814b 2,436 1.00/1.00 vMB 33
793,590 793,590 000000000000000000043eb2df681e23ffc4affc17e0e9c53c369a8ad7fc30ee 3,461 1.00/1.00 vMB 31
793,589 793,589 00000000000000000001420b47a724dc9aa29e5bc96dfec39f1815f489989a5e 2,931 1.00/1.00 vMB 25
793,588 793,588 00000000000000000002b6aa6d63d05b1a951fa09b7d6867672c8a3bda54ad0e 2,601 1.00/1.00 vMB 54
793,587 793,587 00000000000000000002b076300c50ac251e6091ce55cd02e706b076741cfb91 3,621 1.00/1.00 vMB 35
793,586 793,586 0000000000000000000509dad04f2e16fc502968f730117f3f3af293f50f2f85 3,250 1.00/1.00 vMB 35
793,585 793,585 00000000000000000001caef97b8bfbc3c3bf8361f9d8e71813ef1eb2fb75050 3,675 1.00/1.00 vMB 51
793,584 793,584 000000000000000000005083b6f71c349a5f572ce3bc243b8dce480d2bba1807 3,739 1.00/1.00 vMB 49
793,583 793,583 000000000000000000006809dba9ccb54e054d2a7d5441963945f18120897f2b 3,121 1.00/1.00 vMB 94
793,582 793,582 00000000000000000000faf91ff055ea91199bbb7c70166f1e4c5db85d4b1966 2,377 1.00/1.00 vMB 53
793,581 793,581 000000000000000000025cefaa0453b3b671cd2560de2bc0c85339265c1a68f3 3,042 1.00/1.00 vMB 66
793,580 793,580 0000000000000000000248a7a8b1e81125f8d49b5dc542e274b4bd3c6d2bbfa5 3,670 1.00/1.00 vMB 68
793,579 793,579 00000000000000000003a22edbc3912907d944e0177912223d08be4a1b716cbc 2,645 1.00/1.00 vMB 34
793,578 793,578 0000000000000000000158c2f28dcb1f02afb5702fc6e47ea4c20c06affe57d5 3,542 1.00/1.00 vMB 55
793,577 793,577 00000000000000000001e1c6a34bd2e4ffd90c808d650956ef227cf5b2c0569a 3,211 1.00/1.00 vMB 34
793,576 793,576 000000000000000000010c47cf8edb3b18674614a2876e7a3b4d11d42c82c3b9 2,535 1.00/1.00 vMB 44
793,575 793,575 00000000000000000003c1b2c020c80de5355107f73f5aebffea7426d725bda8 2,370 1.00/1.00 vMB 63
793,574 793,574 00000000000000000002a4f5cd899ea457314c808897c5c5f1f1cd6ffe2b266a 3,430 1.00/1.00 vMB 92
793,573 793,573 0000000000000000000431989b6500c964a6c23a7d7ab23fa07c7d085cd214cd 2,516 1.00/1.00 vMB 40
793,572 793,572 000000000000000000020a920317ebd6430f90aa8321f9c992d33754b73e8aa8 3,055 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.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.