Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,826 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,826 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (622,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,513 288,513 0000000000000000656d844faf5c8dc8806dea64696922310cdcff5e56b8de33 0.35 MB 297 15
288,512 288,512 000000000000000096ecdb488196d4dbbfd1ad0e6c1fddded965db8035f3e787 0.35 MB 914 46
288,511 288,511 0000000000000000b8357670ac572ad86f3c5661c59bbe93021fc62fb7ec3ef5 0.03 MB 80 37
288,510 288,510 00000000000000009ea0ae49fb935bdb32530f9243c3a5d2eae83d70a9eded33 0.35 MB 645 23
288,509 288,509 00000000000000005a3f973e4f900efa37f65235e9c72f776a5fcf4a6641198d 0.35 MB 1,152 61
288,508 288,508 000000000000000054a54175ff384d05520fa3a65b353fcaefdad2febc09a5b5 0.25 MB 170 14
288,507 288,507 00000000000000008d2f8dbaf2867bde3fb3ca5b434291243ba3884db0d05e07 0.13 MB 256 22
288,506 288,506 0000000000000000c294b8ff851dc525c416e8e3efa4c68fe9798b0e64c236ea 0.35 MB 1,002 49
288,505 288,505 00000000000000002c9c2380a80aed2f4e9c6d662152fc751f1d33fcd4720fd4 0.26 MB 425 24
288,504 288,504 0000000000000000d6593a8896ffb20981e809b0ff438b3f05ac382f8663c845 0.35 MB 256 16
288,503 288,503 000000000000000012893b77c000d0c23a863cc84d039d2b4af9e45ddde7620b 0.50 MB 870 30
288,502 288,502 0000000000000000839f40e3f82c2c588bca2e69fb2743e7155f1dffa3a2cbb4 0.20 MB 512 54
288,501 288,501 000000000000000050416b5644d54573704e881bd9e701077e7ae625b3261bcb 0.35 MB 597 24
288,500 288,500 0000000000000000b68fae61a0e53c5268c0c105ffb73f2b2b69cbccd9728262 0.35 MB 1,190 44
288,499 288,499 00000000000000010f8cd537228b5a684237aa6a32b3b0a623cf26d516705119 0.06 MB 195 183
288,498 288,498 0000000000000000ea5a6d8b9b72aa1b9dd74958a13808bf17dfdcc3da8cd28b 0.04 MB 31 11
288,497 288,497 00000000000000009fd516f9ed240dfa26446348e5c4e42137aff24115a887ee 0.22 MB 476 34
288,496 288,496 0000000000000000b0ea5148a32a0ab8c0987ef090f378a4743f21b66c383ed9 0.22 MB 483 30
288,495 288,495 00000000000000001406c0253f808082fa5c4dbaae314c9ea2438381fbcca2ca 0.40 MB 601 27
288,494 288,494 00000000000000007f1da9e552d8d01d0c1d6db3e1623d428849d9767019cd9a 0.50 MB 1,058 36
288,493 288,493 0000000000000000281a5850676fa8dc41f6909affe06265aab958c94bc41934 0.44 MB 680 29
Previous 10 blocks ↓
Total Size: 775.27 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,360.11 GB sent, 125.05 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.