Loading Tool

Explorer IconExplorer

Memory Pool

27,863 transactions
27.47 vMB
0.06422134 BTC
Random Selection Loading Transactions
Max Size: 132.25/200 MB

Candidate Block

Mining Attempt 904b7ab0147e8a98a486f7928f3a81d945730a0a837915b62705c6f6ce9237f2
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 431a67b88cc7c64cb32c8e25c92aee1c035a0249bf3d36efcea01a72e601764a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,275
Size: 1.00 vMB
Total Fees: 0.01203842 BTC
Feerates: 44.54 > 1.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (151,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,194 763,194 000000000000000000011b646bef9fdca865529b66a5ddbfb231ffd4e79bb6db 2,279 1.00/1.00 vMB 32
763,193 763,193 0000000000000000000612380b66f0221ef974ee8f695d4b7d90b87661f6d2d1 2,400 1.00/1.00 vMB 31
763,192 763,192 00000000000000000001382a226aedac822de80309cca2bf1253b35d4f8144f5 2,224 1.00/1.00 vMB 27
763,191 763,191 00000000000000000004a3073f58c9eae40f251ea7aeaeac870daeac4b238fd1 2,748 1.00/1.00 vMB 40
763,190 763,190 00000000000000000005600404792bacfd8a164d2fe9843766afb2bfbd937309 1,863 1.00/1.00 vMB 32
763,189 763,189 0000000000000000000436aba59d8430061e0e50592215f7f263bfb1073ccac7 2,325 1.00/1.00 vMB 50
763,188 763,188 000000000000000000076280dbce6e4b4c775064c0d9973ad1fb2dee320ad48c 2,836 1.00/1.00 vMB 39
763,187 763,187 0000000000000000000443e5a8d138b4eebad51ad8f5f07955f2c0badcd0ce32 3,250 1.00/1.00 vMB 20
763,186 763,186 00000000000000000006c042058f7ff60003ae9a96ca2ac3065d91221b00f547 2,649 1.00/1.00 vMB 42
763,185 763,185 000000000000000000074f0d62f8f4ed2a6f09970c637a4728c9dcf563c44234 2,573 1.00/1.00 vMB 18
763,184 763,184 000000000000000000056c59183440efa7fea6b9609626cce9bcfb9e2b33c779 3,057 1.00/1.00 vMB 30
763,183 763,183 00000000000000000002c8cd15fb2beb324e025d9c684275232fb3228e18d631 2,001 1.00/1.00 vMB 24
763,182 763,182 0000000000000000000677ec1b30ae1bd10abb88ad2fedc5a057c4380cc563a6 2,753 1.00/1.00 vMB 27
763,181 763,181 0000000000000000000257bc8d23f4e2a5ec30b24f116549856414584d302ed7 2,888 1.00/1.00 vMB 35
763,180 763,180 000000000000000000017801edc35ce9a225c7ba99b65c0378a26022688a65e6 3,448 1.00/1.00 vMB 26
763,179 763,179 00000000000000000006cc70d8993eb423d666e34b78bba35daca1998443cdde 2,953 1.00/1.00 vMB 39
763,178 763,178 00000000000000000001bb126a2ba1a9342b6f3c8a599fad5a6136de6f578686 1,026 1.00/1.00 vMB 17
763,177 763,177 000000000000000000063e5f6720c34c348ae63b55b4fcb58cb698d0842998db 2,333 1.00/1.00 vMB 19
763,176 763,176 00000000000000000004e5846017a4886b73c8630dd7ff0d498074ff8439f963 2,807 1.00/1.00 vMB 22
763,175 763,175 000000000000000000018ff4625c6d64108b4dffec224809de9b45d978188293 2,593 1.00/1.00 vMB 31
763,174 763,174 0000000000000000000725f99e17e92a4f4bea0ea81b5aecf9d9f19a09cb1b78 1,962 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.93 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.