Loading Tool

Explorer IconExplorer

Memory Pool

80,350 transactions
30.11 vMB
0.08914194 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt 91984fdb41bfba0e6b6d2c047491cc81858825bf32519e8cb703d316d1151cea
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 15be7e9dbe2e98aa9997b8f6355bc1f0c520917141691dd974872615680b8c56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.02753219 BTC
Feerates: 301.07 > 2.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (109,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,636 805,636 000000000000000000036c31683b5e20e635b08a2bc3a35f7f858bfab7c5f162 2,731 1.00/1.00 vMB 18
805,635 805,635 0000000000000000000138a329ac2d8dc0784b7c9a9a67934c94ae9f1588f17b 3,088 1.00/1.00 vMB 16
805,634 805,634 00000000000000000004bc576983226b5d1f10cf0b5500c947f56b3668ce3ab5 2,612 1.00/1.00 vMB 14
805,633 805,633 00000000000000000000eb30a5af8b82ee511b2a78e8a9eced0e142a76173b0d 2,911 1.00/1.00 vMB 14
805,632 805,632 00000000000000000000645ec3265b339bbb3ba0cfab28853491581224229e8c 2,634 1.00/1.00 vMB 21
805,631 805,631 00000000000000000004ce0e5223ac3a559fcd5d0ca2cce7b9180933f82322d2 3,572 1.00/1.00 vMB 19
805,630 805,630 00000000000000000004870058763e0d5c261a05233b888ca256df96d2313249 1,616 1.00/1.00 vMB 17
805,629 805,629 0000000000000000000165b3888e0638516a440ca3c07d37a90a316f1b036e7e 3,417 1.00/1.00 vMB 25
805,628 805,628 00000000000000000003661aa8bc97c005da8e00e31f07430009d8645e8d8ac5 2,806 1.00/1.00 vMB 28
805,627 805,627 00000000000000000000f1d817504111cf49f9d06c0928fc6edda754bc206cef 2,973 1.00/1.00 vMB 18
805,626 805,626 00000000000000000003b497b9d201e5e09a3ea92fe0456f8ba7f61c7a9ef637 2,817 1.00/1.00 vMB 27
805,625 805,625 00000000000000000000d69efef403fffb34181d608cda16af66f75873ad8ccc 3,145 1.00/1.00 vMB 23
805,624 805,624 00000000000000000001603d1376d2540c9e8585e204b10ac4f7c96211de4fbd 3,610 1.00/1.00 vMB 14
805,623 805,623 00000000000000000001c60c6f0954b6495f563adabe75616c7ec63f84786576 2,607 1.00/1.00 vMB 19
805,622 805,622 00000000000000000003b6f0f5fa81a87a466dfd7930a1cce38eb4bc495f47e0 2,737 1.00/1.00 vMB 18
805,621 805,621 00000000000000000003a64659b8fd131ee6553e130693ebced7768ed1c92844 1,525 1.00/1.00 vMB 21
805,620 805,620 000000000000000000032abf141a914960154414d53468d7e95e32015951c1fd 1,966 1.00/1.00 vMB 23
805,619 805,619 0000000000000000000280fcb03e79cbefab92c0720efd76e10cf67ac26eb912 2,691 1.00/1.00 vMB 24
805,618 805,618 0000000000000000000169c4a9a0e62b536191fab87095fb9d3e5b1ba04e0005 3,099 1.00/1.00 vMB 25
805,617 805,617 000000000000000000039ae6527b889c2e8ad21bc3b159503a48260fc99f8285 3,125 1.00/1.00 vMB 22
805,616 805,616 0000000000000000000363de8d2a4a350e870d3c262b7b4ae99b18695531ee5c 1,567 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.