Loading Tool

Explorer IconExplorer

Memory Pool

41,907 transactions
30.51 vMB
0.07341783 BTC
Random Selection Loading Transactions
Max Size: 154.46/200 MB

Candidate Block

Mining Attempt 2c936b9cf550f4e0a26d4928f196c148e716c7bb72948ad66547ae7259be3efd
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e29ee28380975c39036d6bb1ecf766a0b71197e74a2cdde24f85334f82e70921
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,797
Size: 1.00 vMB
Total Fees: 0.01230625 BTC
Feerates: 99.50 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (831,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,985 82,985 0000000000270eb272c6da69759c5de3c07e8744922950ccd2c576b9d0fde1dc 1 0.00/1.00 vMB 0
82,984 82,984 00000000001a266683392761327f279a328d8ef57eb4aec3604cb4276863268f 2 0.00/1.00 vMB 0
82,983 82,983 00000000002272cd876d4e2f2cb10385647f479ac8c7f79b0d19a46848e570be 2 0.00/1.00 vMB 0
82,982 82,982 000000000016b0dc6cdfbdd44ac85068c2b93d4f9be4ece4e2a5f39fb43550d1 3 0.00/1.00 vMB 0
82,981 82,981 00000000001e65c43125ddfba6b1f2e732b2731c017c127ab4e76e8dbb809ca9 2 0.00/1.00 vMB 0
82,980 82,980 0000000000309d64983e57a0a3ea27a64f51858e17937cc8b15d85ba23f035a1 14 0.01/1.00 vMB 0
82,979 82,979 00000000000ca4e8860998ae8201abf53d2fd26807c87774a4b4671892ed726c 2 0.00/1.00 vMB 0
82,978 82,978 00000000000360a816181170db49f6502da9edb38b5bd19f1b1bca191aa5592f 1 0.00/1.00 vMB 0
82,977 82,977 00000000000806e77c5d6c5f007b202c174b109314d12a1fcf8343d652df7f14 2 0.00/1.00 vMB 0
82,976 82,976 000000000023f4499f3c00711386beed94e6a9606c7ed154fe03854bc795b21f 1 0.00/1.00 vMB 0
82,975 82,975 00000000002060cd30c9aacafc24e44c2a3bdba8635a61f5f0a5d502e7ca8fa4 1 0.00/1.00 vMB 0
82,974 82,974 00000000001fb6e43ed6e3d6432829c7897796ba5df8df586932a351d97ba38e 1 0.00/1.00 vMB 0
82,973 82,973 0000000000051b4eb48e2762186811227e7da87f3e20fff399db15915204f054 2 0.00/1.00 vMB 0
82,972 82,972 00000000000a7fa5935a5239ec6b45e856e3b88f88dabddbfdf9785775a632a3 1 0.00/1.00 vMB 0
82,971 82,971 0000000000160ea30af0a925a065b385dc820d6a21bc78a26b5404b3903eee73 3 0.00/1.00 vMB 0
82,970 82,970 0000000000185aa57f525ebc93bd5b2b2bf994fc929950102ede0f7d166cea82 2 0.00/1.00 vMB 0
82,969 82,969 000000000029baf12fad4fa900b05961fcd72b19d9aa3b03a039ee7b26cb262e 3 0.00/1.00 vMB 0
82,968 82,968 000000000004829b6739c65dbc2c57eaac21e6f550a9a537ca2d5a61db3d8bcb 1 0.00/1.00 vMB 0
82,967 82,967 0000000000284a9a412add720fb1ad10cb8743f11204cbccd611d90b72a5bf30 3 0.00/1.00 vMB 0
82,966 82,966 000000000016842633218aa86a4501981e480240127306559ec20d642807a088 3 0.00/1.00 vMB 0
82,965 82,965 00000000000b5f3ce8f055023567236e8de5bdac61eabf7242817f2d71c3ccbd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.03 GB
    • Received: 10.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.