Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,118 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,659 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 3,085 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,658 (412,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
499,043 499,043 0000000000000000009af03cc32211a5fb575a0204509ebe52f1e4658be1b72d 1.01 MB 604 159
499,042 499,042 0000000000000000008e4585b1052648c6896a38fdf2a870ba359395f7f4fbbc 1.03 MB 2,145 195
499,041 499,041 0000000000000000000f6eac55d2e64746e8128fb32e3116a529ac4b85160794 1.06 MB 2,496 376
499,040 499,040 0000000000000000006c90064a4824206af0cc9da77dda964303b386d45bc1d8 1.06 MB 2,269 431
499,039 499,039 0000000000000000005599218342bfe8f42ce54da08bccd72627ba6725856ba6 1.04 MB 2,010 223
499,038 499,038 0000000000000000004c73a6c5058dc4abde3f1a487104126002cc93e69b583c 1.09 MB 2,930 284
499,037 499,037 00000000000000000010efc8116652a235e2c208311d0ba239019d6e52186218 1.06 MB 2,439 400
499,036 499,036 0000000000000000000b90146004f51b2a5b1cbfc483e57d7a5fe964226a423e 1.05 MB 2,664 439
499,035 499,035 00000000000000000032779198a14400e2edb88b087acbfe4457095ce9d1b4b4 1.06 MB 2,126 238
499,034 499,034 000000000000000000576daed10c431372e8d3ccad1af9b7935f3dfd35ac9e1e 1.05 MB 2,014 305
499,033 499,033 0000000000000000000c968589c4a252d0893622d5cda43183860c07a8814e4d 1.06 MB 2,594 270
499,032 499,032 0000000000000000002eb76fc1c9aeddffc60ab43b481a277a018fbbf076d5a2 1.05 MB 2,649 303
499,031 499,031 00000000000000000058899a9f8c432466483a6b4bb11a7492a635bf01b089d5 1.13 MB 2,047 364
499,030 499,030 00000000000000000054311d5d4860bbcc1f12dc3fb52a01cf1f78c7edd6e8b2 1.05 MB 2,353 461
499,029 499,029 00000000000000000033b9659c57a7a3471cd9168f0ee59114563f27660db9ba 1.06 MB 2,130 292
499,028 499,028 0000000000000000009b9d3b0750f19cda226598969aa1dfb033dc92fd84fd04 1.06 MB 2,224 304
499,027 499,027 0000000000000000004110c2238ebb129259972a8deef25e1820bab37d15d2f7 1.06 MB 2,159 325
499,026 499,026 00000000000000000040c171462e9ded7793b1e799d52ef0cab73b5968cb3554 1.07 MB 2,419 355
499,025 499,025 0000000000000000009660ee61ccaf48d7d444f2bffa27fc7cb7e134643e3a13 1.09 MB 2,184 301
499,024 499,024 0000000000000000000fccb8cdfc3ff41405393386ee9e013d49524d0d32c834 1.00 MB 1,836 247
499,023 499,023 000000000000000000384a16724cbbafb68069109b446daf4931a42c0a708fd3 1.10 MB 1,426 199
Previous 10 blocks ↓
Total Size: 776.45 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,424.43 GB sent, 130.94 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.