Loading Tool

Explorer IconExplorer

Memory Pool

77,831 transactions
29.25 vMB
0.06256951 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt 2f8e6e1c92e5c3db2a10890d5b03e9c720bb1f413927e5057636c0c709e8054a
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root c400be8982842fe3bbde88153f128d4d167b41d1282eeb9d4dfd388c4a4f5883
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.00321931 BTC
Feerates: 10.05 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (135,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,601 779,601 000000000000000000025996c82b29184ee913d64a6cc60630f54dafc1cbd930 3,379 1.00/1.00 vMB 26
779,600 779,600 00000000000000000002874a915b42441b8537e61f8fa7847ec586a15d6f6bd2 3,572 1.00/1.00 vMB 31
779,599 779,599 00000000000000000000393f722e21d0ff54382633ae68739d833c72ef2b465d 3,357 1.00/1.00 vMB 24
779,598 779,598 000000000000000000008a80fc6f10a31062441449c22de4e94b0dbc85ef83d4 3,164 1.00/1.00 vMB 32
779,597 779,597 00000000000000000001a349978c1a7073a81ac0fc5e228cb542ebfe8fbf915e 2,888 1.00/1.00 vMB 32
779,596 779,596 000000000000000000039c4dcc60e5919583d1fbe18df7eba2aa6352b9644c25 3,445 1.00/1.00 vMB 55
779,595 779,595 000000000000000000010603365228159cee74ce2a35770eb02402381822b70a 2,490 1.00/1.00 vMB 15
779,594 779,594 00000000000000000001775202c4741e69fc14d5cf6142a418c15e3e9ef29d71 2,638 1.00/1.00 vMB 13
779,593 779,593 000000000000000000049b1fef8cb4954f7da96fa09ad38dc632480cc4e9db88 1,894 1.00/1.00 vMB 13
779,592 779,592 000000000000000000049fe7bf121efbb5fe8ff4a3b29cd70664551f582f0626 1,552 1.00/1.00 vMB 19
779,591 779,591 0000000000000000000336cc7096ce82a4cf623f24d27de5cd9cb13a584c0f4d 3,376 1.00/1.00 vMB 18
779,590 779,590 000000000000000000051511942fa1ed4f5db54a2c50a2dab5052dd7629ff6b6 2,572 1.00/1.00 vMB 19
779,589 779,589 000000000000000000058c4d43260433a6d9632d354520aea7f7c0a3799dde38 2,631 1.00/1.00 vMB 14
779,588 779,588 000000000000000000033ab71b5fa7edcafe388e5f49719f1de8e1f8d0670460 3,039 1.00/1.00 vMB 16
779,587 779,587 00000000000000000004a0f47d9a78d2a0bf6e8d2a898d18db4e3f56926ee495 3,268 1.00/1.00 vMB 16
779,586 779,586 000000000000000000003a6384e36d48d081604aaf1901ea52d6a7ed59c947f1 3,281 1.00/1.00 vMB 26
779,585 779,585 00000000000000000003f9fa3c3c8c1dc851272e294a8ba9c75d1e05ee89365e 3,478 1.00/1.00 vMB 32
779,584 779,584 00000000000000000001005b7b377a90ba2bcfc8818fbfde4afb3e04dcd5ffe9 2,140 1.00/1.00 vMB 17
779,583 779,583 0000000000000000000419c72289b8dcf38fb016b6030ac464f10a208808e63f 3,245 1.00/1.00 vMB 23
779,582 779,582 00000000000000000002c68c6f408550702936d21bd83204182f3db0bc5c07de 1,790 1.00/1.00 vMB 4
779,581 779,581 0000000000000000000029b84ba6aa21b42c302c01dd12ca00aef75c3428b527 3,429 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.