Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,647 transactions (3.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,262 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (887,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,751 21,751 00000000263b4159adbb7bf3845081b7392f2b48a5772fb26c039fa16ec3fc22 0.00 MB 1 0
21,750 21,750 00000000a825a36a22ce1fa56182424c555dd7076de5e5cd669cc64bb22a9c62 0.00 MB 1 0
21,749 21,749 00000000835ceae6f252948cae5dc3d86c4b5e02b6d7959292fea26f63e4be05 0.00 MB 1 0
21,748 21,748 0000000082a8ddfd697ba39d3e2d4aaf26bf4d09c6ff8dd42df62fd86936453b 0.00 MB 1 0
21,747 21,747 00000000340cd2ab0cbe1a75603c78119d770fd09a0ea55f0dc5e0936dbf5a3f 0.00 MB 1 0
21,746 21,746 00000000ee5ca675263735a24acb75f4db1c5d2dfc078c275cb254e2e4769c3b 0.00 MB 1 0
21,745 21,745 00000000b1b8b3e731c7217c1d04ba848c6d0c9c7edb3ace835d565f16c03d3f 0.00 MB 1 0
21,744 21,744 00000000c7eaa1c7c6f9578da4e0a4fb19139f558804df97c77b76cc24d37e9f 0.00 MB 1 0
21,743 21,743 00000000c92ad71d4e05e6aa62be7f5aa3d3f16a4c35479b12354603a2983897 0.00 MB 1 0
21,742 21,742 000000003abc28f57eed47e3f6013bd216d98448380dc64c0d2e72e9faa2d791 0.00 MB 1 0
21,741 21,741 00000000aaeb666165476d89ffe553fb524a4fef4696809537a2fe3f8f6c6f52 0.00 MB 1 0
21,740 21,740 000000002a9a6df59510b22c36baaed16b05412097c897a646dbcdf9e89e7946 0.00 MB 1 0
21,739 21,739 000000009b76a7c2aee79de7ad7e9d822ebac7582342c37dbe3dc5d7886929cc 0.00 MB 1 0
21,738 21,738 000000002a6f140ecd9761a99dd1d78c5ce40f0c68c4fd21ff07be08c4475782 0.00 MB 1 0
21,737 21,737 00000000ea3937d2230edf4fc0c1fbd108b69c8f4440ebed08f9895a5e195413 0.00 MB 1 0
21,736 21,736 000000006d7548145ac8dbab223c51206cb845e455359773e99277f214316fce 0.00 MB 1 0
21,735 21,735 00000000d84ac120cac5659e5f7f8698cff1cf6eaa4387dc1d3a945863b048ae 0.00 MB 1 0
21,734 21,734 0000000095df807a9aae2e23b71ad631a18a100e984c5f402042240184aa4f47 0.00 MB 1 0
21,733 21,733 00000000489fe8db26cb192180fa84ef6077234696ad31a0f2a9e19ed7b6d9d2 0.00 MB 1 0
21,732 21,732 0000000099e54f460ed81928d13631c6810a46601d36c91c33bdc9084d6f64b0 0.00 MB 1 0
21,731 21,731 00000000b24f60db1779c48ecc91b39b66c5c0095b548f3331989d4d35183fcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 GB

Node Information

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