Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,304 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,797 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,796 (639,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,077 272,077 00000000000000006122c0029ef673d6bdc8ab9a9dd2922d3e51e912c4c067d3 0.08 MB 164 35
272,076 272,076 0000000000000002ad949771cedb7706f56102859d10f46e996f5948accff75b 0.18 MB 388 61
272,075 272,075 00000000000000037643a864144afd4428141a3c7fdd57100417c2756a49b3b8 0.18 MB 372 51
272,074 272,074 00000000000000069d476c81f668977c806a335fba6e2f25e5242a9aaf647838 0.15 MB 236 42
272,073 272,073 0000000000000004c2fb9c90bd83b17f729234759de555fbae68806373d36a8e 0.20 MB 416 46
272,072 272,072 0000000000000005913a9e643a006f2b2e3565c354f8ab217882ef6d3e115330 0.15 MB 248 26
272,071 272,071 00000000000000047b3078a6f2afb9b50bf549757ede45058f65ff91fb59578f 0.35 MB 653 41
272,070 272,070 0000000000000002e726eafec0998634c5910ed146608a079e69fd4f48a6a385 0.20 MB 491 69
272,069 272,069 00000000000000022b478857e4e6be9afabeb29362d303a24f5ec4e40b91543a 0.36 MB 684 74
272,068 272,068 0000000000000000e04eab6d815240aa6a05cc5e38931c37e54aba50886b937b 0.22 MB 171 19
272,067 272,067 0000000000000004268d5a3cdc3143ed6b1fdd6d3325542f5a54d5ae2233cca4 0.25 MB 504 58
272,066 272,066 0000000000000003b90c99433d07078d5498910442489383f18e250db0a843e2 0.49 MB 301 21
272,065 272,065 0000000000000000fee6c951e0a15e69d30c7d5bc25e2f854144ded6a8eff67a 0.48 MB 1,085 55
272,064 272,064 000000000000000538cc9c7913a7d1a6b7f8ac9a38f838ddd893bb511a929a63 0.42 MB 929 52
272,063 272,063 0000000000000006c7d57dfda8fe233b427cd2a48286339c022b1f3e9e9d3363 0.10 MB 258 88
272,062 272,062 0000000000000000eb15d3210120fa99685feea830b856a4222bc41b85332869 0.29 MB 515 33
272,061 272,061 000000000000000337277a7bebffc689b21f6d871711ea95edfba769693d7e88 0.02 MB 56 122
272,060 272,060 0000000000000005c43fe326fad211325bb52a7096424521aeb88359730ac227 0.14 MB 239 43
272,059 272,059 0000000000000000527f365cbc691b9bb6c3226735d5f6cd89aec242b5936eac 0.16 MB 335 59
272,058 272,058 0000000000000002c3aa573419c5f55087879a867d05d70b512f65c0f092778b 0.25 MB 593 64
272,057 272,057 0000000000000000cc085657801cc1f47a4aef83029c74de626b3101827a66d0 0.17 MB 365 48
Previous 10 blocks ↓
Total Size: 776.71 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,445.18 GB sent, 132.13 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.