Loading Tool

Explorer IconExplorer

Memory Pool

85,818 transactions
31.99 vMB
0.21217560 BTC
Random Selection Loading Transactions
Max Size: 191.31/200 MB

Candidate Block

Mining Attempt a5cca13db8be6474a7dd40769a025ecb7c6f47c2018be5ea0a8e630a4e7bd471
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9774d95831c93a2f8b4ed0e6460e732d2f1ce5ccd3084154ec8f10faea3d6ba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.09532643 BTC
Feerates: 529.10 > 9.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (266,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,119 649,119 000000000000000000065b427e8617d06e5778cd6605f7a33692c0cd765bab24 2,728 1.00/1.00 vMB 53
649,118 649,118 0000000000000000000713eca591718b43878c24dbf6da42ef7c19439a9b499c 2,550 1.00/1.00 vMB 32
649,117 649,117 00000000000000000004532297b703d25af154de73ed87ab5e315f037f947aad 2,841 1.00/1.00 vMB 61
649,116 649,116 0000000000000000000aa56c815f5970e271e401754f65cad3c12c7ee04c53e9 1,994 1.00/1.00 vMB 37
649,115 649,115 000000000000000000002fe0cde5ed87660823121f913a06b7387d0924b033bd 2,268 1.00/1.00 vMB 45
649,114 649,114 000000000000000000023e8744c5e1e3c9497572969acc37742e87baa2ebec81 2,766 1.00/1.00 vMB 61
649,113 649,113 000000000000000000100e9dc23cfc544e462fb1acdd9326697778dd583dda18 2,744 1.00/1.00 vMB 72
649,112 649,112 000000000000000000028f4237329cbc34f6a2faebb4b8a57f033f27b5682745 1,735 1.00/1.00 vMB 23
649,111 649,111 00000000000000000002dd01015af608cd1c5b08f478f3453cbfd7f61a5be52c 2,483 1.00/1.00 vMB 14
649,110 649,110 0000000000000000000a1f6bb3323a92c99473e67bc29a2d066f3694ed1cf607 2,896 1.00/1.00 vMB 54
649,109 649,109 00000000000000000002de2593053d39f1b184194376f37512d6c785b9ec7bc3 1,255 1.00/1.00 vMB 15
649,108 649,108 0000000000000000000905de3ce67a5e31ffb8e3201778cc804833c2ea215bc3 2,138 1.00/1.00 vMB 35
649,107 649,107 00000000000000000002755a3bd9b8c2a0a97fb04e59cc8cd48445325ecbdd6c 2,421 1.00/1.00 vMB 16
649,106 649,106 0000000000000000000efffdcb50774a1c9d39bf318ded2c92e0ac0878c18720 1,982 1.00/1.00 vMB 60
649,105 649,105 0000000000000000000d7f870c69a2ca3b50ad74269629a241ec102ddac758fa 2,260 1.00/1.00 vMB 10
649,104 649,104 00000000000000000000a147aa947cc00d7e706b58d764994d88bd80f4d3297c 2,476 1.00/1.00 vMB 16
649,103 649,103 000000000000000000034063602a190665a003d7e42cbab9be2fe353943e5364 2,750 1.00/1.00 vMB 39
649,102 649,102 00000000000000000004d52ea8573351b7be911d11cc85565c5e63e781db44cd 2,674 1.00/1.00 vMB 30
649,101 649,101 000000000000000000008e65eeb773b2f26e959f7e689a58a25c4f490bac6f53 2,384 1.00/1.00 vMB 54
649,100 649,100 00000000000000000004093a16eeb4248873d5d64a5c206e62578503a6b330b0 2,391 1.00/1.00 vMB 21
649,099 649,099 0000000000000000000e8f3c51f93fb9b215e0f68137bcfa2f34140147cfb78e 2,787 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.