Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,604 transactions (2.87 vMB)

Priority:

  • 1 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
911,037 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,297 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,036 (597,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,615 313,615 0000000000000000315c17b62a8439ee13c316955c96dda7dc6bd693bc8ed795 0.14 MB 292 26
313,614 313,614 000000000000000017d52748747b4dfdef060b61b2537770ea8aa6df126b209f 0.00 MB 1 0
313,613 313,613 00000000000000001be41ea6653e310cbedb7176a240ef5ea25532d7be3542d0 0.18 MB 243 19
313,612 313,612 00000000000000000f69e613b1b90d97b0ec2a519c270fb59bf538ddf4e560bb 0.14 MB 272 26
313,611 313,611 00000000000000003166bfa6ed6a50e2aec82b662dd2aaa2437203038ba43ef7 0.13 MB 238 24
313,610 313,610 000000000000000005bd83eee76137ced8cb70940f5c6b016c11ea902c23fa58 0.27 MB 511 28
313,609 313,609 00000000000000000dd55bfe3724d226a6fc4e6ecb4fca0746a84b3980cb1616 0.09 MB 137 18
313,608 313,608 0000000000000000292808718b92923acb0e0027cf01709461c343386478df0e 0.08 MB 128 25
313,607 313,607 000000000000000014c60b1727d3d6a40928d7c910657540f8c5faeb16f2d1ed 0.13 MB 202 40
313,606 313,606 00000000000000002ed6a0907d5aa6cafef6d01215996dea7c4ab5f628d0a38c 0.10 MB 151 19
313,605 313,605 00000000000000002a411f5b3741b3d894b67f0395b7bae22b607f7d4e69ae7f 0.27 MB 441 25
313,604 313,604 00000000000000000f9451cca7b7767bfb1d42e54dfa086eec1fcb8dd5edf613 0.06 MB 125 25
313,603 313,603 00000000000000000a334a812394286b9996c07defb6c021080780c2214e6c8a 0.04 MB 93 23
313,602 313,602 00000000000000000ceea5d578cade649484ebf734b157aedb41e5463fb8ee0c 0.13 MB 208 23
313,601 313,601 00000000000000001c186982a497e9581d0a19d3d024ca95ca9180dc3f31a753 0.54 MB 970 27
313,600 313,600 00000000000000000a2f02f055d99014e3290cd78f92fe8beb10a03dd29d40f9 0.10 MB 256 36
313,599 313,599 000000000000000015f26c0813ab8782c3d4fe29bc2218cce1c0bcf30b2a6eee 0.02 MB 36 22
313,598 313,598 00000000000000000039898c66a85f3b5632c70429e22d926d0d9b1190726634 0.29 MB 156 14
313,597 313,597 0000000000000000218ad93be938ca17b3f3c39997a97e8b4446deea879f50da 0.03 MB 56 26
313,596 313,596 00000000000000002db0133a1b3570fc6ab8aa0641f4a72707e376eee93daa7b 0.01 MB 32 33
313,595 313,595 000000000000000015f83c72741c31ded0713e68f6e8f05ff790ed7d10db02df 0.10 MB 235 28
Previous 10 blocks ↓
Total Size: 775.31 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,362.59 GB sent, 125.34 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.