Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,719 transactions (0.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (856,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,712 53,712 0000000000aef9e37dc7b1738f0e6ccb522a732d5b2c57ae01df88ad920a67d3 0.00 MB 1 0
53,711 53,711 000000000d30d79916d655a3ed97c26529e9f2211dab8ba8a1a9b785dbd75c37 0.00 MB 1 0
53,710 53,710 0000000007c553f2aa5d1fd0c58757b27595aa8488eb09ddb5ec2a19e8d82724 0.00 MB 1 0
53,709 53,709 000000000cc1b472c543f6b68b914338af6e37e545f1c8f521fd5d3ee98cc347 0.00 MB 1 0
53,708 53,708 00000000143ebb07c6e2e0370c3327b9b0c4c73f8d79e5225575b5fe06087bad 0.00 MB 1 0
53,707 53,707 00000000046f68832fbcda908947e4022bd52aeb301f52d82f6e9ef9a6ef8879 0.00 MB 1 0
53,706 53,706 0000000012658dfc88bd7fcb2cd5d6f165625a8998567f2ff9a858ae95efe838 0.00 MB 1 0
53,705 53,705 0000000015d3b0f2fb9e6c6170256f4c7b8256f781ef01895ecbf67823646951 0.00 MB 2 0
53,704 53,704 0000000012a4b23e39b84e4a02403dfa8c244b12f2ab2c6f0dc8728864b6b783 0.00 MB 1 0
53,703 53,703 000000000027f054ed6a21626628a799b6d69084c52aed8e5cbb59373a7c7749 0.00 MB 1 0
53,702 53,702 00000000087165e895b6c9b561a100424072ec4865818430d31442c0d90a4fc4 0.00 MB 1 0
53,701 53,701 0000000002ca827623ab70cfc38b3b0494d082a027b4d476d87cbbb30d856226 0.00 MB 1 0
53,700 53,700 00000000053f667894bbe2e4a420e066f6564b0d8c64dc308c329925084fbf42 0.00 MB 1 0
53,699 53,699 000000000c3b51c71d8b7aa2dd9421a3320d97c587194fa58a1f8ff6dfa665db 0.00 MB 1 0
53,698 53,698 000000000efe2e980b4fd87ecfbd54814c4e1b2f7b574e5f91fda630d4f508bd 0.00 MB 1 0
53,697 53,697 000000000694dd01671c1a458dc1306596a6de807dfc99870084618dd8c0de1a 0.00 MB 1 0
53,696 53,696 0000000011a16b6488c684670ad0b6798e2378e72d231027e202d2d946805b93 0.00 MB 1 0
53,695 53,695 0000000008b407cde5bf98c0758dc12310dd710457d6c360fd9c9f98c9adc600 0.00 MB 1 0
53,694 53,694 00000000047ec9ca65575da31c75e24859b9654464b70aab452b7894894b6e54 0.00 MB 1 0
53,693 53,693 000000001612fa4340fc94b9b39901a86d1b6bdeb205586c1eb869a49db7ad05 0.00 MB 1 0
53,692 53,692 00000000000363c341c03c72240c5ed0e2822efd19edaa51a17f4018e82b3b8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.