Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,196 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (888,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,839 21,839 0000000034b0eafb8fb44b522eddb3561d1d1bf3e7f1511efe7a7ba9eb455d65 0.00 MB 1 0
21,838 21,838 00000000c77bffa2cea9603331944a651f3f6ec10b4e8033e74df3443602e2da 0.00 MB 1 0
21,837 21,837 00000000f634b27bf065f259e8b20e13a35ab820f9aa0e8bdcbbdef29fe447df 0.00 MB 1 0
21,836 21,836 00000000823a44257650a8bd7f9e377438f033640f8f20284b246d6c8c8de230 0.00 MB 1 0
21,835 21,835 00000000615fd0ebefe8f83644e08f186f8dcb36eca9daf60c1925698458d074 0.00 MB 1 0
21,834 21,834 000000000eae92d4633020fecde2fedb7bce0c2f37a8bd4865a987cdce6e13cd 0.00 MB 1 0
21,833 21,833 00000000ed0a8267a9732c3cf3b68cc5b4594f1859edf15d95cca3af80a21a33 0.00 MB 1 0
21,832 21,832 000000005bdb385bfb831eb4a22243516a1db779a6e907146b236354812316c5 0.00 MB 1 0
21,831 21,831 00000000b299a9d3171438605b7a83e1a8fc60ec24f69035c41ce70d8dbe0d9c 0.00 MB 1 0
21,830 21,830 000000000e4db7b90909dd96dcdd9c33fa3988fa752c500a9e8721d1aa584b99 0.00 MB 1 0
21,829 21,829 0000000021cb6e6998b69821b66d2b4bfb1e5bfcd473c9ec46db393f30204339 0.00 MB 1 0
21,828 21,828 000000003d558cb6b18eb5cb63c0f2d3002c364415a8f4efeb862a9a9deecef7 0.00 MB 1 0
21,827 21,827 000000003d0e21a473042a9203b45a8911d711cbdba28198e22a1353fd6ffb2b 0.00 MB 1 0
21,826 21,826 00000000f18942b3438f0f572081169d1707be5735e9fd3c6c89a0467cf609ae 0.00 MB 1 0
21,825 21,825 000000002f0ecf7941c996744090581a96555b7f9cb03c26880555826030e329 0.00 MB 1 0
21,824 21,824 00000000a6c93e27be9dba35d776e41a4cdba867ea2545f11565529b2cc8f571 0.00 MB 1 0
21,823 21,823 00000000605c01a071f2d812ae5c3b4ebbe520e5335e7b497aadf6869a4586b2 0.00 MB 1 0
21,822 21,822 000000006ebe89dbf131f6b20643637c3e28fbef3cab7f7be23ceb6ee396fbfc 0.00 MB 1 0
21,821 21,821 000000004b5c5918c02a1005728d9dcd87e181af6c4f5f02108a0f1cbccf07d5 0.00 MB 1 0
21,820 21,820 000000009f29982d3eda9fae87b0d7a744c828d7f456b36ad9f1f02849faa9e9 0.00 MB 1 0
21,819 21,819 00000000e59ce384bbce750e2e138d70becb3a5976813de25a32296ad896ea37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.10 GB sent, 116.60 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.