Loading Tool

Explorer IconExplorer

Memory Pool

47,410 transactions
28.08 vMB
0.10077985 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt 5ecb8e45b7ce082e0399ddb7bd6e06508e715b174b66cccb3a91d728a5554613
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 14102831ebe36f9b89923597e258f4cfa030518ba0433db68f9ec7a0a4229383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.04067047 BTC
Feerates: 265.25 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (403,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,077 511,077 0000000000000000002b0ea6dc5dadff6b378d3cfdf2b3760c153b9123e2f338 389 1.00/1.00 vMB 5
511,076 511,076 000000000000000000564c8ee9f3c5cdc6623f37d230563610fd9c00937d7e2d 743 1.00/1.00 vMB 16
511,075 511,075 0000000000000000000645b6f04ff06529f1cca722de9dbe4f530b0b540536da 910 1.00/1.00 vMB 17
511,074 511,074 00000000000000000024daaf32bb7ab9e81d9b9bc0f56bc9e76e7fae7d3b5dcf 312 1.00/1.00 vMB 1
511,073 511,073 0000000000000000003992580a8a1f6d6ab49fdf9aece94d2abeee21fca05fe2 2,032 1.00/1.00 vMB 36
511,072 511,072 00000000000000000016d355176805b5aecbb6bb44114034e5069835dd48ebe9 1,295 1.00/1.00 vMB 22
511,071 511,071 0000000000000000004abf262fb08bb8d07b421d21cabbfacab19a5b8d8549c7 2,241 1.00/1.00 vMB 20
511,070 511,070 00000000000000000029ad05b8966ce83c880ec2afd14df3c04210451bfcd8eb 2,371 1.00/1.00 vMB 55
511,069 511,069 0000000000000000005bc6cd365371070dc98efba7c3339aa939ba094257170d 479 0.51/1.00 vMB 11
511,068 511,068 0000000000000000004ad415e9b413e37a23831a3a9d7198e62e5cbb01e3f0f5 1,775 1.00/1.00 vMB 17
511,067 511,067 0000000000000000003d03eca70dd31ca1d8dce18452f5fefbf7e5c790b327a9 2,319 1.00/1.00 vMB 7
511,066 511,066 00000000000000000013f82db4e3cb8f60be6a5b4918f175cbfad9ef3273ad3a 2,214 1.00/1.00 vMB 39
511,065 511,065 000000000000000000212be59c880c5a80bd3908757fe53eec379fb046361b64 2,565 1.00/1.00 vMB 34
511,064 511,064 00000000000000000017b2d25e59ca6bb67e57521f7cf5a08bed44125141b6bb 2,115 1.00/1.00 vMB 13
511,063 511,063 00000000000000000002005fb51dad19cfb8a989a3f3a0c2c155cd7b6e3b3faa 649 1.00/1.00 vMB 25
511,062 511,062 0000000000000000001e2ea3325e8a3d8318d73c6ee46de93a703fdd1df67fe4 1,398 1.00/1.00 vMB 33
511,061 511,061 000000000000000000074dbb5de4496619127ddfea7eb385aa8df66dd16f9909 1,199 1.00/1.00 vMB 23
511,060 511,060 0000000000000000000cb6695ec078cfda1f332280a55ab22a79bdb4672421dd 1,639 1.00/1.00 vMB 66
511,059 511,059 0000000000000000005928c77b18803a0303c9313797b9c4921369c029744d25 2,550 1.00/1.00 vMB 15
511,058 511,058 00000000000000000001d72f457b21bb8a33d3680f309c9a20e889b4d1d19efd 2,319 1.00/1.00 vMB 29
511,057 511,057 000000000000000000214ceedec60dd7fb41696d268fa3b1de72f8617e623613 1,621 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.19 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: 653.71 GB
    • Received: 14.03 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.