Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,795 transactions (5.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,274 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,273 (856,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,604 52,604 0000000013a5e2bcc6983627962431ecdfdf9463d9e1d863b0bea6bad26afc0a 0.00 MB 1 0
52,603 52,603 000000000a0029ce1261397e27f33e5ce5ecaf914ba6f5c9ca59e4c83f3c7e92 0.00 MB 1 0
52,602 52,602 0000000000f370d94775a92e6aed5c24683e32372f872971ef893560ec94d7b7 0.00 MB 1 0
52,601 52,601 0000000008f5ee81751539c8d22cad5365e8fdcbd4e81b42911d9ec5dc33c896 0.00 MB 1 0
52,600 52,600 0000000010bcaf30353e193b01a6a628cc0332e3c392cbf75d4e9c2a96f2b000 0.00 MB 1 0
52,599 52,599 000000000daea177c31bd4dedb2a6de24a6abd8830eac970f5d83be71b791d87 0.00 MB 1 0
52,598 52,598 000000000f65e8e9a9b65b60b6c14056e51e1f036d6309f4eb3a66206073bd98 0.00 MB 1 0
52,597 52,597 00000000136e0b4f64d50cfabacb680831fcdd1129ec11ff1b1fb7cf8eaa44fc 0.00 MB 1 0
52,596 52,596 000000001079d59297b2bc7828a50f976abce2e7d4aee22dfecb734823d2651a 0.00 MB 1 0
52,595 52,595 0000000002df2e83f5b85f62267d4b9642c02fb4a6127a455f9dad3718fd4a93 0.00 MB 1 0
52,594 52,594 000000000c3b86098e6b835b0555dd2ac0fd2050b606c98c5e1a00c30de4df51 0.00 MB 1 0
52,593 52,593 000000000a4e1eee87296a49a70ffe833b7942b914aa35e4eace67fd89ae5750 0.00 MB 1 0
52,592 52,592 000000001424f76108ef5276bfc9c475bdf62e29b544aff0cc61eb3d0a808a2f 0.00 MB 1 0
52,591 52,591 0000000005fe84a8958c210faf419261f1b36f7939802b31767017a55fa55217 0.00 MB 1 0
52,590 52,590 00000000092d262ec7b1e0e9da2cde1f6fe3e473c3905c9fe76f596ee853ee94 0.00 MB 1 0
52,589 52,589 000000000f37621a2bb16d70bf744153ea2d39ac7f077a8a933001a823bf8ebf 0.00 MB 1 0
52,588 52,588 00000000033883fcf785e41e682ad42b773f88d3c9df7173c1f6cfe8f764abfd 0.00 MB 1 0
52,587 52,587 000000000de16863f301a42d20921514695e1136f2466d74c3113c5339958c13 0.00 MB 2 0
52,586 52,586 00000000164f783470b44a0f2420550a19418e86a88540d3fe830a6b72af7508 0.00 MB 1 0
52,585 52,585 000000000b68026e5822227a6df7e66494a05fbb068e2c5ca573e89288183955 0.00 MB 2 0
52,584 52,584 0000000012cbc4dcd3f721103ac2ea11c47143819254157dda26b8d61f30b952 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,045.95 GB sent, 108.28 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.