Loading Tool

Explorer IconExplorer

Memory Pool

84,016 transactions
31.51 vMB
0.09848117 BTC
Random Selection Loading Transactions
Max Size: 193.10/200 MB

Candidate Block

Mining Attempt f4eb4c85e8b50b0eedda8c25cb2e74ecbf7d6df19c525987bd62de29a2e5b2fe
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0902d62e0e35402e5ce067c92b4b52fcc5edb769982411b0eb9c2d54abd4b3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.02588409 BTC
Feerates: 299.70 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (404,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,703 510,703 000000000000000000368cce4a220c7ce578e63d55537d18edc855addcf9dd7b 695 1.00/1.00 vMB 26
510,702 510,702 000000000000000000356163d1f107d2dc1baa8f5e5f428dea9d2ce1f3b26a2b 768 1.00/1.00 vMB 33
510,701 510,701 0000000000000000000d3b06a49a945f57f4ac9265d8daeb2d6cefa9fe0e970c 1,221 1.00/1.00 vMB 6
510,700 510,700 00000000000000000003a1f9e7d612195ade249f946e0c98122efa7d44579064 1,763 1.00/1.00 vMB 54
510,699 510,699 00000000000000000003bd5924794b46cfe596f867be257cffc56590d80eec9e 1,370 1.00/1.00 vMB 69
510,698 510,698 0000000000000000000c2d77ed5475227310329bf9091d4fbc62f51e8c619e65 2,807 1.00/1.00 vMB 137
510,697 510,697 00000000000000000040d11e7840b9b737aeae79d8075f850c3e8f4fe1d1e075 2,169 1.00/1.00 vMB 85
510,696 510,696 00000000000000000017ea9368de2088404ca6b9284a86613ca77dedca27cf7a 1,010 1.00/1.00 vMB 79
510,695 510,695 0000000000000000002b845236e96a0742d87f56e63ae79ba2df803461958b6e 1,314 1.00/1.00 vMB 52
510,694 510,694 00000000000000000048d09839f36c36e6b0b18c36d1046eb096e2678102dfcb 1,366 1.00/1.00 vMB 89
510,693 510,693 0000000000000000001e2b58aab9a13b97f41377f9bb72099f38f8cbb9ca963a 1,328 1.00/1.00 vMB 86
510,692 510,692 0000000000000000000a61de16795b13ffd4822401a22f711464fef069febd25 701 1.00/1.00 vMB 83
510,691 510,691 00000000000000000039c9507465fb7ac21d840345c368c25fad7997139c20b3 561 1.00/1.00 vMB 10
510,690 510,690 00000000000000000006bd1666d05ab2b76bbf6226ec00833af8448a43e09d77 1,869 1.00/1.00 vMB 101
510,689 510,689 00000000000000000028a460426002fa65b03931c0c045cbe956339b71a78d7a 939 1.00/1.00 vMB 69
510,688 510,688 00000000000000000041edb00cadaf6e2fee84b13ca9b8b4d814642e27940810 59 1.00/1.00 vMB 2
510,687 510,687 00000000000000000040e7ea6cc33c4149c2835c1405d9092b29bd4de02b1084 776 1.00/1.00 vMB 48
510,686 510,686 000000000000000000475ce9e45b0eae596157dccf239d6ee7efce36eb66707d 1,571 1.00/1.00 vMB 18
510,685 510,685 00000000000000000012f95eed211e0c350e77115e12016b1d7fff92c0b86db3 1,892 1.00/1.00 vMB 128
510,684 510,684 0000000000000000004a7e3d39fc1581fe7bac77c4bcbc19ef0aff38eb6c74b8 1,612 1.00/1.00 vMB 26
510,683 510,683 0000000000000000004b960486e9062927334ff238f5ec1d25b4a939a77d8590 2,422 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.