Loading Tool

Explorer IconExplorer

Memory Pool

41,351 transactions
26.65 vMB
0.06232516 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 64e55f1b3cd14e6847c128a31a8fb08308300fed1353861761a60dc2f650f49f
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root bc19edd98808b7c1cb72fb85354d8ce45f74eec82125f65df5fe98a35941e5e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,002
Size: 1.00 vMB
Total Fees: 0.01316757 BTC
Feerates: 50.62 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (845,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,046 69,046 00000000009a2fb662693c3ab5d741094fc0613fe5298dfbae9367df612bb773 1 0.00/1.00 vMB 0
69,045 69,045 000000000052403a658c62f983da356a7679c8f397eedf2b38f1ab8876b68dae 5 0.00/1.00 vMB 0
69,044 69,044 0000000000aa0ba4cecb75d76199c0653e2d01d81901019c9d277ceff825810d 2 0.00/1.00 vMB 0
69,043 69,043 000000000126d517cf510a572d5e6fd625fb1c2c9d9e2b316fe9585cfaadaf7f 5 0.00/1.00 vMB 0
69,042 69,042 00000000013e131c61f25f7a5592e9ac27acc1408dffcd47f95ffa3dcecb4487 6 0.00/1.00 vMB 0
69,041 69,041 0000000000f2f34f8fc9ea4468c3000169eb2fd809252110f1e966ef2fc35c56 3 0.00/1.00 vMB 0
69,040 69,040 0000000000b490a8fdc2c803d384c81ce4e5c12796ecdb601208be5423cb96a4 1 0.00/1.00 vMB 0
69,039 69,039 0000000000a05a3fb99b8a9a296d5ad746d8a06d6c47def701ec51295d0fbdf7 1 0.00/1.00 vMB 0
69,038 69,038 00000000002a31430d6340a1d91ff7bf49f33b641837f655d7006f87250bb157 2 0.00/1.00 vMB 0
69,037 69,037 00000000002464940b913faebf9e2229e10fa582e0020a112454ee7ab2a2514f 2 0.00/1.00 vMB 0
69,036 69,036 0000000000d5442efabd953a1474ab2b1770297ba50c35387eafa7c34aae5927 5 0.00/1.00 vMB 0
69,035 69,035 00000000006f08e9bd11a767628b01efd6068085157feb52d302bc95bbfee666 3 0.00/1.00 vMB 0
69,034 69,034 000000000034994683031a0deedd2c1147e02df53e1a9c7d6c3a15d85f0f58c0 4 0.00/1.00 vMB 0
69,033 69,033 000000000117a9942615a2153a449c7d0e0021f037eaa10ae759da3bd38625f1 5 0.00/1.00 vMB 0
69,032 69,032 000000000143812c8fa63c3cef7d0dc5b2e8ec87e6de7c2f3233cfcf604259a5 2 0.00/1.00 vMB 0
69,031 69,031 0000000000e486b26abd3fe9281804264e625987fad499b11c203ebe955bac16 2 0.00/1.00 vMB 0
69,030 69,030 0000000000d5c4a456d4f7d18d92534e5acbe99e46818cc8415b47ece3dcc16e 3 0.00/1.00 vMB 0
69,029 69,029 0000000001483380fc5a9f5672545429b7e9fe24e3576e015a9ead0d3e174525 1 0.00/1.00 vMB 0
69,028 69,028 0000000000de2ac0759e402e3380968b25167dc36db608b5302914351836b135 2 0.00/1.00 vMB 0
69,027 69,027 000000000011aeca3935d88479e00cd76a0f16fd545aed2a44c180b055dccdee 1 0.00/1.00 vMB 0
69,026 69,026 000000000140be18021a3cfd85a22cc7a9d869fd99d0ae547446e9abef02faeb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.