Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,548 transactions (1.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,138 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,946 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,137 (139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,998 911,998 00000000000000000001a4125f5b7ff8f5be9c3d2f085152d6ec4a3ccd09c69e 1.57 MB 3,335 2
911,997 911,997 00000000000000000001c48b703d6a307dfe73710645b2fd322d1d0c808147df 1.68 MB 3,527 2
911,996 911,996 00000000000000000001005aa1b4c0b42abaa9b61fc1903969744450ca092755 1.78 MB 4,862 0
911,995 911,995 000000000000000000014cfdde6aa234ef6f289b8afa578923d16d2048bb47c0 1.71 MB 4,499 1
911,994 911,994 00000000000000000001bbec1eb2151be3a5c126dde3b9db89721087f512c0bc 1.70 MB 3,901 2
911,993 911,993 000000000000000000001e45c718d9797c1bb83ce16ee63a93e468adc3fa5858 1.80 MB 4,025 1
911,992 911,992 000000000000000000016818345a73220a67540c03613813df8f3f9fa5c217c3 1.60 MB 3,721 3
911,991 911,991 0000000000000000000045538c46ce72fac1df12e6e466c52bb1b150075aa9af 1.81 MB 4,753 0
911,990 911,990 000000000000000000022aa146b408e56b92bf1ef85a045e942883060a6fdd84 1.85 MB 3,099 2
911,989 911,989 00000000000000000000a85a9bd317e11b0e88c058258d6ed4144046a06c48aa 1.75 MB 5,245 0
911,988 911,988 00000000000000000001937f86a0f3d68b361a34140758120c93293f2d004455 1.95 MB 2,778 1
911,987 911,987 00000000000000000001aba0b5f791b98984244fd65617b69ac713762c6ab7cd 1.64 MB 3,668 4
911,986 911,986 00000000000000000001e53028a8d2aa37e168dea6450a669a4891f4412b9b17 1.20 MB 2,093 2
911,985 911,985 00000000000000000002159df2a2c85774e10ea405fadc804a425108ade44c6f 2.02 MB 1,986 1
911,984 911,984 000000000000000000018980065140617d2414647269fad44718be7c982a0b78 1.64 MB 3,809 3
911,983 911,983 000000000000000000003123c83afeb44e6cdf937744dc04ddaaa628d3d2fc21 1.60 MB 3,126 3
911,982 911,982 00000000000000000000c01994a3a5332dc0cca43017d6c3292d6dc132899b22 1.62 MB 4,036 7
911,981 911,981 0000000000000000000010fdf99f55576b8675ee38cad491142a70fbc1daef2d 1.86 MB 3,276 3
911,980 911,980 00000000000000000000acc7f3e6b3699531027509bcd485dcab695d93e24fd6 1.61 MB 2,160 2
911,979 911,979 00000000000000000000b9d84f341d4b5cd2b16a32d284726b412fa374407a12 1.68 MB 3,504 4
911,978 911,978 00000000000000000001b3cb4b6ae7540e5feee8b5e16b95982c6113f3b072ae 1.57 MB 4,255 6
Previous 10 blocks ↓
Total Size: 777.33 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,525.88 GB sent, 135.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.