Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,184 transactions (3.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (895,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,759 14,759 00000000cc6cab90e06f63ab72d32d0c45c63efc1a5bc69cdb37e90c2cb389ed 0.00 MB 1 0
14,758 14,758 000000001e0d36f318d0b8de2d09251569e23928cdcb20c4f0950613db784eae 0.00 MB 1 0
14,757 14,757 000000000b1220d9498734767de2fed5679619138017e2fb8fd25ac3fdf19ab7 0.00 MB 1 0
14,756 14,756 00000000e0a4352af0955e2244f45fa13f0c664bdc475051998ebceb23047012 0.00 MB 1 0
14,755 14,755 0000000024230702cc20c01c68cd3e42024b82988d4af72b0cb74751c3f4cfdb 0.00 MB 1 0
14,754 14,754 00000000e963ed31d99b8e6b1c001356722543e69864d6013bb67aac15722d21 0.00 MB 1 0
14,753 14,753 00000000a5cee044cde46ca82d5c077a7857b34c900017fe62fa4ee0cd42526c 0.00 MB 1 0
14,752 14,752 000000006ffc3fa0ca5380a58fcded00ffb1902968c837017ff3e2010671dc8f 0.00 MB 1 0
14,751 14,751 00000000a663089d56e7ef77015f32c3bdcc5d032416112c28c3bb0d5a86977f 0.00 MB 1 0
14,750 14,750 000000002bb00bf7f339b1ae083c8b9953bb1e4b9d9485b753983ac9f0ee296f 0.00 MB 1 0
14,749 14,749 000000000c59d8e0b162134fb836ab5d8585376f7f9db902c6466cca11fe7f61 0.00 MB 1 0
14,748 14,748 00000000ca3ac2a1f8780369af12216b221c1e066e183a86e9592092e6922138 0.00 MB 1 0
14,747 14,747 00000000590f2fb49ebef0ee84537d178fae442e60e7cf0c2f7c023c5ec339bd 0.00 MB 1 0
14,746 14,746 0000000092aa8c092233d5ebfe1f43750963c472dea9ce7e812f1ffab1186489 0.00 MB 1 0
14,745 14,745 000000006f75768d9db1b6747b5e6285c06cda7ebc598e4ad5d5d203a950d013 0.00 MB 1 0
14,744 14,744 00000000df0dc06ae9dbafdf1118b07ca457ad5ffeb1f364e1177e3988c8340c 0.00 MB 1 0
14,743 14,743 00000000ace879dc4732d094b20037a06b555d32402a3ae7a5f3b97ac83abf15 0.00 MB 1 0
14,742 14,742 00000000451d5c0b54b60eac1517e91ccc99e57389be2396bc26f606ea43ac72 0.00 MB 1 0
14,741 14,741 0000000079bf671c9879ef0c045347dc73950e4eb3860604aef6c26abeb4eb09 0.00 MB 1 0
14,740 14,740 00000000f13c516b362cdb7e060a0ef13489e90c0e1fdc00fd2ba5b129cbed8d 0.00 MB 1 0
14,739 14,739 00000000e5855117f72dc31d69285b8dd1d764fad1f26f794421f46f21ce849b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.44 GB sent, 115.98 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.