Loading Tool

Explorer IconExplorer

Memory Pool

85,416 transactions
31.90 vMB
0.11696210 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt 722ca8ad4bd723ca142799f06b2deba0eb8ecb8753effe213ed566a66521e7c4
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root f5ff3135d1e8738d9bcfa4d58c66902a5ec47ff6a074e0f8aa4339ad0939cb39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03906501 BTC
Feerates: 299.70 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (404,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,711 510,711 00000000000000000009f6fcc9bbb9b18d78a85809cb099058d6e48c4ee93dcd 2,182 1.00/1.00 vMB 58
510,710 510,710 000000000000000000053bdce3079373adb935b5d5baaafdaa525f1c88ad5efb 1,808 1.00/1.00 vMB 101
510,709 510,709 0000000000000000000898b93926c8f57b1d51f65c3d9544ac1113f95c6d5e32 2,324 1.00/1.00 vMB 115
510,708 510,708 00000000000000000016eab657d03015af4a594f796bb4516347445d1cdbccc6 2,191 1.00/1.00 vMB 139
510,707 510,707 000000000000000000118044a2c32f1d2f988320e1f795013012c3a188136e75 841 1.00/1.00 vMB 31
510,706 510,706 00000000000000000001c3a7eacc91d42462456b357984cdacc5494f79582058 778 1.00/1.00 vMB 6
510,705 510,705 000000000000000000530fc9332623ef525d53152ebfbc76dafb464ddbe263ed 2,070 1.00/1.00 vMB 100
510,704 510,704 000000000000000000382553f4a9cab6c7fc5e72b7ac0a7e0298e03292ae5b2d 1,208 0.50/1.00 vMB 97
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
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.63 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.