Loading Tool

Explorer IconExplorer

Memory Pool

80,540 transactions
29.93 vMB
0.09168380 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt eb156df7703642376f05b1c5d7a5bc0d2978af8e03a5785e99be5fc836df0074
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (41,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,058 874,058 00000000000000000000f15b9b340629a5c6b51d0b51dbfdba3f99cdd00c24a4 2,913 1.00/1.00 vMB 5
874,057 874,057 0000000000000000000121b1f8b0fe4700c35273111030f0a886e3349a775b85 3,485 1.00/1.00 vMB 4
874,056 874,056 00000000000000000000c789529271f869ce598f76b73c541f17e34a98a517d4 2,548 1.00/1.00 vMB 9
874,055 874,055 00000000000000000000151ad4c69748018d0f705babf3faf9e10836c1d1556b 3,137 1.00/1.00 vMB 7
874,054 874,054 00000000000000000002272bd1ebfb0984e42aeb6be1ddbf3b8099d1e95d03b3 2,786 1.00/1.00 vMB 4
874,053 874,053 000000000000000000005258243216c7ff2d46c50bc5f4d42a0a82cefbda1793 3,354 1.00/1.00 vMB 5
874,052 874,052 0000000000000000000199c719c38e706d2c740a2fd2698fa6f304a551e8ed16 2,221 1.00/1.00 vMB 7
874,051 874,051 0000000000000000000145608686892318974350a6a12c218318f104f066f00c 849 1.00/1.00 vMB 3
874,050 874,050 000000000000000000008f345a52c0254e507633b8ded2117c7612ab0918f154 4,304 1.00/1.00 vMB 5
874,049 874,049 000000000000000000014cfc7d054dd0679f3d6bb2c1d302d6dec9653ebe98a4 3,390 1.00/1.00 vMB 4
874,048 874,048 000000000000000000006df1f188244b7ee71046e88bc59713ccb11404bef719 2,877 1.00/1.00 vMB 7
874,047 874,047 000000000000000000021c57c67009402a84ee3bf9604e99bb4c2b3278df0a74 2,146 1.00/1.00 vMB 3
874,046 874,046 00000000000000000000c4b6a5abc40b42e23c8421abb8f71b8c222a275fd580 3,777 1.00/1.00 vMB 5
874,045 874,045 000000000000000000021bd13b826e69b8f4611d755bf23d17df66010b4cd6dc 2,383 1.00/1.00 vMB 4
874,044 874,044 000000000000000000000369426dcdc218fa98c68fe65dc7031219c10f4e87fc 3,055 1.00/1.00 vMB 4
874,043 874,043 00000000000000000001981a6e3f197196e6a4881b7f89d51fcbfa26a22dd15e 1,588 1.00/1.00 vMB 4
874,042 874,042 0000000000000000000252449e143c01d95b535c7f7a5aa0c321d689ee3bfcb7 322 1.00/1.00 vMB 3
874,041 874,041 000000000000000000020ce9cb6d4ad0363aa3992f40739e794a749cfbeea74d 1,955 1.00/1.00 vMB 5
874,040 874,040 0000000000000000000055c358a666b6188349787741e4d51a0f1d3c60e5f8ae 638 1.00/1.00 vMB 3
874,039 874,039 00000000000000000000f17afb5f4bcab00c75dea27659c9b596878763c83533 2,527 1.00/1.00 vMB 4
874,038 874,038 00000000000000000000c09a854ef63d9b99594997d3f0b8fa7229944b8ea3cb 3,747 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.