Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,273 transactions (0.45 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,482 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,481 (133,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,278 778,278 00000000000000000003fd051a2e5c9e0e0389ff231b0992225b09aa38a7ea18 1.59 MB 2,620 17
778,277 778,277 00000000000000000000ab0e5dd3ad2f6ffb94795a715b6b514acab8753f0529 1.36 MB 1,561 17
778,276 778,276 000000000000000000030b6be76b7bc13a8ebd0df3462b6925354c305bdcf35d 1.29 MB 1,895 16
778,275 778,275 00000000000000000002e3738e1aa3a9ab068fb9cba7493b1aba7ed037e73452 1.66 MB 3,582 21
778,274 778,274 00000000000000000000ed3c4c37c5c44a985dfbea7f98ec416ea3097894a56e 1.45 MB 2,952 19
778,273 778,273 000000000000000000018b545986be2d496fa79c3bd594466ca9e167a23709ba 1.05 MB 547 17
778,272 778,272 0000000000000000000535bc09f2ce27f2f78780f8b6d9ae3e5d61a33f8d383a 1.49 MB 2,864 19
778,271 778,271 000000000000000000058498877b84e88e35a88db5af3f67c2c32ae5ad11da15 1.40 MB 2,971 37
778,270 778,270 0000000000000000000184b020130800a7bbe8400404cfed408c475244b82fdf 1.63 MB 2,773 14
778,269 778,269 00000000000000000001cb70e3f8f5988971e99bcc2c98092c7edc4e64084209 1.57 MB 3,535 20
778,268 778,268 00000000000000000002f89ce9cfd56f64de4b3d802b86df1191d2f9529b4e1b 1.61 MB 3,277 21
778,267 778,267 00000000000000000001844ae69cd4155d41569942db711cbd11adcaa1903060 2.42 MB 2,001 6
778,266 778,266 000000000000000000040d610f1425b301454987acd84995b78e83790768d90c 1.53 MB 1,525 8
778,265 778,265 00000000000000000005ae27d8586a6cce5a1c2f16f79128294410f2b5ce025a 1.51 MB 3,292 19
778,264 778,264 00000000000000000002f14a23cc0910c5e429d51c05b1f18c775a5d0a3f9733 1.72 MB 3,375 13
778,263 778,263 00000000000000000005887d685eae774f022ba4aecb3f6e478e83c1268a642c 1.87 MB 2,896 16
778,262 778,262 0000000000000000000546b40622adf5a088fc2d2ef1a3db0704599b98048e34 1.45 MB 2,726 17
778,261 778,261 000000000000000000032bf11609297d12dd32ed0d55cb535fa58094c42c4925 1.30 MB 2,181 18
778,260 778,260 00000000000000000005596e42107f74417f12c050e768bd8723afbfd5246220 1.43 MB 2,156 16
778,259 778,259 00000000000000000003a8dc299441c39099eac88371ff9af52951ce6749233e 1.60 MB 2,929 21
778,258 778,258 00000000000000000003ce4f6cc2131f2817182666b2432f97af368f2ae2d995 1.75 MB 3,803 16
Previous 10 blocks ↓
Total Size: 776.13 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,411.53 GB sent, 129.36 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.