Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,673 transactions (1.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,148 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,147 (114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,033 912,033 000000000000000000013c263041208b212a83f33914462514bb3243a551f7c9 1.61 MB 2,701 2
912,032 912,032 000000000000000000004cc0cc3bce82c99cd3a820dd7a2b60a132080cdaac0c 1.58 MB 2,461 2
912,031 912,031 0000000000000000000181e543620edcfe20e009f4a1f243ffe765e264a12079 1.45 MB 2,805 3
912,030 912,030 000000000000000000002f9e6eb70c374be19cb83baa57116a1ccbbb8d3f09c1 1.61 MB 3,004 2
912,029 912,029 000000000000000000009fcfbc5ba5d4a8c98f963bc5974ed323b7c964d9091c 1.37 MB 2,168 4
912,028 912,028 000000000000000000011c5b7c0ca3a4f2ca274d277d2b0c72c98e48105a278b 0.25 MB 514 2
912,027 912,027 00000000000000000000f1824c7509ec8d94027996b0f479ef8883b85e9be261 1.61 MB 5,719 0
912,026 912,026 000000000000000000003f8029c11067aa0a50ef484db67b9d4c5efc1e63d806 1.58 MB 5,112 0
912,025 912,025 0000000000000000000229229b030347d9ea487306a8b2ac620ffef4617f8f2a 1.58 MB 6,855 0
912,024 912,024 00000000000000000000b158eb603397c1bb8d9d674310de60f8f5d26ce04a93 1.77 MB 4,902 0
912,023 912,023 000000000000000000001a37380962a4aed6e599555d67b4e4f3eb5b55545340 1.49 MB 2,850 4
912,022 912,022 000000000000000000012e8318f036bc4c1d2e942d5b1b62d3079ca18af3ed1e 0.83 MB 1,442 9
912,021 912,021 000000000000000000006bf58566a8704af79dad68420c656ab970143884f7bd 1.66 MB 5,591 0
912,020 912,020 000000000000000000018a08b9bfa4366d4cb6ba4fb8d737511ad17c9c3d5e41 1.64 MB 3,944 1
912,019 912,019 0000000000000000000093da084e7db588503f0563c8ce89d07667cf5e4fd660 1.69 MB 3,028 2
912,018 912,018 0000000000000000000047ec043891cf78b1b636ac9bf68606579ba77147bcd6 1.76 MB 5,817 0
912,017 912,017 0000000000000000000189a66623b844203d5d8689b03aa74577ce017fc111b6 1.71 MB 5,275 0
912,016 912,016 000000000000000000010de105b460403db3ff18cbb017d04b6a13f141772cea 1.63 MB 6,212 0
912,015 912,015 000000000000000000004c5f04e352ad736b2948c065e4fa289257837ee78092 1.75 MB 4,861 0
912,014 912,014 00000000000000000000a7b5a9b30feaa7639b5db5eb317854cf851e1babfa28 1.75 MB 4,966 0
912,013 912,013 0000000000000000000227f13f32da7b60e521734130abcd791179bb3a192b55 1.71 MB 4,034 1
Previous 10 blocks ↓
Total Size: 777.35 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,526.34 GB sent, 135.18 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.