Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,403 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,755 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (77 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,582 910,582 0000000000000000000116ad7267b6980868a3aa4e5234cd2e962c091f7dcd69 1.66 MB 3,950 1
910,581 910,581 00000000000000000001a87bebbd3659c2fb2782846ef6624d43d0830cb36085 1.81 MB 4,615 1
910,580 910,580 00000000000000000001d3edb140fda46dced57ffdf35bb2996ba775a5dd3041 1.63 MB 4,369 1
910,579 910,579 0000000000000000000052a5517c16abe48147d3ccf5e8f080b49b952a93094a 1.63 MB 4,029 2
910,578 910,578 0000000000000000000062d469b47de53c27b5595bbe7aee0fba85097c648bb5 1.67 MB 2,312 2
910,577 910,577 0000000000000000000056bf5495111662d8d524f77a3b37027f6dba9e7d331f 0.15 MB 236 2
910,576 910,576 00000000000000000000a906348536fc42bb72f815f25ea0efd91742780d70df 1.97 MB 3,718 1
910,575 910,575 000000000000000000005f0d83af8e14320c511470569c6df370ba8ecb36f3ab 1.14 MB 2,173 2
910,574 910,574 00000000000000000000e6194843a39456462b3d67806ea8d1110e4478201716 1.89 MB 3,167 1
910,573 910,573 00000000000000000001fffd54a5125325a4f60c83183f3dad0fb4670fe41931 1.64 MB 4,156 1
910,572 910,572 0000000000000000000101be6d0b7815c4fab2157da8d971eb77290042cc9957 1.69 MB 4,352 1
910,571 910,571 000000000000000000013850542f1c3f622618b5c83eb1ec9ff2d93971796184 1.63 MB 2,219 1
910,570 910,570 000000000000000000015fc388d2eb01cdf84348bfa417515a87b1ca8ee50737 1.56 MB 3,161 4
910,569 910,569 0000000000000000000054df42ba65baec12f0a545327a6b1206c11b73ca5f07 1.45 MB 2,417 2
910,568 910,568 00000000000000000001ceeca301c77fb24f349c746a5adcc38dc7cefe41321e 1.69 MB 4,385 0
910,567 910,567 000000000000000000013995ac15f1f52818a2395db0c66fcb983a4ec083e165 1.64 MB 3,518 1
910,566 910,566 000000000000000000010127ad9076354864e686c171f262659bec823bec69dc 1.75 MB 2,375 1
910,565 910,565 00000000000000000001ce80ffe65903b52e69f5fd8180a7285229413f2ef35d 1.64 MB 3,207 2
910,564 910,564 00000000000000000000de70b2ddf96364e7663f174a6a54d4230e2294402b55 1.67 MB 3,107 4
910,563 910,563 00000000000000000000fcf7da8df993497297b43004ca1aef088d9b0992e9f0 1.69 MB 4,667 1
910,562 910,562 000000000000000000018aae9fe0264a5036e8ff8bc544e411968d21fa92378f 1.31 MB 2,529 2
Previous 10 blocks ↓
Total Size: 774.59 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,281.26 GB sent, 121.58 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.