Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,065 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,510 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,509 (841,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,871 68,871 00000000011f67e6b8cd1a128df4c803e95e897e9131d162747657d7356b7106 0.00 MB 2 0
68,870 68,870 0000000000530044f73b1823f7793ec32455d1b07a42ba5a660bff52cff8c36c 0.00 MB 1 0
68,869 68,869 0000000000ceca0af76c1ccf47a28eddcfea93c00286c89d77791b8f100fda41 0.00 MB 5 888
68,868 68,868 0000000000f60d4db9aaab6661d14dc5ac94429446fa8244539f5b20aaab3de0 0.00 MB 1 0
68,867 68,867 0000000000b01304bc30947ff1eed605e0fe6d0256f8ff6947fc9e48b4c410b6 0.00 MB 2 0
68,866 68,866 000000000116caf2326ee733a77b6d26aaf04e2cb5ef8912c65ebcba05154df8 0.00 MB 1 0
68,865 68,865 00000000010d2414dc1923cba6eafb058fc08f454409d3c6af7155543599614f 0.00 MB 3 0
68,864 68,864 000000000042d134055b4b2c33da17276a6e0f895a0b3423437e66189b5f601f 0.00 MB 1 0
68,863 68,863 00000000000ff1f51c0864eda74346d8c274e28eaffc2ec90193dca4d15aab50 0.00 MB 3 909
68,862 68,862 00000000005a3fb7af6015b3587e1ace8aaa11dbb6b71a5ce5cc8d36bf87f2b1 0.00 MB 2 3,891
68,861 68,861 0000000000af2fb9cd717efac60d36f2283476dba0a922810907110160e6af4d 0.00 MB 1 0
68,860 68,860 000000000163c1004f8e36617cbd07753cb2ce4429b5cbf0b083e9d006438368 0.00 MB 2 3,875
68,859 68,859 0000000000d6be4fee92eeb138a72474f7b256aef4008cd8c1b9359a4e268aa1 0.00 MB 1 0
68,858 68,858 000000000076a73665072924f89560b2c7fd4d9f8a73bbd5c6db1d4cad7ecff2 0.00 MB 3 3,868
68,857 68,857 00000000000052ff08c34d5a8ddda9c5568b6ef763543742a704579c7bbb84f6 0.00 MB 1 0
68,856 68,856 0000000000af5ff9a1d4c80d50080828aadb867fbc86eaf1fb8dd40c89ee7672 0.00 MB 1 0
68,855 68,855 000000000028b6fe7d0e69e964da728ac73ace07a559847d52100593634c8d97 0.00 MB 1 0
68,854 68,854 000000000090c582c169a18fb5e5c10f34dc0ad74ce883c9e7de1f8e37998e54 0.00 MB 1 0
68,853 68,853 0000000000188de9341782f1c8810def754d954c1fdc4523e65bb9ca09e9ade8 0.00 MB 1 0
68,852 68,852 000000000111805fe99b8eb8cb28291b3fdb17e735631007f9b2108fc03ac129 0.00 MB 1 0
68,851 68,851 00000000010c647008cfb07cede9005dcb374ea511e1867a6e1c8b98c4571ccb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.57 GB sent, 120.21 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.