Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,974 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,172 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,026 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (877,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,975 32,975 00000000af93303f9912c2da681a202bcf12e323e1af8e5e066eef2110febe96 0.00 MB 1 0
32,974 32,974 0000000044d73d43092d11b1abb1dd32242f1b26a3be20db76d2a671f34991f4 0.00 MB 1 0
32,973 32,973 000000003c488de9a8febe401e78a082410c17ac3bb9f2384b14e963ab6a6cc0 0.00 MB 1 0
32,972 32,972 00000000d3f0db0cca1aafeafc8a44e4b53389d4cee689fb5eecc8b515b5ebe6 0.00 MB 1 0
32,971 32,971 0000000004dc042225180c79a217e9db53653b9a24fc383fd04f9735bb6112d3 0.00 MB 1 0
32,970 32,970 0000000080dd29fd1343d7076c916a50a084ac0c2eac3c608d6d5427020c2144 0.00 MB 1 0
32,969 32,969 000000003c899b46bf62c9c4aec9511bc17c09ed8375292a29f5283d374fa3da 0.00 MB 1 0
32,968 32,968 000000008acad7d860dcec3a3d0ff7e81758b6e09c218920597da7dc0f1507b4 0.00 MB 1 0
32,967 32,967 000000007e2310c929fca693a6c40395461549db6287d3cf0fd3eca708a1c4f7 0.00 MB 1 0
32,966 32,966 000000002cee08dddb055f016eb78d02e4ca2a39fb93303b616657ac856ffa2f 0.00 MB 1 0
32,965 32,965 00000000b68195a1aa1004c7c5bb65b08ad5f4b902a6d298315a1cfe83020aeb 0.00 MB 1 0
32,964 32,964 000000002222ba74269b9af536ab077461e27a6a3d34b672c2b37c630ca82750 0.00 MB 1 0
32,963 32,963 00000000a844a535c35e5df623bff6c63afef3d2d7464a3c0f4d39294e17eb56 0.00 MB 1 0
32,962 32,962 00000000b5db15d639efe0b8fcb767ae0aad2066ca73ba01051638de2e84efdb 0.00 MB 1 0
32,961 32,961 000000007dcb3b0f0054ecc451548b659a6c5b5ad043351aeb4114cfab1d3fe0 0.00 MB 1 0
32,960 32,960 000000009afd773caa8f3dd8c9b184f7bcac3cb4f42a3414f7fab4f8fd2e8690 0.00 MB 1 0
32,959 32,959 00000000c87944ca8df477424e8c6b9b5bf4f28b6c3d84b7f31bbd31588f8779 0.00 MB 1 0
32,958 32,958 00000000679a0c89009055326a4caa02d844dc831be29fc25e0175cd12180d0c 0.00 MB 1 0
32,957 32,957 0000000060b958008429afce70544350dd753e941906b55d3374458bf6c23bd2 0.00 MB 1 0
32,956 32,956 000000007221fe1974f0c45614884ca3ba561944f261dba272c33731886d2933 0.00 MB 1 0
32,955 32,955 00000000688f0ffa53af5d12cf62dfed1b9a35f5a322d34fd6024617610566e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 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,194.12 GB sent, 117.09 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.