Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

446 transactions (0.10 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 446 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (167,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,637 744,637 00000000000000000004c83a7debc34117c508972539cc0794b807b340406f19 1.63 MB 1,557 8
744,636 744,636 00000000000000000006c1bc69afe383c453627bae660291a86f44a784fd48ce 1.79 MB 972 6
744,635 744,635 00000000000000000002bb38cfeee15be5e8cbd2ab7c78e8016769678ab3787b 1.73 MB 1,059 6
744,634 744,634 00000000000000000006f80e8070386751b3da91a6a71d6c9c1070ceadf1749a 1.69 MB 2,114 6
744,633 744,633 000000000000000000040bef8f88284455b24b0c2445cf882d38fc8bba39c462 1.61 MB 1,033 4
744,632 744,632 000000000000000000043a94a1916639a6aca6134540dfda545ef8218500499d 1.63 MB 1,869 2
744,631 744,631 00000000000000000003fc193658b0f4cda8503851b0fbd908e4c96acc5e737e 1.61 MB 1,791 9
744,630 744,630 000000000000000000010ff6ff76cdb0a6dac2175fc88aa69f7b4625b945faa9 1.08 MB 603 16
744,629 744,629 0000000000000000000647fa3ec4bf353bb4d4efd2daa90c2977d6593298e833 1.62 MB 2,265 6
744,628 744,628 000000000000000000066762a4643671540d13e6518e95bc6d1551bd11009d08 1.42 MB 2,645 21
744,627 744,627 00000000000000000002da17fb59d1d161c2fa4c7c1d4aea37fa49b699e7bc9d 1.51 MB 2,710 10
744,626 744,626 00000000000000000003c7f07212aaf282eb99a4f28a42ac62383da59a6f9585 1.48 MB 3,129 23
744,625 744,625 00000000000000000000b02ab9b9b2be67178bcd24837dc5256eee43934e17bf 1.61 MB 1,936 16
744,624 744,624 0000000000000000000296ee75b207c52e325a1212912664a4e0ca90706b472a 1.53 MB 2,993 8
744,623 744,623 000000000000000000058cb11c690912d92c51388fe977776dbab0f670d29eab 1.60 MB 2,562 13
744,622 744,622 000000000000000000010ca8cae01042cde40876c45ce1bd543adf130ead3ad3 1.62 MB 2,915 17
744,621 744,621 00000000000000000001d8c41b113aff25f4128f65b4bc89e8e5655cd30d5218 1.58 MB 3,322 14
744,620 744,620 000000000000000000054d184f30fce83db19088b5924202a9663b68421206a0 1.49 MB 1,942 16
744,619 744,619 000000000000000000051b4470f05650d9c8f7e0c83fc2937629d60f5bc9ded9 1.22 MB 1,237 13
744,618 744,618 000000000000000000098072bb1d26ac110f16c3bf10dcd89e2a1ebf85744469 1.24 MB 1,432 19
744,617 744,617 00000000000000000002e449e0327db5b2d3ce17b8df692c21d035dde26da46f 1.56 MB 2,424 21
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,468.76 GB sent, 132.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.