Loading Tool

Explorer IconExplorer

Memory Pool

32,574 transactions
25.13 vMB
0.04820169 BTC
Random Selection Loading Transactions
Max Size: 127.37/200 MB

Candidate Block

Mining Attempt afaa64685caa36750b1c1a83c9c625413223410dfa2a534f290a858936ccd750
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 435e22d95708567ae96f18134be38cce46bb1cc155fa6903cf00731e99ace2b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.00296463 BTC
Feerates: 10.07 > 0.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (151,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,209 763,209 000000000000000000038b3a7be9fc8e6a45c0ae45f5b39e4be6d5de9b707a1a 990 1.00/1.00 vMB 15
763,208 763,208 000000000000000000060ec454ff471147430febbb0e81ad43a36cac79c0ba00 2,463 1.00/1.00 vMB 17
763,207 763,207 000000000000000000001b0f3fd7a9bb480c185d845d97565824160a916f0c73 2,870 1.00/1.00 vMB 24
763,206 763,206 000000000000000000043f0f807ca5ebf51c5fbcca4d9feb128a8d8a78dab215 1,817 1.00/1.00 vMB 17
763,205 763,205 00000000000000000002fc226006dfc44f2542610a5ae81053ee5b616f892632 2,788 1.00/1.00 vMB 17
763,204 763,204 0000000000000000000308e87ea73d9581625b78ec2908e1f31f26dfaaa9a51f 2,786 1.00/1.00 vMB 23
763,203 763,203 0000000000000000000384e85af95b0cc1e655b17b548c67e4f531f7c9a3215c 2,949 1.00/1.00 vMB 22
763,202 763,202 000000000000000000053b18f87487b5035bb3045081d956348a0967d2f08462 3,008 1.00/1.00 vMB 26
763,201 763,201 000000000000000000048232fcca7d559a194431c8bd8e2e3d79b73dca5dcdff 3,094 1.00/1.00 vMB 36
763,200 763,200 000000000000000000078efb893c59c5a381ce7bbf65c01bedc6f9524e51855a 2,745 1.00/1.00 vMB 23
763,199 763,199 000000000000000000064ebfc84a95e3fe2446e7abf6112cae5cf8ca95f53575 3,741 1.00/1.00 vMB 25
763,198 763,198 00000000000000000005207ce70062b25e4d654c22cf65a1b642dbc920e7a7f0 2,393 1.00/1.00 vMB 24
763,197 763,197 000000000000000000009bc854d34bff776dc53c0b587da5765ac49e69aab4eb 2,558 1.00/1.00 vMB 39
763,196 763,196 00000000000000000000758c9dc8a0e18c260d25b75ecc93035afaafa6bfdbb1 1,917 1.00/1.00 vMB 26
763,195 763,195 00000000000000000000fcb4186456bcc417e31b4b06bee39cd4de4d88eee521 2,113 1.00/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.88 GB
    • Received: 14.35 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.