Loading Tool

Explorer IconExplorer

Memory Pool

40,456 transactions
26.16 vMB
0.07282996 BTC
Random Selection Loading Transactions
Max Size: 135.84/200 MB

Candidate Block

Mining Attempt 9eefd84a5b782922657ff177c5e00e8b3b76170277e36521d0346099dcbe8332
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root bc4087cfad2b63de48ba351a57de7d69942cad1afc3caf6e015301e0c2a0e525
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.02513508 BTC
Feerates: 73.20 > 2.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (67,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,571 847,571 00000000000000000000a3b6649072161784e4b09dcd878f9a6d126574bde4c6 6,868 1.00/1.00 vMB 26
847,570 847,570 000000000000000000027d60d069813d620a9f7140e43f30e3b29f26f7346619 5,236 1.00/1.00 vMB 26
847,569 847,569 00000000000000000002c7ac2eb544c73955e09d47d82de194c5f23be395dbe9 3,457 1.00/1.00 vMB 29
847,568 847,568 00000000000000000002da5a1b3f10efb843de19a375d02cf6392ddbfcdd074b 3,406 1.00/1.00 vMB 38
847,567 847,567 00000000000000000003324c4c7c57f82eca83a7e19a5dfe6751ea01108e5d18 4,236 1.00/1.00 vMB 29
847,566 847,566 000000000000000000035c72213c7608dcf93d639c5a3f155d190697ae8a45a8 5,461 1.00/1.00 vMB 26
847,565 847,565 00000000000000000002cbe17c36eaf8beda926edcb33fdd73df0f973e386d25 7,410 1.00/1.00 vMB 23
847,564 847,564 00000000000000000001ef5d14f942b987fdf4a3a8400fa3a6f4dc7ccee394d4 4,654 1.00/1.00 vMB 23
847,563 847,563 0000000000000000000280f3b71883c90fdb133dc5f1667762e088e11c505dad 6,290 1.00/1.00 vMB 25
847,562 847,562 0000000000000000000265d8dee1f290561536a1c7c547e9d10ef086e2fa304b 5,423 1.00/1.00 vMB 28
847,561 847,561 00000000000000000000ea0900bc371774aab4fba75bceb4e42a3e57f5069c49 4,009 1.00/1.00 vMB 30
847,560 847,560 00000000000000000001627f708b498f1268babe0d600f8271f0bffbb47a2eea 3,585 1.00/1.00 vMB 31
847,559 847,559 000000000000000000034b1151c2c97b70b4d7cf71c6ce65a359f5544e17ed96 6,031 1.00/1.00 vMB 27
847,558 847,558 0000000000000000000324c32312d67497e71573029c0b457a9561300766a6ad 2,502 1.00/1.00 vMB 29
847,557 847,557 0000000000000000000141547b5934b859544b9628f0d321173f6f34f3add109 2,886 1.00/1.00 vMB 35
847,556 847,556 0000000000000000000146bc3a366e776b034a20cb77c21ab78573d07e27eaa6 6,221 1.00/1.00 vMB 27
847,555 847,555 00000000000000000000e571ee4eb7b5b63b2a0c6e9d42371f4ebec900e3353d 5,000 1.00/1.00 vMB 27
847,554 847,554 00000000000000000000122ddb6aa73352fafb89d6780929071b9a601b42144c 5,587 1.00/1.00 vMB 25
847,553 847,553 00000000000000000001c21f9bc50a9e4f31aa2607b31c59064680dbb89c1076 6,994 1.00/1.00 vMB 25
847,552 847,552 00000000000000000001eb1ac360665ee1e14248fddf37805cdb0cb53856cf8b 4,205 1.00/1.00 vMB 28
847,551 847,551 000000000000000000007175c9cb7d084e0187e1951d295c392d37a2afd46175 5,608 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.