Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,285 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,807 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,121 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,806 (43 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,763 911,763 000000000000000000009d255ceb3022f7761dd886233985abf9030b647aec11 1.90 MB 2,499 0
911,762 911,762 00000000000000000001814c9dd53f7bf47e3fe2d5b7af7ba82a3dbc8653908c 1.68 MB 4,967 0
911,761 911,761 00000000000000000000f09741b939053b51e8f47a5ec8f0a0efba8be2a80b34 1.56 MB 3,318 3
911,760 911,760 000000000000000000004f570b807a4ec6a87b99f56ca211c9195dcfc9674aaa 0.03 MB 84 2
911,759 911,759 00000000000000000001129f10ad49ab3338169e479f6fdb0acf31c464c4404f 1.64 MB 4,359 1
911,758 911,758 00000000000000000001ce07071dd7512347a13c7b26ecb13eb33a6cdf89fb6c 1.32 MB 2,511 3
911,757 911,757 00000000000000000001ab62fabfd4bfd4fefdb878ecec9a8d47d2356657669a 1.72 MB 4,266 1
911,756 911,756 00000000000000000000ed3b55bb6b96aaa18fbc3159740a7f2abd6305b0daae 1.22 MB 2,404 2
911,755 911,755 00000000000000000000d4eabbe5c1c7cb6187af0bf25201bf7fb37512acc94b 1.72 MB 3,986 2
911,754 911,754 0000000000000000000090104142addfeef6d8093e43fd93fdae38bec9bd2fee 1.70 MB 4,119 1
911,753 911,753 000000000000000000009248888b0f76de15b45db01a92673955d741a5cd92ee 1.74 MB 3,305 2
911,752 911,752 000000000000000000012ff08ead244f4b019a29c957e7fc9792830e9d03bb26 1.52 MB 3,193 3
911,751 911,751 00000000000000000001115bb57c61e7dd78dd2e67f4c8f9583fa938abb54b74 0.20 MB 352 2
911,750 911,750 0000000000000000000145ed000acfc1aaf8ece24c6d134d287eca2c56db1b5d 1.77 MB 4,154 0
911,749 911,749 000000000000000000018d0c7ee1ef450c489a0773684dc64bd4eb16242c9f41 1.83 MB 4,119 0
911,748 911,748 0000000000000000000089327c04fff9f5ce615d4ebc270a0e8010ca5469d2fe 1.44 MB 2,088 4
911,747 911,747 00000000000000000001170b9afc497795a158f56f3cbfdbdab82847231cd7c7 1.77 MB 4,252 0
911,746 911,746 00000000000000000001bb4846c5009510d99f47dcadbad3b36bbd8dc607a65f 1.71 MB 3,241 1
911,745 911,745 00000000000000000001b159a336f94b99d3fe2c8055eb3d61825439d8adb1ec 1.66 MB 2,691 2
911,744 911,744 000000000000000000018293c0614a682c507a09595f8ec4d4af914053b5f02c 1.74 MB 3,678 0
911,743 911,743 00000000000000000002068b631e264fed39200a99d962e892873c2e7e035410 1.66 MB 3,077 3
Previous 10 blocks ↓
Total Size: 776.73 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,455.39 GB sent, 132.23 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.