Loading Tool

Explorer IconExplorer

Memory Pool

88,761 transactions
33.17 vMB
0.19669613 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 7a7fe2e26b0b5e797b7a10701d779f47897f778679d4a8923893573f620c23ae
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root b039a6a9635260b3e1550e0eb19d68aee3621c4b96d3f9c062c4f85dee036b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.08645213 BTC
Feerates: 387.56 > 8.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (198,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,919 716,919 0000000000000000000652dee4719ef7389f91414fc87848114c95c658eb9fb1 2,539 1.00/1.00 vMB 32
716,918 716,918 000000000000000000053b12dc8c23f4a0da635d44c25e6eb70b68dc1c2865c8 435 0.17/1.00 vMB 11
716,917 716,917 0000000000000000000b42ba1b6c972049dd0e5c390655b6fd782e4561ecf5f6 1,197 0.34/1.00 vMB 11
716,916 716,916 0000000000000000000389bf0c4c66f748f67225c49a7d3d8cab9b3011cbd0d7 2,356 0.96/1.00 vMB 10
716,915 716,915 00000000000000000008b21728a7609c7986b103bc2c654e829dbe154c9ccb30 2,223 0.86/1.00 vMB 9
716,914 716,914 0000000000000000000956ff132e885ea9b816777f9e1a7c33962682bea9e3b5 1,053 0.38/1.00 vMB 11
716,913 716,913 0000000000000000000a6ea57eb84133e76934cff44648f45a2bbb975fa1b545 112 0.02/1.00 vMB 16
716,912 716,912 00000000000000000009acf9a9deb6d370e49544134fd271b47504e0ea27b295 686 0.38/1.00 vMB 2
716,911 716,911 0000000000000000000614c4a21acb124f13f9597c109e76d5a146c0631f5d36 1,470 1.00/1.00 vMB 5
716,910 716,910 00000000000000000007043e8c3c793be2f6f789f34ee1607c16d880d8a81a3f 2,527 1.00/1.00 vMB 5
716,909 716,909 0000000000000000000a283adeffd2a7db038e51455f04494987adf2cdca943d 2,391 1.00/1.00 vMB 8
716,908 716,908 000000000000000000036693c8094ff9a2c384c51e823aab3c8c568f0e93b8ff 3,154 1.00/1.00 vMB 23
716,907 716,907 00000000000000000004f6763fff4aafba2c510446f05ef4bbbbcc04cd32c7b0 1,143 0.43/1.00 vMB 9
716,906 716,906 0000000000000000000070c0cac14eff2aa3a0f2dea0a428ae84a4b80f9aa32e 1,008 0.37/1.00 vMB 10
716,905 716,905 000000000000000000096e612b918670cc0a607c438029955a1e9f45a1dae682 43 0.01/1.00 vMB 20
716,904 716,904 00000000000000000008142396d528d41bdad7a55c8a42f019876922abc22e3f 1,031 0.35/1.00 vMB 10
716,903 716,903 00000000000000000001017e6dd598ef75718d03ac75231b5514833e9e055e90 1,979 0.83/1.00 vMB 9
716,902 716,902 00000000000000000001fede733d9ad94b9a9cdb07237cba25c556f8f807db4b 1,599 0.83/1.00 vMB 3
716,901 716,901 00000000000000000009fc2ab047d1208c09505e58447fbbead3d48dbe56baa1 1,443 1.00/1.00 vMB 3
716,900 716,900 00000000000000000003a3e6eaf9b3a689c012c2afdf0b10b3677dc2c8cd6b55 3,156 1.00/1.00 vMB 7
716,899 716,899 0000000000000000000007037a14f822342f7041514ae57e463e22bd87f9e47d 2,729 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.62 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.