Loading Tool

Explorer IconExplorer

Memory Pool

35,504 transactions
27.53 vMB
0.05940179 BTC
Random Selection Loading Transactions
Max Size: 138.33/200 MB

Candidate Block

Mining Attempt 9c7cb789537928592cb851fa5bc9852201441af1a7e8c353b7443d58073abb4c
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 26cfa28fbeb02f3ce1ea36d80b94d02f5e73ef894c5975100a90f48ccd3bab97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,830
Size: 1.00 vMB
Total Fees: 0.00730073 BTC
Feerates: 203.60 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (289,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,995 624,995 0000000000000000001105fb42bb197f29270e13240c4d32ee1a61b77c807916 2,967 1.00/1.00 vMB 26
624,994 624,994 00000000000000000006b603b4bcd79306022c73c008cf8cdaf3932676362dce 2,300 1.00/1.00 vMB 22
624,993 624,993 0000000000000000000254cfdd36e2711f06f6e026a3db9c09e903d95bde1053 2,973 1.00/1.00 vMB 40
624,992 624,992 0000000000000000000476107eeeb8938b1e0791b404b46f1442f061c4b4cdf0 2,337 1.00/1.00 vMB 23
624,991 624,991 0000000000000000000d6c3e84126e3f86a46f92fb5d6ca12980e3cf81cb61cc 2,866 1.00/1.00 vMB 33
624,990 624,990 000000000000000000081198035cff6562111ab712dc5eeb2b70dabc262f0c2b 3,039 1.00/1.00 vMB 48
624,989 624,989 000000000000000000103e20e2367a8e031fa4bed0794e7ad1141bd7b3d73190 2,689 1.00/1.00 vMB 25
624,988 624,988 000000000000000000011ec3f83560feb2a0bc5a8e6c46130d8c864e24d063ce 2,541 1.00/1.00 vMB 47
624,987 624,987 00000000000000000003e4af4406965403122111b3c1d0e415622280d79270da 793 1.00/1.00 vMB 74
624,986 624,986 0000000000000000000eb018d3aceaa2d746a779f118335eb27e0210fd7fb947 2,816 1.00/1.00 vMB 20
624,985 624,985 00000000000000000009def12853959d1d6273a488b1580e251555894671ff73 2,047 0.73/1.00 vMB 17
624,984 624,984 000000000000000000117e1c4cb40beca4b186c92a4c4b0d7e1f3f53748f93c1 1,890 0.63/1.00 vMB 15
624,983 624,983 0000000000000000000d3ceeedfa186fa31a55da6672272285d419dfb98be7c0 2,027 0.75/1.00 vMB 14
624,982 624,982 0000000000000000000577dfe76a226b122dba62995992912deb25549af7e439 1,628 0.63/1.00 vMB 11
624,981 624,981 00000000000000000009a3ef4f0f0d3841d80496fa00b7c309f1e9713fc3f7ee 2,577 1.00/1.00 vMB 6
624,980 624,980 0000000000000000000e23a9c69f2db68d795da2a4166be7dde8e065439dfd23 2,952 1.00/1.00 vMB 22
624,979 624,979 0000000000000000000452df45ce09254d22eda684fce02df8d395a3f901e995 2,708 1.00/1.00 vMB 12
624,978 624,978 00000000000000000011e4a9e83a0c0bc8b80ece469ce997cbd2f61f2918a43a 2,967 1.00/1.00 vMB 36
624,977 624,977 00000000000000000011a9bcd9b1915e6b3ece2fa5932efc2a966970c25b3f30 2,780 1.00/1.00 vMB 5
624,976 624,976 000000000000000000003b6e10bfe41a9065fac05b1e984f0c90b19035e012d6 2,892 1.00/1.00 vMB 31
624,975 624,975 0000000000000000000235ec593830f51a28c461e76bf72c2a85240ae0d1f373 2,258 0.91/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.69 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: 628.49 GB
    • Received: 11.80 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.