Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,682 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (878,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,095 32,095 00000000045ce50152acfeca154fd9ddd7080d35e29468afd61a04e35b6bba3a 0.00 MB 1 0
32,094 32,094 00000000f3e5f19c1c148943a08e57d4066ad942adb933c3b2375f39f95d566a 0.00 MB 1 0
32,093 32,093 00000000e3464dcb548c96e1206a25ea4b144d6fe592fa1da7e515f8f8a5a980 0.00 MB 1 0
32,092 32,092 00000000bbb51a47ba445601ed940d715c7b085d34a081c8977fafb4884ffaa7 0.00 MB 1 0
32,091 32,091 000000002864d0ee58dc972a1e95e8fc429fae91540f737f02b2528d5c8be944 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.