Loading Tool

Explorer IconExplorer

Memory Pool

76,072 transactions
28.37 vMB
0.06364722 BTC
Random Selection Loading Transactions
Max Size: 171.99/200 MB

Candidate Block

Mining Attempt 208b5a97dcf52c0260279c830684537f86919287db94a566f99e2b20131f7350
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 300a4227d53db3bd1f506c2fbd92f4baab77670010f852b05507d8330cb03b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,002
Size: 1.00 vMB
Total Fees: 0.00490473 BTC
Feerates: 41.50 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (435,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,849 479,849 0000000000000000012980bbc3a76e3cb83f981c17778d5672af796b2f5bf5f0 2,477 1.00/1.00 vMB 161
479,848 479,848 000000000000000001073e1517824399c0c85b609cfc5d8d5d76ddfea7bf3b04 2,735 1.00/1.00 vMB 137
479,847 479,847 000000000000000000cb2f81b6be271aeca062d733133c2d8ee02329ffaadc19 2,562 1.00/1.00 vMB 170
479,846 479,846 0000000000000000009ec06e3bfb1907503ae969c021bfc8fee5adde858ebd11 2,242 1.00/1.00 vMB 149
479,845 479,845 000000000000000000a2c2701ca0f23b538b02b42884a6149e7f0d334b32f196 2,441 1.00/1.00 vMB 191
479,844 479,844 0000000000000000001ea6b017e623d13de9f506bd096f839c67ec6f7efd3900 1,283 0.99/1.00 vMB 120
479,843 479,843 000000000000000000b1a7630a77b1fd763d2fa3eafac3496f90bc6a312e56cd 2,641 0.99/1.00 vMB 149
479,842 479,842 0000000000000000011a5133a0a1f76d4c1b577c00c886f9fe1aa8a3728e769e 2,496 1.00/1.00 vMB 162
479,841 479,841 0000000000000000010d27105deedc979bc8e835463a5c24a9f1a24b00d0a448 2,092 1.00/1.00 vMB 147
479,840 479,840 0000000000000000006219e0a3d66dea9038427442a97d7e27e125ccc6aa7243 1,841 1.00/1.00 vMB 177
479,839 479,839 000000000000000000f93b6aaef40fafd8896c781d32c85bb9c730f5ecfbd761 742 0.36/1.00 vMB 175
479,838 479,838 00000000000000000062909ab2ac09bfbd844cbab45e73590fa15b97d67a29a2 1,401 1.00/1.00 vMB 140
479,837 479,837 000000000000000000c31b3655b3af80405070efa76be7df218068ae4f7d9b08 1 0.00/1.00 vMB 0
479,836 479,836 0000000000000000011abaf88c4b3d6da6a40470441852be5aef4f808bb0a148 2,836 1.00/1.00 vMB 179
479,835 479,835 00000000000000000049ad6969224b0140b6fd6a6afbaf421560be00b51afae7 2,431 1.00/1.00 vMB 165
479,834 479,834 000000000000000000fcba47d047bc660df77711402265a698875c59ac02d3ec 1,889 1.00/1.00 vMB 118
479,833 479,833 00000000000000000042f95a1f8243e4a4561a1ae439fec49419a7e362487a42 2,033 1.00/1.00 vMB 124
479,832 479,832 000000000000000000cb36b22a88e995b3f46d95680ec9e000041bf9a038bbd0 2,521 1.00/1.00 vMB 147
479,831 479,831 00000000000000000123a064db5734fcc5d43f371b154fb21add0b3143865636 2,084 1.00/1.00 vMB 187
479,830 479,830 000000000000000000590eab3824ea0ccbc0e388c3b356cb9bcc718f77b746e8 2,133 1.00/1.00 vMB 163
479,829 479,829 0000000000000000012d5d16dd68fc57294db598ed07e965d80f29fcc4316efd 1,478 1.00/1.00 vMB 120
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.13 GB
    • Received: 16.40 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.