Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,723 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,659 000000000000000000022b910000000000000000000000000000000000000000 ago 0.83 vMB 2,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,658 (182,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,842 728,842 00000000000000000006eab9dc7b502e67750157971b89a59fbba1f30d05aa1a 1.57 MB 2,820 12
728,841 728,841 0000000000000000000a10f15962f5f89a1dc0dc931062c372cc705a277b950d 1.57 MB 2,427 15
728,840 728,840 00000000000000000001dcd11329d031eeecc9ffa8f3ac33a7168681fd84d762 0.67 MB 1,237 7
728,839 728,839 000000000000000000091d2d977bbe992bc209dcdd48ce3a16cd83ee2e94cea7 0.06 MB 104 13
728,838 728,838 0000000000000000000510bd867bb4c4ab7335e7ea75d33f56257717463f2827 0.94 MB 977 2
728,837 728,837 0000000000000000000047054ab22b84fface8effa11a2f465e6c9f478a8899e 1.59 MB 2,634 8
728,836 728,836 000000000000000000014042b3e3023f1d8f5f07830003b6bffa99171637443b 1.41 MB 2,704 5
728,835 728,835 000000000000000000029d8fe48068d24b067dcbf64cab42cee1bcd59923aa8c 1.40 MB 2,573 6
728,834 728,834 00000000000000000009476cf9eaa57bb90966549a3cea01ee5e50ff6ed08758 1.61 MB 2,800 8
728,833 728,833 00000000000000000009087a7ad87fe11d3ade43d94457b87997a62642487da5 1.59 MB 3,512 10
728,832 728,832 00000000000000000000655ee73faa9e99c66595cb9940b9422fd66165178926 1.57 MB 2,410 14
728,831 728,831 000000000000000000048bcda216873875b64aeaa6045f6240c70235ed7ad5da 1.31 MB 2,784 27
728,830 728,830 00000000000000000001f1f6cbf90bf746b7e5a6ec9c5ff451d424c6afe744f0 1.53 MB 3,247 16
728,829 728,829 000000000000000000063680d668b89b969c422e127c552fb2a67aefbfd87c51 1.09 MB 631 1
728,828 728,828 000000000000000000052461394aa0259fec819e3d088ac88fcc90d656258df6 1.50 MB 1,734 4
728,827 728,827 00000000000000000008d3545c16092342fca4a9f08b43b0abbf39e0188d1003 1.51 MB 2,948 13
728,826 728,826 000000000000000000070ce47b053f9be91d5d847cf51ca98423a8663d67201c 1.57 MB 1,326 2
728,825 728,825 0000000000000000000114a260a02cddff98c784f033f34134cbc97e97e2a8ff 1.18 MB 1,208 8
728,824 728,824 000000000000000000028fd21ca5311705dcd3f840f0d5ac92215da3f396ee8b 1.61 MB 1,854 5
728,823 728,823 0000000000000000000388e3b5bc8bdb4562e7e9417314da968f971778a85fbd 1.64 MB 2,243 7
728,822 728,822 0000000000000000000065f56cc8315d94a8f080d7ade3a1454260ce70949f6e 1.50 MB 3,112 8
Previous 10 blocks ↓
Total Size: 776.45 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,424.43 GB sent, 130.94 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.