Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,280 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,766 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,765 (42,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,662 869,662 0000000000000000000226762dc375b51359e0dc6944879ad2c1cb2ce65f7e44 1.57 MB 3,927 3
869,661 869,661 000000000000000000001520a289abea412f502ec7223cc7c1abad160663c1ec 1.51 MB 4,101 5
869,660 869,660 00000000000000000001f0f2f9fc67b4c784d5d620ed4af74a842db282a9e38b 1.55 MB 3,165 15
869,659 869,659 00000000000000000001cdc8ca1284d914a764188f7af7515ab988d489945cce 2.15 MB 2,156 2
869,658 869,658 00000000000000000001b9f0acf74abe09ca2e1f4d1b85edf0e5caa89436c153 3.90 MB 134 6
869,657 869,657 00000000000000000002390ef841f766990664c97624bf582f3bd94043c8ce91 1.67 MB 3,916 11
869,656 869,656 000000000000000000004a3c986013084c8ff54a153f21f26e27b2a44c2919dd 1.66 MB 3,343 6
869,655 869,655 000000000000000000003f8dade437f940ccdbd3b5f6bec1f0b47d1874722e35 1.59 MB 5,372 4
869,654 869,654 00000000000000000000d8c5e1632c28f0eb619a68d3f473d2998679a6604d48 1.58 MB 3,199 12
869,653 869,653 0000000000000000000230faa4502c79e650040e6ebc1a4bd98d7dda0a82975f 1.45 MB 3,824 3
869,652 869,652 00000000000000000001bf0aa1557297e0d9ad2d34dbdc1c02339d466c525170 1.70 MB 4,295 3
869,651 869,651 00000000000000000000d4ddea9980855e073acc6d51c7ad6608139c3faabeca 1.45 MB 4,559 5
869,650 869,650 00000000000000000001c39697f4d1a957f6ef0bc3ad9572b224598d58713d3b 1.47 MB 3,610 9
869,649 869,649 00000000000000000001cfacf3128073b3209ae1463505a434d3458cefe7ea14 1.51 MB 4,867 7
869,648 869,648 0000000000000000000240e9a9dbbd450fb68b3576881e663fecde6055e8175a 1.63 MB 3,871 6
869,647 869,647 000000000000000000019e388393719853c785fee000829779679ffba854a433 1.44 MB 3,508 9
869,646 869,646 000000000000000000027faa5ab13100fc16ecea64fd59d2ae2e695527ecb50c 1.51 MB 6,116 16
869,645 869,645 0000000000000000000259a8c3d5734f5b42323565d00ae2a9b2ad503f776b1d 1.34 MB 4,562 18
869,644 869,644 0000000000000000000183bdf6c85e173b1989cab1517c4d38829a1f8af240e9 1.41 MB 4,553 10
869,643 869,643 000000000000000000001576f427ba78faf332a1ab0f93733f197783f0835305 1.54 MB 5,946 6
869,642 869,642 0000000000000000000108ada6fb0c92d9a2445c8a81d90c02c33e083f8ee18a 1.56 MB 4,110 9
Previous 10 blocks ↓
Total Size: 776.65 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,430.51 GB sent, 131.81 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.