Loading Tool

Explorer IconExplorer

Memory Pool

51,478 transactions
29.34 vMB
0.10664095 BTC
Random Selection Loading Transactions
Max Size: 156.48/200 MB

Candidate Block

Mining Attempt 5f7fe02c58f571b3d01f356f0db09bf04efeda72d45d2fea1cd95feed991d09d
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 42d264503b5a2ecc6475ea213b5ccdf701643a644172ff12c8bceae017302802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.02807698 BTC
Feerates: 79.63 > 2.81 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (534,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,618 380,618 00000000000000000b0ec9a0093e1f416224e46e2f847a475d0779367b7084cf 180 0.24/1.00 vMB 11
380,617 380,617 00000000000000000ea4375f7c9f1625132881561f5433e8286e2561bbc0f3ff 401 0.22/1.00 vMB 30
380,616 380,616 0000000000000000066a3e0e3dc6c443672ce076cf5be0aff91fd51f16982b09 335 0.15/1.00 vMB 39
380,615 380,615 00000000000000000b4097d239d3f1f8ba4d5963dd14e75353cc2c3f9be554e1 1,629 0.93/1.00 vMB 37
380,614 380,614 00000000000000000a4c44f0197b58facaeefaec67df0a2b896d8de0d430de79 331 0.22/1.00 vMB 27
380,613 380,613 0000000000000000022c2aeaadcb511558642bccf10a0ec1f32a9320423b9033 571 0.34/1.00 vMB 37
380,612 380,612 00000000000000000aa6c489c5a73531cb9bcb5b4603dc78f987914c25b7e20e 299 0.21/1.00 vMB 33
380,611 380,611 000000000000000008eabe1cb6d2d1160a4214e4a1fd164f24f9e4422f2060aa 466 0.99/1.00 vMB 7
380,610 380,610 00000000000000000fbab9e288d1c7320ff70750dfb0a858cab60097b9761d72 541 0.32/1.00 vMB 29
380,609 380,609 000000000000000006e5665806c5aeb33e86f791c6a12d50978029ca763d6dae 1,072 0.70/1.00 vMB 36
380,608 380,608 000000000000000005b8d5307521eebe9f18d543e6192dcbf1f2098773f3e2a2 1,236 1.00/1.00 vMB 19
380,607 380,607 00000000000000000d8b897ee99a4210dc8ea5e9a5cef89a66d4cc1637d3dde9 381 0.17/1.00 vMB 36
380,606 380,606 000000000000000006db87ea18fc4220c008685e687a2ecfd54baf5692ccca0e 675 1.00/1.00 vMB 10
380,605 380,605 00000000000000000ff870f6b8d3c5d1c7189cb272971e6256196e3f9a77bd15 1,910 0.93/1.00 vMB 34
380,604 380,604 0000000000000000045bd722a94271290c5a30d1240e8c61514fe1f903110a3d 342 0.22/1.00 vMB 23
380,603 380,603 00000000000000000fdce7fe2ed092743f9de9554568600777fa54c05a8a69c2 821 0.52/1.00 vMB 29
380,602 380,602 0000000000000000087252aedb00d94ba2ff730f1662c1bf2e8ffa3261bc67bf 1,406 0.84/1.00 vMB 29
380,601 380,601 00000000000000000f9d83f263cacfaa07d3e81dcac4ddf108bfbc977aaa3d7a 1 0.00/1.00 vMB 0
380,600 380,600 0000000000000000072c3f7488ca8c6f571ef20e08012233bbf28056795645d8 311 0.17/1.00 vMB 29
380,599 380,599 000000000000000009aa4d6d4d4313b0305fd36c371a09b5b01ea5d714b79942 355 0.21/1.00 vMB 28
380,598 380,598 000000000000000006e74b7306205d7e0092a8de09852adefef3ebc781d42171 1,457 0.75/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.88 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: 645.07 GB
    • Received: 12.67 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.