Loading Tool

Explorer IconExplorer

Memory Pool

38,435 transactions
26.43 vMB
0.06098496 BTC
Random Selection Loading Transactions
Max Size: 136.23/200 MB

Candidate Block

Mining Attempt 13695aaa257801d13c5f02ca94fd7bf6f1973c4801db7ca27e03c8a9ade6a154
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root e95c91220d0740b73cc20fa32648b431b7829fdbccce6fc1599a177c146328df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.01190912 BTC
Feerates: 201.06 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (236,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,626 678,626 000000000000000000088c3ae3ba5f7925a33d5bdd0ca1ca7e8e9e6f998f53cb 2,251 1.00/1.00 vMB 52
678,625 678,625 0000000000000000000acd29dad24b07cd4fef35be9b379aee34b1231069e526 2,288 1.00/1.00 vMB 60
678,624 678,624 0000000000000000000346ac652997768ef8175209dbe628356b0f7d24893e2a 2,039 1.00/1.00 vMB 73
678,623 678,623 0000000000000000000849ffedf42aeac26f31bbd5297b573ccca8f99dc0a8dc 2,703 1.00/1.00 vMB 77
678,622 678,622 000000000000000000034a90c654011edbd685a61e7b4c00b8c5a005a4e90d15 1,499 1.00/1.00 vMB 96
678,621 678,621 0000000000000000000bfa5fe24a6daa5bf281f2c69c48297242220ecd857cd4 1,745 1.00/1.00 vMB 98
678,620 678,620 00000000000000000001f49004daac8861622e991bbdbab50ec5c8c4bae55a86 1,986 1.00/1.00 vMB 98
678,619 678,619 0000000000000000000538da130ae2035dcbd1bed3968898081e312e6394a3b3 1,547 1.00/1.00 vMB 88
678,618 678,618 00000000000000000005e8d2167c23a22eab3ef0a7bcdf1ea9781c85661c7218 2,749 1.00/1.00 vMB 105
678,617 678,617 0000000000000000000be12927777ead2531525c35b5d97d0359b8d9542e0d04 2,400 1.00/1.00 vMB 99
678,616 678,616 000000000000000000003d09b17263c7cdd9f173bab63cf6e411f30d1b4aa77e 3,061 1.00/1.00 vMB 114
678,615 678,615 000000000000000000038cb5bc7fc562019a742dd22ef4a42bb810e9ef22f6fb 1,342 1.00/1.00 vMB 110
678,614 678,614 00000000000000000004c6bd308f91195c3143ef6089e10f3fd716265cfaade2 1,666 1.00/1.00 vMB 27
678,613 678,613 000000000000000000073ef94f83582793fc899c1435ad7a7bed89c8218df582 1,998 1.00/1.00 vMB 33
678,612 678,612 00000000000000000001b1d9f3b2cf89f76006f89c60e4622dd6993542c2378e 1,426 1.00/1.00 vMB 13
678,611 678,611 0000000000000000000010ebbf54f10a264b3494679849d493dc7ea62146cb0e 1,669 1.00/1.00 vMB 42
678,610 678,610 00000000000000000000dc62472ab912d37e49def28c77790c33560a3d155978 1,696 1.00/1.00 vMB 10
678,609 678,609 00000000000000000007b3d42e6ed2bc1d55fb6dc3d90a57ec8bfe3ae1ec0cbb 1,873 1.00/1.00 vMB 21
678,608 678,608 000000000000000000086aa0b2d56774fcc644f8684f3acea09c46d076ce500b 2,402 1.00/1.00 vMB 26
678,607 678,607 00000000000000000005f11bd84fdcb15b55e466d2b78ccd54e7f159071182bf 2,069 1.00/1.00 vMB 45
678,606 678,606 0000000000000000000b63ff5e6361f62e31ec3bc95a62b6500191656bcf977f 2,546 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.