Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,936 transactions (1.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,765 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,115 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,764 (886,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,639 24,639 000000002267b9071a81dd132fc2c8325d339f84a6646cf81cffd0c17fd7b78b 0.00 MB 1 0
24,638 24,638 00000000f639f06de46c161aa5c71bbe166416e8c2f31b803fe08533d060b03d 0.00 MB 1 0
24,637 24,637 000000003323e88d94081c65d85e282360d3613071de6be288c987a046fadce7 0.00 MB 1 0
24,636 24,636 00000000e2091a438c9cdf745433c75ed0dd1e85c685e9557a6819c6bc92e67f 0.00 MB 1 0
24,635 24,635 00000000390ae0d5a5de4dca439031aa013aacee292211b5f854d0de646e1acf 0.00 MB 1 0
24,634 24,634 00000000dd81dbd8feb9e61482902417063e95d045e452423e3b6bc8d4520899 0.00 MB 1 0
24,633 24,633 0000000026f61c11aaa9798effd4316075bf08ee4e9c30d8301ddd8368e25435 0.00 MB 1 0
24,632 24,632 00000000c2bca3b3d6ad4b63b7dfc1bf4b64acb803984d62a4c9271ec17c60b3 0.00 MB 1 0
24,631 24,631 000000007a65ae47080a40db1bd3d197a2d9b800451ffd4309caa8e9224086a5 0.00 MB 1 0
24,630 24,630 00000000db1abb1d8afd4a9e25ce59172bed7267f7e71ca79819bcc10015c8fb 0.00 MB 1 0
24,629 24,629 00000000967ef6ef339407c739d98c17591257c6aebfb5a732209df5d286d7bf 0.00 MB 1 0
24,628 24,628 00000000eae8d54af1e8cf6d0334c326269fd756361bf1788fba30abc72355da 0.00 MB 1 0
24,627 24,627 00000000591509f67579238cb032e3b6d73a672708fec9234924ec6e516ae6f9 0.00 MB 1 0
24,626 24,626 00000000c98f39c82f47741050860b41d1d220594fe431ed5982a77fada35de0 0.00 MB 1 0
24,625 24,625 000000007ae409e731ad1898ce93d48a30aaf8f313a7d6ac5df379be86522d7e 0.00 MB 1 0
24,624 24,624 00000000caf316c122ac6f7804f5420c3602481690284fc4b6e003af082d3fc0 0.00 MB 1 0
24,623 24,623 000000007fdd1ed813899262cc46fb652abd93c995203a97e9d6555367b8e142 0.00 MB 1 0
24,622 24,622 000000003467c8edc4aa644f0081834c1c5c10bb4ee0895df6069b931b0d1bbe 0.00 MB 1 0
24,621 24,621 00000000bf51710f4571640976d55ef98d2b0044d8f257b54b870600f82b74c5 0.00 MB 1 0
24,620 24,620 00000000b70729f8d04ded43ce982865c5916c87b11a7de82445310543e4e7f2 0.00 MB 1 0
24,619 24,619 000000000e1492743be09353cc1b67b6d361a3ceed1ac3b577ce0af56d2f16d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.80 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,294.83 GB sent, 122.65 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.