Loading Tool

Explorer IconExplorer

Memory Pool

25,130 transactions
26.97 vMB
0.05745538 BTC
Random Selection Loading Transactions
Max Size: 128.58/200 MB

Candidate Block

Mining Attempt a3893b03a1f7edcfe009c3b84bf5ccccf5111b0e8920ee1c5970f89ca8aedb1f
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root b280836352fcadf31da2253c8494546e95832683d49ecceb59fb2b9617a5502f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 698
Size: 1.00 vMB
Total Fees: 0.00682373 BTC
Feerates: 150.93 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (906,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,749 7,749 000000002c029621b8cc9c395803bf3da43711e5008f7dbf67a24d95779bd216 1 0.00/1.00 vMB 0
7,748 7,748 00000000e1fd2db1b81b02532f868822772adfc252716a6a54df7c3b61dd9ff7 1 0.00/1.00 vMB 0
7,747 7,747 000000007fbea6ba0eddef62ea42e35d956a266ac406d11086fac99cce554272 1 0.00/1.00 vMB 0
7,746 7,746 00000000360766b53c44b11bcebc64d9a4c366ba9632f273adefc7fa042b031f 1 0.00/1.00 vMB 0
7,745 7,745 00000000cbf44e759a2d23485e8504103441f782219f86ad53061be1121214c5 1 0.00/1.00 vMB 0
7,744 7,744 00000000d4ba898f54d5fb794f7d3856fc879260341b2cb0aefcebaf957d9a7c 1 0.00/1.00 vMB 0
7,743 7,743 00000000bbe372ad70b7df2b13f3043c8324d4118ed71babf9cc6c584273df4a 1 0.00/1.00 vMB 0
7,742 7,742 0000000016786764bd1922d96dd75912655381ca9f55d4980c74892fb1d9b6ce 1 0.00/1.00 vMB 0
7,741 7,741 0000000035bc5525c606f59fa2f5ebc9ede67ade2d050fe255f831f3ff6f2ebb 1 0.00/1.00 vMB 0
7,740 7,740 000000001751153d790e15e80aade796bbc73257e897648d6d26eedc5166b0b7 1 0.00/1.00 vMB 0
7,739 7,739 0000000009107c988aa6fe175777cae7b2e37b6719b580de63dccbcc9be710ce 1 0.00/1.00 vMB 0
7,738 7,738 000000003d5ee41ea292e548d8c5e60a3f181864d5b744c6de2e10a750a48f60 1 0.00/1.00 vMB 0
7,737 7,737 0000000049c895affa3e39418d96ada14dd0852535efd9f2a49fa5c4a4067777 1 0.00/1.00 vMB 0
7,736 7,736 000000003446fc0e980057b14fdf1e4861a1508338e797eabaeaa04f31f6237d 1 0.00/1.00 vMB 0
7,735 7,735 00000000077aacf66d52b356e57edbcb25f9b8054bacf61324d83b0a34e83d1b 1 0.00/1.00 vMB 0
7,734 7,734 00000000d9ca6945382bc8f245dfe7156bc94bdf5b96ca2e6d7d09d5555eefc7 1 0.00/1.00 vMB 0
7,733 7,733 000000000461fcde538569a5d992692266bc503c83df1559d11d9e55854f9980 1 0.00/1.00 vMB 0
7,732 7,732 000000003e8da1bbcb66f62568bf10f2468fe45fedb0cdb5fef438a20e34baf3 1 0.00/1.00 vMB 0
7,731 7,731 0000000044a9165d98e9717f08c3000e216c78eec309e172ea612e4f26f27763 1 0.00/1.00 vMB 0
7,730 7,730 000000002bfbfdc1a10a4a4a84c21fdaabdc8e11368e3d371f8a860aaa0ebdb7 1 0.00/1.00 vMB 0
7,729 7,729 000000004035bc39ab7fb13986867d122e6d6b777f6026f0339a5e297b71b7c6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.