Loading Tool

Explorer IconExplorer

Memory Pool

77,473 transactions
29.33 vMB
0.07580476 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt aa6e2b22225db66be3ab314000d1077a78e3cafd152065e08787e597c21a9df7
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 956bd3026311bc7f36df97300b27fb3e81bf3d0fddcac2c232805816884a05ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01343234 BTC
Feerates: 59.34 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (183,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,566 731,566 000000000000000000092e770c7bcee0c2347e053813431eebec13b5b28c65d1 2,539 1.00/1.00 vMB 6
731,565 731,565 00000000000000000003c729d28fa77119041b3ab4018e9c3e07b6f4fac97774 2,551 1.00/1.00 vMB 13
731,564 731,564 000000000000000000065a60b95a061fe726e0db8bd2326a9bdb9152b52bb8da 1,420 1.00/1.00 vMB 6
731,563 731,563 000000000000000000026c6b9cb91f534446cb3e0e24941088e6282e1a895b6b 2,880 1.00/1.00 vMB 17
731,562 731,562 00000000000000000003621755043e8e53e3936aadc20c437801394128fc7653 2,343 1.00/1.00 vMB 5
731,561 731,561 00000000000000000003811f1d9dd5208440e9d69a8c8730ba2e75ab65f56afb 2,919 1.00/1.00 vMB 5
731,560 731,560 0000000000000000000347566d3c87b2c298603ab04f3a2c6f7c1a4ecdf155f6 2,057 1.00/1.00 vMB 4
731,559 731,559 00000000000000000001debaf341a8cba420b4505f8537c53ebebb3b40aabc07 2,789 1.00/1.00 vMB 13
731,558 731,558 0000000000000000000059331d124ada55a67200fefa511c782bbc175b9cfcff 2,998 1.00/1.00 vMB 3
731,557 731,557 00000000000000000001385d8515bc8d1ce041c0b231f690b416503fe18c174a 3,040 1.00/1.00 vMB 6
731,556 731,556 00000000000000000004c442a8a4442b2c5afc53883f182b2b0d0d38d7bef8a2 2,422 1.00/1.00 vMB 11
731,555 731,555 00000000000000000007d70ea3ea0035ad54dd335c1d9a51d798f37ba6718f11 1,275 1.00/1.00 vMB 7
731,554 731,554 00000000000000000004e5ce8ec20ad0829500b782bbac4956f9c8e7cfce9ff6 2,240 1.00/1.00 vMB 8
731,553 731,553 00000000000000000007e6464e488f72a10e6bed92d41ed51c7f30ad5956fdd8 1,037 1.00/1.00 vMB 10
731,552 731,552 00000000000000000007dfe9dd9fb3eae6626dc7917fbd4743cdd90988be2b77 2,197 1.00/1.00 vMB 6
731,551 731,551 00000000000000000005a3ad2fde54427946f35d40183eb504ebca235f4a2dc8 3,305 1.00/1.00 vMB 6
731,550 731,550 0000000000000000000946ceb35878dc961773a3205abe41e787115090cd7f78 1,380 1.00/1.00 vMB 5
731,549 731,549 0000000000000000000683bdd8284dbe8f4d619a70764bf1e7a3d0158bbb41a0 2,623 1.00/1.00 vMB 6
731,548 731,548 00000000000000000007088ce046e1cb243ce40668f03ed466f1ca6835232186 2,955 1.00/1.00 vMB 12
731,547 731,547 00000000000000000005f84f6d1d47a1daa50cfe87444b267a9dd0b34136e37f 2,362 1.00/1.00 vMB 23
731,546 731,546 00000000000000000005508559f0f2486528488ce79ff0842bd140905d04bf92 3,327 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.66 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.98 GB
    • Received: 16.35 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.