Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,228 transactions (0.61 vMB)

Priority:

  • 1 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
911,898 000000000000000000022b910000000000000000000000000000000000000000 ago 0.61 vMB 2,221 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,897 (880,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,050 31,050 000000003ae4772386bc02abf3bf51fa60cd99bbfa5242e9e3dd32f83b9102b4 0.00 MB 1 0
31,049 31,049 000000000ed12abcf333ebf5134aa60f824b672f093f71b27befe660fdbfdd39 0.00 MB 1 0
31,048 31,048 00000000fb2621a56ea22edbb66638e0e1746909eec51fd26925cd2c2ba7be9a 0.00 MB 1 0
31,047 31,047 0000000057dcc807e3fea03ae3305d9c06c70fe845d3c410a6279a626abf584d 0.00 MB 1 0
31,046 31,046 00000000a6534e3dca7ca58556a1d9fa8e703b2ef68ef1b4506d6469764e9cd3 0.00 MB 1 0
31,045 31,045 000000001f5191229460ff94d70c7bdecb0c0b29ccaab94cea980115e08e8350 0.00 MB 1 0
31,044 31,044 00000000689d93a305ab9f34ca70521e47aad63f78f6d343158d4f4b6a19f326 0.00 MB 1 0
31,043 31,043 000000005651d7e6a900acc08279ce2f54e18f6c4546b8e1815d3f0037591557 0.00 MB 1 0
31,042 31,042 00000000bce51f6fd50fb054447aabe9367fd90fb9083680c0a90028e7109b38 0.00 MB 1 0
31,041 31,041 000000007450d0686e5ec631b8f783dd53a4243580c500523189706cbda43f0d 0.00 MB 1 0
31,040 31,040 00000000e362287ed2903b532c4e456abf5ad74aabeb14f70e5184418eb84442 0.00 MB 1 0
31,039 31,039 00000000c8f8d6b302a9ccb38d49fc85bc3c4fc654c7af8129e9cfdd6428ef07 0.00 MB 1 0
31,038 31,038 000000003c7fa63db20df9df9d3ab85beb0dde08e2427572412615f88cd846e8 0.00 MB 1 0
31,037 31,037 00000000a93129a3c2c6ed9ef88629c191d96633ab4d63bd296eb3affab5d6c0 0.00 MB 1 0
31,036 31,036 00000000154596360c009d317213d4b180e11faf8f3959aaa34dff778f92fda6 0.00 MB 1 0
31,035 31,035 0000000070c781fe0a9b7e3d8458598d6a24007a98125b0e9394ecf90aec30e7 0.00 MB 1 0
31,034 31,034 000000001887a3dc63d5cea020cd0ade4f833fcfdcffdf971e08b89f40f571d2 0.00 MB 1 0
31,033 31,033 00000000998f37bc5d914beb4b158106389b06c6081c70f4151c4fa2f474cd98 0.00 MB 1 0
31,032 31,032 00000000164b77c4a761d6b7af3f2ecca256721584038fa4a614f1dcb8a27eb6 0.00 MB 1 0
31,031 31,031 00000000e5ccbc97c2c2cf11a94473ec36011113017422a52dee02a22e7c7dcf 0.00 MB 1 0
31,030 31,030 000000005f0e92e2de88b6ff1e0d95d648f0e58713f23b361ccac777b3dd557f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.90 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,478.48 GB sent, 132.95 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.