Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,126 transactions (0.81 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (878,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,116 32,116 000000007c2fc0c71758c7ac28ac2e3a60ac2645b30d10a494f1e5560d1b33c2 0.00 MB 1 0
32,115 32,115 0000000006af66cff06199cff7442cf4c3c6c25ae6c7179c57d6ff707ba29d52 0.00 MB 1 0
32,114 32,114 00000000510e88e4ba44a363cfdce8b1b4529eea10fb2fbe44982a377062eaf3 0.00 MB 1 0
32,113 32,113 00000000d628eb5b1441973f4083d775d5ee6f6af2176bf1763b4490680ee15b 0.00 MB 1 0
32,112 32,112 00000000186f7132649dd21e67c2052f8e5b05761330db26d57f05c098608b3d 0.00 MB 1 0
32,111 32,111 000000002c4f1b55779207d0aeb8643925b3755d62d7a1d37829ef9ef8501798 0.00 MB 1 0
32,110 32,110 0000000061ee296436410842af0637ef2986e2ad7aba6c03420e23cca9a429f1 0.00 MB 1 0
32,109 32,109 000000005136fbb0f103fc7751bac745bc27fc49fc9950bc9efe84286af0d8e9 0.00 MB 1 0
32,108 32,108 00000000e3bfb1cd6911944e437a459fdb45518b803483df5e7ab9dd62954d4a 0.00 MB 1 0
32,107 32,107 00000000b4e40d70f7a4405760b861ac94a56a2d127e9df94716d1dc210e9b27 0.00 MB 1 0
32,106 32,106 000000000d60c9c68c1ae9687237845c43a1f106fd6bc5e3921c86efd8840e9c 0.00 MB 1 0
32,105 32,105 00000000e2b129a51b890955edf4c48c29dc77bedfe3c2de3273e313010ec329 0.00 MB 1 0
32,104 32,104 0000000017573539f6b0cf7adcab9dc7f3753446c00965adac360a9bbbb01db0 0.00 MB 1 0
32,103 32,103 0000000097f8f88ab9bf844ee404e42b25095561cd41e3e9575041794aabb807 0.00 MB 1 0
32,102 32,102 00000000f945ed295973a195839364462c79f6221644c424b56f75f4a070b4a0 0.00 MB 1 0
32,101 32,101 000000004cd57dfd02f5c3ff94f7775a8e6c5fd1315163ef55fe428a877fe801 0.00 MB 1 0
32,100 32,100 00000000e10b6b7da5575cd80381e3c75d520a3ff1372e39e197211a7dcf4724 0.00 MB 1 0
32,099 32,099 0000000065cd8ec4f1afbe9d7c74b0ab234f625f773ea2d1c92cd25aa2d91d57 0.00 MB 1 0
32,098 32,098 0000000091e3ee01be4a23520657d97abddd28466adb31dd280d08a1bbbc1727 0.00 MB 1 0
32,097 32,097 00000000334c58641c3b8a9bdce0faf774ba0e1cb0b6a8207c468174b842e9dc 0.00 MB 1 0
32,096 32,096 00000000e3ca912a0fab2d7b203f4ef35a09eef19a00506761b3735d84c7b622 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

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