Loading Tool

Explorer IconExplorer

Memory Pool

46,783 transactions
29.97 vMB
0.08800407 BTC
Random Selection Loading Transactions
Max Size: 159.50/200 MB

Candidate Block

Mining Attempt c631d2cf49911810ac90b4bf5ecb9fde5ad35dba9aa94c030c09b0a76f9c5fc5
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 8f4b7e7bd6926fcc1fa3b481f484127ebd1343a0da00036c8edb8f4c18f7db0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,581
Size: 1.00 vMB
Total Fees: 0.02959866 BTC
Feerates: 110.38 > 2.97 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (67,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,574 847,574 00000000000000000002028b0ac839fccbae3edfd10b9ad6ca2ed225e899c145 5,851 1.00/1.00 vMB 25
847,573 847,573 000000000000000000008aae93eac021968d2014e1afb5a5ca4488ae699f9bd5 6,933 1.00/1.00 vMB 24
847,572 847,572 0000000000000000000128737dbd88e289864cef856c456a59bed8ec665090f0 6,324 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.75 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.