Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,610 transactions (2.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,916 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,013 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,915 (400,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,782 511,782 0000000000000000001a71ca1dfcb526789283465ad26ffa5bfb0e13103fe48f 1.09 MB 1,922 35
511,781 511,781 000000000000000000067d3272655a2106eef91bd3f1108c9713a6e6712fbae8 1.02 MB 105 3
511,780 511,780 000000000000000000064c28dc3a8b0597d9635734614c9b872aa606aaac87f7 1.03 MB 745 14
511,779 511,779 000000000000000000070a65552b8e07a55c8ca850a94e9f826439e860c7c3c9 1.04 MB 828 26
511,778 511,778 0000000000000000003583ac0b524d0f18280556c08139eed45c51e4ec967cab 1.11 MB 1,414 27
511,777 511,777 0000000000000000005c49f8d336c3fb96e4ecd77a57e6f4b91daa3528923d2f 1.10 MB 398 5
511,776 511,776 0000000000000000004746eb3500405f2785e6d4d6a5f906a822919f3a4397d0 0.32 MB 739 34
511,775 511,775 000000000000000000581202c00cd1a1f792541b942310e247dcd7751ae592ea 1.06 MB 1,169 22
511,774 511,774 0000000000000000002b131692eb3482ad55db0ab625994c49a99fabe9fd2c4a 1.09 MB 278 4
511,773 511,773 000000000000000000520e408ca5c7959bb32208f4b4c4db4583183da9903e0b 1.06 MB 1,144 24
511,772 511,772 00000000000000000018b1dac3b05ab3247f424a7652313624dea892d4c0d2f6 1.04 MB 734 10
511,771 511,771 0000000000000000003e79eeef8473bf7f3b4f57f37ebb9051c77280303ca819 1.07 MB 1,498 28
511,770 511,770 000000000000000000490be37c72b88863a4f35ade723d5f6b54b63a1aa9119b 1.01 MB 123 2
511,769 511,769 0000000000000000003edb6d889995dce3b0d8ac39a688bef91a829df9bb10ec 1.04 MB 420 22
511,768 511,768 00000000000000000006e24cf115b3b00895e330980464f3bf4a3627cb370795 1.01 MB 362 10
511,767 511,767 00000000000000000038c98021437df2a7aae808814730fa0d46985d5e53810b 1.05 MB 864 10
511,766 511,766 0000000000000000003a613c38c6c3379da14917efe03cfa65922407bd1b0fd0 0.82 MB 1,403 36
511,765 511,765 0000000000000000001903bc482eabaee86e9564a0f3f3e24cb71d0fced59177 1.11 MB 1,981 48
511,764 511,764 0000000000000000001d5797e770b7f9c4bd8db8aed4b4b649b50402acd1bb7a 1.04 MB 782 23
511,763 511,763 0000000000000000001f7da269839a0d312731499b1d8fb5108630b18155e3ad 1.05 MB 1,051 17
511,762 511,762 00000000000000000001f57163f40e2e4f2210eb725e1771e7f6420f5fe1cb21 1.23 MB 2,132 39
Previous 10 blocks ↓
Total Size: 776.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,482.58 GB sent, 133.13 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.