Loading Tool

Explorer IconExplorer

Memory Pool

78,606 transactions
29.82 vMB
0.07716019 BTC
Random Selection Loading Transactions
Max Size: 181.97/200 MB

Candidate Block

Mining Attempt 723edb0a7d3f1c6c4a1c9b3f6a7de05c11b805b5709309461988707269db315a
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root e68d0c9c4155140500a0c9c340fea2fbf509b211604f85ce21152800929cb825
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,058
Size: 1.00 vMB
Total Fees: 0.01115385 BTC
Feerates: 100.46 > 1.12 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (488,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,080 427,080 0000000000000000016ad64a1c51dd75b2282d4634e9801a8fb9b079f9a2fd48 902 0.35/1.00 vMB 67
427,079 427,079 000000000000000003bd59103d437fe5cf2e046a1955dd0f970f2f413da2f67f 1,078 0.52/1.00 vMB 55
427,078 427,078 000000000000000004711de1d67fc2f77fbc52b9f468aa6c1c19d66a06fe922e 2,410 1.00/1.00 vMB 70
427,077 427,077 0000000000000000029f166a97c8b106e1aad6f1d727315dd317509e4983bbb3 102 0.04/1.00 vMB 101
427,076 427,076 00000000000000000264959bf4e0fa6744bdad14f38fd047b8f2a314edb94dec 29 0.01/1.00 vMB 61
427,075 427,075 0000000000000000009e7c0f12f2f1398ef70e47b1520dcb3c748d2e8a89cddf 2,062 0.77/1.00 vMB 67
427,074 427,074 000000000000000002675a0d65564a3fa1af17f2578d29d1830c499f5673e790 635 0.23/1.00 vMB 72
427,073 427,073 0000000000000000031f911246356e8d55e1ab7588b986c4126871a707599e19 78 0.03/1.00 vMB 72
427,072 427,072 000000000000000003e72cb26688fffd4c7d055191ad94cb9fc18a0d9a8edc10 403 0.21/1.00 vMB 51
427,071 427,071 000000000000000001d9ec46051b4307e7798acbbc7732d9066c458e0e0a02e5 1,921 0.99/1.00 vMB 44
427,070 427,070 0000000000000000034793baeb3c9cd0f20926440211407c0e58e118974adbfb 1,757 0.99/1.00 vMB 38
427,069 427,069 0000000000000000049911d7ab08c2d33763f63a4db7ad49d2bfb53b81a12339 2,867 1.00/1.00 vMB 96
427,068 427,068 000000000000000000a2ebc1e7b01e9d5bfe449633474c23f03ef2c26253cb35 1,622 1.00/1.00 vMB 55
427,067 427,067 00000000000000000168d17bfc4f699831ae72bb11a71c578e0a7ff892bd553b 2,980 1.00/1.00 vMB 68
427,066 427,066 0000000000000000033fcdbbf32ddcf65dd236c0c96d6853eca837745fcaaf11 2,915 1.00/1.00 vMB 113
427,065 427,065 000000000000000000c1e3a1a325eb442c30fbf531fd60ef597c593a05841b17 710 0.33/1.00 vMB 69
427,064 427,064 0000000000000000000bd653d7f12396a1d0d5d0d17bb5b1f552999890643103 583 0.22/1.00 vMB 77
427,063 427,063 00000000000000000373bb9d47bbdc85bfe6811e3144e283109623198e1609ef 1,054 0.39/1.00 vMB 78
427,062 427,062 0000000000000000032474c1cd5d1ea912e2b1e64e00c873fd9a9cffaa789159 1,193 0.67/1.00 vMB 47
427,061 427,061 000000000000000001df1fd9288cabbb37019f3a1dc91860f5fe3a54fdee93fa 2,641 1.00/1.00 vMB 76
427,060 427,060 000000000000000002ec082da5139b64aa18b5dbfa0a12e060e65e7bd77f1984 240 0.13/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.