Loading Tool

Explorer IconExplorer

Memory Pool

80,031 transactions
29.53 vMB
0.08846688 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt dcf6bc907106fe55010de99851ba9e7b55f7a680c0a33d1d1b09b34ef0d9b766
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root a47af9d3ebdc1f730c64bc9e7f078ecc9bf1c64af329963630ad457025947fd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02641113 BTC
Feerates: 278.95 > 2.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (200,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,088 715,088 00000000000000000000b3fe8ab00787d66d6dfc07b2a1b1548405939942e27e 3,174 1.00/1.00 vMB 16
715,087 715,087 0000000000000000000313cfd6ed2604aef8726ec1f99a227e89a0ea371f0cfa 3,224 1.00/1.00 vMB 13
715,086 715,086 00000000000000000009dfa3c5f1f148cca8ed5f7be3f0c0b9d490ce7776d021 3,315 1.00/1.00 vMB 21
715,085 715,085 0000000000000000000086bea943417b73374ddf27e04cd2f88afc1fcc539c94 2,247 1.00/1.00 vMB 9
715,084 715,084 0000000000000000000a40d07cc26ac118d194b97efb2876a4b4fc1c513e9be6 3,350 1.00/1.00 vMB 8
715,083 715,083 00000000000000000007e675f0ebdd4338aa933c8f5d4283fda84f31677550c5 2,968 1.00/1.00 vMB 27
715,082 715,082 0000000000000000000588cd6711b3a5c4a28dd39a5b7ccd6a75b053e7b68f41 2,778 1.00/1.00 vMB 5
715,081 715,081 0000000000000000000074cd042df7a04904bdc3c2ec300e7098813146746949 2,682 1.00/1.00 vMB 19
715,080 715,080 00000000000000000001365d8cda5292094937b4e8a83549e96381d38d0b7bef 3,276 1.00/1.00 vMB 13
715,079 715,079 0000000000000000000751b02f69317615281ecdbe0f70231235b3c92bee6226 2,939 1.00/1.00 vMB 7
715,078 715,078 00000000000000000005f6871feaa29e620bda828a82f6986a927ac6b28b7d36 3,138 1.00/1.00 vMB 12
715,077 715,077 000000000000000000076c55d678dd1c33b250d3ac6013f9428c60da79380359 1,392 0.53/1.00 vMB 8
715,076 715,076 00000000000000000005fba183007e827931d019b0c1a0eb23ede3be1a2cf242 619 0.23/1.00 vMB 13
715,075 715,075 0000000000000000000ad5aad993209c4214fbcfd9bda194744498874ded5c72 710 0.89/1.00 vMB 2
715,074 715,074 00000000000000000000fcf148ef444fd0cad61e02781d5a855425eac50b688f 2,460 1.00/1.00 vMB 9
715,073 715,073 000000000000000000040c57a368cf6df6867d192b0c8025bc624ded1ac0491c 1,757 1.00/1.00 vMB 7
715,072 715,072 0000000000000000000b87148304a7b2293af121362bffc8249fdef97e320dab 1,857 1.00/1.00 vMB 7
715,071 715,071 00000000000000000002f908811657e380c5ec7a179a3bcfaa1c8a4715c2c9a8 738 1.00/1.00 vMB 4
715,070 715,070 000000000000000000019b18dbcb50cab6cba5d8f15eb1a1d8774f6ac452e1b1 2,497 1.00/1.00 vMB 6
715,069 715,069 0000000000000000000af79fbde54bb25462147808625bf3f9048110d6a3990a 2,617 1.00/1.00 vMB 11
715,068 715,068 0000000000000000000530b081367631923b7b22fb6dc7ceeba6860c22bbe484 268 0.11/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.