Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

584 transactions (0.21 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,770 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,769 (115,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,731 796,731 00000000000000000003546fbcebde1bff25ace08ae7376c854c7090e033be1c 1.85 MB 1,805 13
796,730 796,730 000000000000000000044400a3709cd1e9b837bcc6d5024dd939459c9b703ef5 1.61 MB 2,914 20
796,729 796,729 000000000000000000044fa57dc6bc846ff2fca0a365916cebb9a8cc128b6dbd 1.77 MB 1,635 15
796,728 796,728 00000000000000000001776444ab2b56569abb481cf6d2b14944d85772e81c77 1.51 MB 3,165 25
796,727 796,727 00000000000000000004475aed7ef53fe160e70ead12906b4a758e9cf800ec07 1.67 MB 2,371 13
796,726 796,726 00000000000000000001a3dbc13bcadaf0a9fcbbf27de712950f32efa008f941 1.81 MB 2,757 19
796,725 796,725 0000000000000000000042a333807668a2c4d3eaec4d12388b904bff80c20806 1.50 MB 2,765 27
796,724 796,724 00000000000000000000741173fd1f5a866e654f2d438920663597493e84eab3 1.36 MB 2,380 28
796,723 796,723 00000000000000000001219e8040d600db1967ca18c400632fb64bfa799db9d7 1.51 MB 1,770 15
796,722 796,722 000000000000000000015fb1ca7835b41e64185d41bca6c3925d824dd3b8c8d9 1.54 MB 2,899 32
796,721 796,721 000000000000000000010ff614b1e4312d3d26db4d9bbb171fd8c274129f8f34 1.52 MB 1,482 24
796,720 796,720 00000000000000000003f1d1d70d3607624c6995fbe796a63435127afca9c1fc 1.53 MB 2,503 23
796,719 796,719 000000000000000000043a54c3b6e4118fdfd2ab3255f848f5271796a44a9a3a 1.50 MB 2,535 25
796,718 796,718 0000000000000000000042bf97d80ab68e467bb0afde8f2316a32bad99e881f3 1.39 MB 2,495 22
796,717 796,717 00000000000000000000197962a490af839a0cf548ff54a156307db35c43f764 1.36 MB 2,414 21
796,716 796,716 00000000000000000000a1fa90ff6f273274bd6f92b99b6a34be51a0ffbca312 1.60 MB 3,093 23
796,715 796,715 000000000000000000027da27e4659651a1c808609431b720dbff1b246f51432 1.45 MB 2,956 25
796,714 796,714 00000000000000000000dd74e8a8423cb9030ab0545f11d1f8dfec7bd1715077 1.51 MB 3,046 23
796,713 796,713 0000000000000000000109db758d8381541a9fcbee54fea83e7d17df479490ce 1.46 MB 3,155 42
796,712 796,712 00000000000000000003aa1de6375192f218f0e3f72813548974fe0161ae5dc6 1.86 MB 890 11
796,711 796,711 0000000000000000000482cac234ac8dd60289d55936677e9466296497ab1202 1.84 MB 1,396 15
Previous 10 blocks ↓
Total Size: 776.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,432.39 GB sent, 131.85 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.