Loading Tool

Explorer IconExplorer

Memory Pool

77,280 transactions
28.75 vMB
0.07093095 BTC
Random Selection Loading Transactions
Max Size: 174.39/200 MB

Candidate Block

Mining Attempt b7cbc2c563d2bdd045d5210f59ef59e63d0fd2a11a8396ca78506a4b52a9e11c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 5b5362eee5d8fa7fd444d87ff0795d76849ab5f8cf07606b3dfaad5314a9653d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,042
Size: 1.00 vMB
Total Fees: 0.01117515 BTC
Feerates: 82.75 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (510,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,776 404,776 0000000000000000008ab3aa5cf4f3d7b6c6174f4ac1d316f508582d3d5fa292 2,041 1.00/1.00 vMB 38
404,775 404,775 000000000000000000adecdeb6520c0a14e0b65f87dd4b6734872007117774fd 415 0.21/1.00 vMB 34
404,774 404,774 000000000000000001555dfe07979252c0ec97122bb1d2a5255853df7e8d2574 1,891 0.82/1.00 vMB 38
404,773 404,773 0000000000000000001c1ea7ee099f366c6002715c5b76bc502f590a92a9f634 886 0.40/1.00 vMB 38
404,772 404,772 000000000000000002101c745c1a464179ad041fa5f188ae79b2ce1ff571c8cf 277 0.15/1.00 vMB 29
404,771 404,771 0000000000000000025b135597fd959e76d62edc2709b6e628f1c114a455d08c 669 0.70/1.00 vMB 17
404,770 404,770 000000000000000004824257b65623bcfb35d8d311a41bf9fb3a178551618403 1,920 1.00/1.00 vMB 34
404,769 404,769 0000000000000000046cf1397376b82fcbcd9e865ab5262653c5c3aa7a9e4a80 2,224 1.00/1.00 vMB 46
404,768 404,768 000000000000000003112d42e16967adffbea4368b3ffb8651797352e67c4e35 305 0.19/1.00 vMB 31
404,767 404,767 000000000000000002af30112fd4469c8f9c37614f2afc1c75deef615b6bfcf3 1,796 0.93/1.00 vMB 36
404,766 404,766 00000000000000000647d0b60155b33cf3f383b0a844f829b4fa0befcf962364 1,147 0.61/1.00 vMB 32
404,765 404,765 000000000000000002ca3e87bb83bd8bf5c1ac6c72b248b40ec55255b3f0fa69 1,480 0.86/1.00 vMB 32
404,764 404,764 000000000000000002ec0e4fa1f09ed5aa789fac4863fcac0a3c99b834c72902 179 0.14/1.00 vMB 22
404,763 404,763 000000000000000004b42ab42f96a77a0452c61af1ecce7a637e22665c5c2e99 1,039 1.00/1.00 vMB 20
404,762 404,762 000000000000000000ca40fe92c970fac481e50f9f38ae97c7f18665623059ae 2,034 1.00/1.00 vMB 40
404,761 404,761 000000000000000004f3ba98d0016da0a114e072219d8db56024e62c20739072 1,068 0.71/1.00 vMB 28
404,760 404,760 0000000000000000047ef38937c0e48224ddd57110b88b683f04c743e185fa9a 1,658 0.66/1.00 vMB 44
404,759 404,759 000000000000000002c52097019ea459650f30c85be2c663ebd858574441c18f 623 0.33/1.00 vMB 29
404,758 404,758 0000000000000000059d50d731e7c67c144fec85f49f1248d6cfb97b63709b7d 462 0.24/1.00 vMB 36
404,757 404,757 000000000000000000ad4e1853f3c8cfd38d6b14a765c4604435ff8370a06d94 1,695 1.00/1.00 vMB 28
404,756 404,756 000000000000000004d8773e9133f48c87af1369f72f407e788056b00e3d65f6 1,367 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.