Loading Tool

Explorer IconExplorer

Memory Pool

47,992 transactions
28.60 vMB
0.06865145 BTC
Random Selection Loading Transactions
Max Size: 153.28/200 MB

Candidate Block

Mining Attempt 3b11b7592ac1f0b83faf3831cdfdc254cccc743c5978bc87f03575c45467414d
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 135abea8f99a3ab14b3fd656cf95c0cf82c2b4a943a31015c3a7f5335d7bf779
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.01446565 BTC
Feerates: 173.90 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (223,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,635 691,635 000000000000000000027b960f38c00b114d3558ce86eb27d7747257a95e5356 1,951 1.00/1.00 vMB 6
691,634 691,634 00000000000000000003ad35e972d8e3d069c550383a871766296cd76033844a 2,207 1.00/1.00 vMB 24
691,633 691,633 0000000000000000001393d49552ad8d703dbfb41feb2c0f98c68d4495853068 1,373 1.00/1.00 vMB 11
691,632 691,632 0000000000000000000b14f7ca6ebf3e22f739948f922e9c24e2a93c2bfa072f 673 1.00/1.00 vMB 4
691,631 691,631 0000000000000000000548c72b83a0a3a46e02a4ef74a7f695c55fb405c51f51 2,755 1.00/1.00 vMB 16
691,630 691,630 000000000000000000026a6b0875fcd41f047019fce62c2b9e5e99976186f4fc 137 0.92/1.00 vMB 2
691,629 691,629 00000000000000000008a56bea5119fe35f544c07451cca26f3ac304235aefa8 1,075 0.97/1.00 vMB 7
691,628 691,628 000000000000000000043ce46e0fbfabd6800ef797249ed306e539bcef6481af 1,475 0.99/1.00 vMB 8
691,627 691,627 0000000000000000000545281e54caf3dc8e85ad1aafb0c324b87c5c45833b09 606 0.98/1.00 vMB 4
691,626 691,626 00000000000000000005dc261c021aa938865b124fa1d8dd389d6711585c0bde 395 0.95/1.00 vMB 2
691,625 691,625 0000000000000000000a272e111f16a1c148cf6de211d30fd623148f97f9bd40 2,778 1.00/1.00 vMB 7
691,624 691,624 0000000000000000000cdbea54ad1b51c793a9a5d8a5ef86849788eb93cc7bf4 2,587 1.00/1.00 vMB 9
691,623 691,623 00000000000000000012e0e90868c25f3eae2928f843c7c2a56e19bf36d8610b 2,611 1.00/1.00 vMB 30
691,622 691,622 00000000000000000004d434e58766e492856a7d7457b628c9837ebf8b0cac95 528 0.99/1.00 vMB 2
691,621 691,621 0000000000000000001027c919e200000c0b8f49e33ab4b686b96ccdfbb7d739 1,762 1.00/1.00 vMB 13
691,620 691,620 0000000000000000000dbd2192aab6fbe4795006a07206cae8a5150404eb20ef 2,096 1.00/1.00 vMB 26
691,619 691,619 00000000000000000009ad1a79b580e6f3de54466b8af9f93644622b40c66c5f 1,145 1.00/1.00 vMB 9
691,618 691,618 00000000000000000000f3729dcb3a033dac7f01a452b53d98fe556589d29b1f 342 1.00/1.00 vMB 3
691,617 691,617 0000000000000000000d7d4f0a7b02e9ae78f26d0ecc38a9b0f8b2d17cc90892 2,568 1.00/1.00 vMB 25
691,616 691,616 0000000000000000000adea24ce10d9d8f54b96c7034ea0df3652456f784d135 403 1.00/1.00 vMB 2
691,615 691,615 000000000000000000144fbb6f017222fcc564fc91fd5336002ada00d6f4e5b4 1,539 0.97/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.