Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,594 transactions (0.61 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
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (837,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,940 71,940 00000000005ee612d61cb5cb5f8a80f54c3c9abfd7d82ee943374d1bf168236c 0.00 MB 3 0
71,939 71,939 000000000035a4327e9e4ebec44785ce5ea8f288f97999dd92049a5433725fd3 0.00 MB 1 0
71,938 71,938 0000000000035ffa0ebd0449b8ad622a86c970193af7a929794594fda988ad9e 0.00 MB 1 0
71,937 71,937 00000000005b65e9f8ae38a6215ed2bf515b3fca41487ce5dd294fb417225579 0.00 MB 2 0
71,936 71,936 0000000000df00e43a8f1e4e55b3790f65b1229fc48812599f5c6dbc45ff350b 0.00 MB 2 0
71,935 71,935 00000000006e26e953ad0a12ff7443c21239f88ce928c43b3729c8da50111503 0.00 MB 1 0
71,934 71,934 0000000000ccc76b8acd622f28b993ab19f66fade66deefd412a7245aa349deb 0.00 MB 1 0
71,933 71,933 00000000003d295eb50f84c9e48f450842fb3c87af29eabf0f4fd218a22e2a97 0.00 MB 1 0
71,932 71,932 0000000000c0d1a5bb46816cbd8dc92d368dfaa8b0d6af8b2e0465386159c3da 0.00 MB 1 0
71,931 71,931 00000000002d47fb6c2361c82b93e1c8fff0fbcd7bd01b8fe283179aa2893035 0.00 MB 1 0
71,930 71,930 0000000000f4bc2a87c6cdd72df35405bc91df3f1b65123e2865689a852e027c 0.00 MB 1 0
71,929 71,929 00000000003e79caba58c24585d277a5d426a29555035a515ba5d15e982cd6a7 0.00 MB 1 0
71,928 71,928 00000000009ab488a6faf409659d59284f03f5e58e2b6313f63472a0dbf0100c 0.00 MB 1 0
71,927 71,927 0000000000f8cdb6f7e97920c57400ff1d4c97e7294f7d173458871da256eefd 0.00 MB 1 0
71,926 71,926 0000000000fe450d0fc2bc27d7b158c30b3cdaf855b6e8f51cd001ed76b44425 0.00 MB 1 0
71,925 71,925 000000000000922b404f6e52c7a927466a3d469ab2d17a8fd48c19f6f8b22dae 0.00 MB 1 0
71,924 71,924 0000000000a8a908f63985cfac1101a6b398d1ab06df3e8680f25d7800459708 0.00 MB 1 0
71,923 71,923 0000000000e0fac39facf3010b5143b00ecbec88f5e6fd439b43dec1bcdac454 0.00 MB 2 0
71,922 71,922 0000000000c6fe63b6a985fea78a8701a46e69cc77ebb624efea50e09257c1fa 0.00 MB 1 0
71,921 71,921 00000000008c8fbedb9e8169aadd26a8e53bd4d0e8ddf42b56b6a3b29d2a0ea4 0.00 MB 1 0
71,920 71,920 0000000000b4f6c812124e52e3f207b799e1a67183cbcc2f6c12191145a165b2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.87 GB sent, 112.24 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.