Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,742 transactions (3.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,317 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,460 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,316 (853,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,725 55,725 000000001015fc9654504230f5bed659a233ab1606613090ed896dda5862621a 0.00 MB 1 0
55,724 55,724 0000000001bdd4dbfadb4f372f4c650e82b833bab5aa895f48ffb9ee4b918672 0.00 MB 2 0
55,723 55,723 0000000004476c19896909d6d6baba3d0f3652e504d8bede9d4bfbb9a95ed862 0.00 MB 1 0
55,722 55,722 000000000e3cbe5a9b85e13df6e77c559581a5d6e78f5597e9e2151f842b7420 0.00 MB 1 0
55,721 55,721 0000000012abe9c985a07af08a83724c4a1b20c307a31ad1dfeab2d73894352e 0.00 MB 1 0
55,720 55,720 00000000093d7e33b13f3cf0fc77f534860d1828f62482cc2171bac62422a76d 0.00 MB 1 0
55,719 55,719 000000000ca05616b1df9e9ee07fb43be9bb5e4c8f072ba9204b859e2dc53890 0.00 MB 1 0
55,718 55,718 00000000012f740446a70d1d6cec7f4741e6e61130560c6c287dde699d64c21f 0.00 MB 1 0
55,717 55,717 000000000d9f65a4bd8e0d96cdb2169ce76693a151c553e147f441a336127155 0.00 MB 1 0
55,716 55,716 000000000f71a3d04ef246ef6ac16afc21e86c70c826463017c67345b0906d62 0.00 MB 1 0
55,715 55,715 000000000f86d0c922b8cb7a9f0c1f1bf57c402a6d338579b1ed4c584a3872e0 0.00 MB 1 0
55,714 55,714 000000000e78266bf72e32c216c7740b49f6345ddded5e733f97a7d727ca0310 0.00 MB 1 0
55,713 55,713 0000000010c96e9765928a614bccd27d0485690fafa796ef1d7144b163eda15d 0.00 MB 1 0
55,712 55,712 0000000004be599cc80adfcdefaf41b6c44348a11a504e41516864cd6805c8bc 0.00 MB 1 0
55,711 55,711 000000000113f6752bbfe1502eb9de91f543042e92ad17b92649e6af167d0cbd 0.00 MB 3 0
55,710 55,710 000000000bece902f46a2380139184734dd22c16a8846337b317c98d87f37693 0.00 MB 1 0
55,709 55,709 0000000000f3695f808ce93c25932bb2b579658c9bc8da2181e583d0720e096e 0.00 MB 2 0
55,708 55,708 0000000009f9ebf0e77ba6d02e780b38273aaa3249d7dca36de9bbc2226b3942 0.00 MB 2 0
55,707 55,707 0000000005c41dfc96d791e5f375721e61d52c0d4c34600e40791ed84bd3a71f 0.00 MB 1 0
55,706 55,706 00000000100a0552891cc4460f9fc0ef5476d3d2a2e40d55087a5a7399f5e0f9 0.00 MB 1 0
55,705 55,705 000000000b977c8849b55111f7514747f943f4bea79f942b2a7de6bfb0665cdf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.12 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,066.43 GB sent, 108.82 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.