Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,102 transactions (2.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,221 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,952 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,220 (119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,101 911,101 00000000000000000000708075a6f8136d9af8f13ace630fd24f4f5ba6b3178b 1.74 MB 4,183 0
911,100 911,100 000000000000000000005d3ffd37dc7947b569b34b5ddbedac4546d2fb67daed 1.74 MB 4,690 0
911,099 911,099 00000000000000000000e44f9c7fb84fd451d8e68cbfe391a9a2e82ef30cc03f 0.76 MB 1,827 2
911,098 911,098 00000000000000000000747c4aa787f9bf1cc089b2fb01b164be66c11b2a08c8 1.67 MB 4,544 1
911,097 911,097 0000000000000000000005dfe88efe6bece06d07c2f15457a10799864c5c7c07 1.67 MB 3,596 2
911,096 911,096 00000000000000000000cda9dd2d0a65c411ae32590b0e81b43f2705066ffdbe 1.58 MB 4,125 2
911,095 911,095 00000000000000000000e2cbf55589aa9e86b8b53afbfce933b28157aa2416ca 1.75 MB 4,688 0
911,094 911,094 00000000000000000001c16ed5e0c3ae07a50588cdca9dade8c425739f51961f 1.64 MB 3,877 1
911,093 911,093 0000000000000000000137a0fb0ed8215c1fd5b89e49b43a8060af01526f7484 1.63 MB 3,935 1
911,092 911,092 00000000000000000000b7b2ff2a8ccd08224745d7efdc166e86de45c7757391 1.66 MB 2,800 2
911,091 911,091 000000000000000000002d02fad74a30edbc25c2d07cf33d9f00967b7c1c3d8d 1.60 MB 4,142 2
911,090 911,090 00000000000000000001d6613c9add9d2ec3e69c58aea93fbb0c0e206d72d10f 1.18 MB 2,609 2
911,089 911,089 00000000000000000000e8e1125f2e4ce5836223b4c9d85ae37978d1f8191f75 1.76 MB 4,926 0
911,088 911,088 00000000000000000000330a4f8a93d110691beb59173ae8eff249dc7ddefbad 1.80 MB 3,363 2
911,087 911,087 0000000000000000000111534cce0770a2c494e43d1dd88c0c3b0ac51ca9aad3 1.66 MB 4,181 1
911,086 911,086 00000000000000000001541fbc83a8e1751daed73b3c29d4a28c774e09f81b3f 1.78 MB 4,466 0
911,085 911,085 000000000000000000002049a0d9fa4a8e86997016cdfeac3f35d0f82c2e69a1 1.74 MB 4,181 1
911,084 911,084 0000000000000000000128cacd5da22ae270cffb2c833b461f27107253ea5414 0.79 MB 980 2
911,083 911,083 00000000000000000001cab3a6054bf9d018162f523140c188b760ec9a2ba235 1.78 MB 4,798 0
911,082 911,082 0000000000000000000172bad8bfad77490e52e7df7dd458ec02fe0a98770612 1.95 MB 3,564 1
911,081 911,081 00000000000000000001ad852cf28d2ac341e3adedfe85c32ad96a297027ec9b 2.05 MB 2,741 0
Previous 10 blocks ↓
Total Size: 775.66 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,379.23 GB sent, 127.11 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.