Loading Tool

Explorer IconExplorer

Memory Pool

17,149 transactions
7.89 vMB
0.02222660 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.20/200 MB

Candidate Block

Mining Attempt b508fad09f62d2eb6b0058938ebf59953061ff0305619acb5f967db5f8c04c7c
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 017487b185a2202c81da6761e56d7a8e2d20b316ddcd7a573b4837a2c0c46c8a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00592317 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (739,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,127 174,127 00000000000003440c6112548b4f00635232d64edb708270bfe83b332ddde68a 1 0.00 vMB 0
174,126 174,126 00000000000008de3a950b7093719a85e6174dc3c96abc3521c36235d1d1504f 118 0.03 vMB 35
174,125 174,125 00000000000000c3ba1f48672ca96ab8bf4e302b2555815dde750491f30b5064 74 0.04 vMB 126
174,124 174,124 000000000000072420e0cce5250293a80c88b814605be6ac01b95fdacc5d3ff8 55 0.02 vMB 88
174,123 174,123 00000000000006ecb56c900c22f672cb49f1d72c7bd48a4b00c8e71272995629 4 0.00 vMB 132
174,122 174,122 00000000000001f434fde08edf873eb5297ef220cd8e9f2925f96446bb74a368 46 0.03 vMB 30
174,121 174,121 000000000000014b368d4e0cb3a29142d6c32339c3cd9e26cd2d9d0b2f42aaf4 31 0.01 vMB 82
174,120 174,120 00000000000007908f219e22325dd3ae074e477d80a6a38861221de65b77c788 34 0.01 vMB 60
174,119 174,119 000000000000024e277b393b8e4557e8a5116b671e352e72aa1c7714f2bfeecd 59 0.01 vMB 3
174,118 174,118 00000000000004287e442881a06ae18ee02e8e2c60e608faf3e2660f90156eaa 68 0.03 vMB 63
174,117 174,117 0000000000000a396f98079e0a8632b8125a1ef6e2a09c8765e82a72edffa86f 97 0.04 vMB 110
174,116 174,116 000000000000026cf3beb48a773ca5942eb809bb16eb05cbc1aba15f85afc139 1 0.00 vMB 0
174,115 174,115 00000000000000447acc472877d4288ece5bb217c20ab88755932b88f2d57abb 42 0.02 vMB 59
174,114 174,114 0000000000000488725935d4737b1de2b954800fc680459ca154be0e79a1b195 26 0.01 vMB 0
174,113 174,113 00000000000000be76e279629e5a895b37e3358f9aaeeb0fe0a25d56b529fab4 80 0.03 vMB 379
174,112 174,112 00000000000004a09fd7d4f516a7c2d6aca3996d19ddf92f9281f7d587dc4219 5 0.00 vMB 33
174,111 174,111 00000000000005cd39db5339b647265b972fdd436b0460348990233dada65216 4 0.01 vMB 8
174,110 174,110 000000000000008264dcd52f06ca33ad66eecc81cb07ee2c50b58e1203d5fbf4 4 0.00 vMB 44
174,109 174,109 000000000000077a19140b5753725317fe5d62d8d5b6c54fcaf79eed971b2431 23 0.01 vMB 5
174,108 174,108 0000000000000381005e04ef72c55c1d8ae3d90a2e87dd10a8e649445fef2bf2 87 0.04 vMB 50
174,107 174,107 000000000000006b3bb4d6bb71f8e279896f0ca5d644b72081ebda65389ee81b 20 0.03 vMB 50
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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