Loading Tool

Explorer IconExplorer

Memory Pool

77,346 transactions
29.07 vMB
0.10032833 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 2781524d685ad100ea2e8544444e06073548c9a29bce0c89018d1f3a286981d7
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (227,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,757 687,757 00000000000000000000f971485354b8eb91dd69529f403447b0232a8f1bd8e1 2,587 1.00/1.00 vMB 10
687,756 687,756 00000000000000000001df5b28cfbcaecc0b098a079802dd1010c97ec652c31a 2,760 1.00/1.00 vMB 14
687,755 687,755 0000000000000000000ab2d2a459d0b1bd758a40304a3ef4365a4f4e548579bb 2,183 1.00/1.00 vMB 37
687,754 687,754 0000000000000000000bfb5a752563e25ac1264f410e45739850ee3539be4284 2,081 1.00/1.00 vMB 26
687,753 687,753 0000000000000000000d64c006cd869300496f8be5d0318d50abdc1f7b3f12a6 1,154 1.00/1.00 vMB 36
687,752 687,752 0000000000000000000553910facfdfbd259c40d05ff067f888c586ae9ac5d18 3,141 1.00/1.00 vMB 14
687,751 687,751 00000000000000000008250a32198feb1603a3186c1d86487b3de1eb267770ae 2,343 1.00/1.00 vMB 61
687,750 687,750 0000000000000000000c5c1e2780ae30b8796cae360159a8036a79e458fdba76 2,630 1.00/1.00 vMB 15
687,749 687,749 00000000000000000007a6a73c3b3160e8ac6aabd0dbadcce0760cd82dc96bd6 2,044 1.00/1.00 vMB 41
687,748 687,748 000000000000000000090f3641b6f855785f8943b44feeb5229e0a74f2d9c6ee 652 1.00/1.00 vMB 36
687,747 687,747 000000000000000000045a937ba31e54172f88f529bdf0447101072d32fe2982 2,167 1.00/1.00 vMB 32
687,746 687,746 0000000000000000000512f6f8c2c78b4a2098b3ccfcaa15ab6300b2db5b348e 2,370 1.00/1.00 vMB 38
687,745 687,745 0000000000000000000651a4e35516d0272062b305ca22f8327dea709c409c4d 2,371 1.00/1.00 vMB 80
687,744 687,744 0000000000000000000448fad69f5eaf501d92db99c3d91497e58aac17e54ec6 2,596 1.00/1.00 vMB 22
687,743 687,743 000000000000000000013774bfcfaad3e6991a1070d6452ae97730729382ebf9 2,898 1.00/1.00 vMB 35
687,742 687,742 00000000000000000005b1939bb7d43e65bac7b4e5802d3ba2c9a5a7bc9256a3 1,773 1.00/1.00 vMB 36
687,741 687,741 00000000000000000000d21cbc10895f9a28e4b0a2593cb63ac5ea9bd157cd65 2,283 1.00/1.00 vMB 48
687,740 687,740 00000000000000000008d22a497b022ab2fed7e1bcd34c1396c2f27f0d11aaac 1,683 1.00/1.00 vMB 36
687,739 687,739 0000000000000000000d1d2b1050e7a54269d26005f1d4bd13e51b2842119060 2,446 1.00/1.00 vMB 35
687,738 687,738 00000000000000000009dbb99dc95fe2d6f3fae4fcee46d83217fff20f515baa 3,024 1.00/1.00 vMB 70
687,737 687,737 0000000000000000000a85513e59f670b7400ff97404c017f102e6b33ef29742 2,749 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.