Loading Tool

Explorer IconExplorer

Memory Pool

13,383 transactions
9.65 vMB
0.02558055 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.44/200 MB

Candidate Block

Mining Attempt 31ac43ce0932cbe352eddf221fd2a76912672fb3a52ae7832238b3dd847e0e34
Version 20000000
Previous Block 00000000000000000000848297d069a552e48783668065dfb5e3a4946da610a6
Merkle Root 17619dd12774e73234b6e0931069f58c9df1a64b21e70f3a27c05bcea200c36a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,308
Size: 1.00 vMB
Total Fees: 0.00418531 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,358 (806,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,779 106,779 0000000000019c394f47fcc34f57f13fdec5f6f14cc8b3400fb4836d38ff0fdc 7 0.00 vMB 0
106,778 106,778 00000000000189157e3fac68e5ca4bb70520f777a49ce06c9cb9e024398d5879 3 0.00 vMB 0
106,777 106,777 000000000002d5cabc8f07a89a774e48b7febfd8d014895047257f27393ee97e 2 0.00 vMB 0
106,776 106,776 0000000000028982c34408c1555f3be85e479e3c77947ca411af7d22cd6c9d11 1 0.00 vMB 0
106,775 106,775 0000000000008170640c1919c25014cdb403d6b4b1e48bbb32ed643423afad7d 5 0.00 vMB 900
106,774 106,774 00000000000220e7d7052dcf6da40bdf94008428e75d27563a7c09ff3dce7e03 3 0.00 vMB 0
106,773 106,773 0000000000009730e2ac855d0a1ca6712538077ac6596cd1e9b0be061ef00250 4 0.00 vMB 0
106,772 106,772 0000000000012b0f65fedd4b764005d81b014f9b687635929089d69cd6ab2976 5 0.00 vMB 202
106,771 106,771 0000000000011859e2c14f9353520b8173c3969ce5670c6f851b3f800fac08a0 31 0.01 vMB 0
106,770 106,770 000000000001444e0ac7539d21c6bfaf503de919f61e67d4e1befcc1d5c8a164 3 0.00 vMB 0
106,769 106,769 000000000001d080af1f0a1fa881a41aec96d440b9a61f8b9c097da987b2671a 1 0.00 vMB 0
106,768 106,768 000000000002204188fe71821a0d13fd284de42cbd9452885d973dd595703944 2 0.00 vMB 0
106,767 106,767 0000000000004151f94cd4afe4b703e62c1725919c221b969eed27032f86cec8 1 0.00 vMB 0
106,766 106,766 000000000001913b5970a085b04148c7a5381fe805202ca05d0a881207f4cccd 2 0.00 vMB 0
106,765 106,765 00000000000149b6145ac1977f2465b680e27d13ada600c99f415e03858bd93f 1 0.00 vMB 0
106,764 106,764 0000000000015a3ebc5a30ca8921a5a4ea7272151186dfbec3d41a1ffe86f7d9 1 0.00 vMB 0
106,763 106,763 000000000002eb315e5ce5ed7aaf848442f9e3963651f2357a9e3936f75bd005 4 0.00 vMB 0
106,762 106,762 0000000000010d500a12541d09cb8bcb62ceb62cde163d79d6c70473885bae56 4 0.00 vMB 0
106,761 106,761 00000000000040527c37edb1f006d284aff43900618a59383117cc4ac656db73 28 0.01 vMB 0
106,760 106,760 00000000000273a6a00eb760756ed971caf941a8fb921a78fbab466970fd8f98 1 0.00 vMB 0
106,759 106,759 0000000000014c93d8eb1296453ebe596e166774b7be7845a485ccf7938ea108 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 164.00 GB
    • Received: 0.67 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.