Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,108 transactions (3.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,935 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,379 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,934 (253,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,701 658,701 000000000000000000094331bf8a43c1a272fc0d34b018d4dacef7235c984786 1.22 MB 1,850 76
658,700 658,700 00000000000000000003fa71fa20832269e9af1e29f4e2d0943b6723764466ab 1.44 MB 2,141 59
658,699 658,699 0000000000000000000d54bf2167138e439e9ab053256fc3ffcef9490eaa897c 1.40 MB 1,068 33
658,698 658,698 0000000000000000000978f6446f01c2fd54620de2cc07c110d81fc1446bd69f 1.51 MB 1,257 39
658,697 658,697 0000000000000000000bd520b403deaf8693974f6c6f4a3dad6008e31a3743d9 1.31 MB 1,536 13
658,696 658,696 00000000000000000005d36b3c9082d240ff17da3993aa2a990cf4fd5c0760fd 1.12 MB 1,125 22
658,695 658,695 0000000000000000000d76314c56fb84a96717901b841377ed87bc671ae77aaf 1.38 MB 1,620 21
658,694 658,694 0000000000000000000d0f57cedc66249d2bd96d1df082423a641c22572cf369 1.45 MB 1,584 46
658,693 658,693 0000000000000000000f005a0cf7a90c94f6d267a66f0a3935aab3f6f92237fa 1.78 MB 431 15
658,692 658,692 00000000000000000000225f1c5c60a3917c3091e4e1306ec5af2e719ff4922c 1.21 MB 1,142 25
658,691 658,691 000000000000000000044f8e228b655a526c122ecee3eadb004edfa9f67c210b 1.14 MB 2,031 36
658,690 658,690 0000000000000000000ac9fdfc207a5937d6f5ca8474c4f423f0551d106c0881 1.39 MB 2,399 53
658,689 658,689 00000000000000000007028fbaba0b941d393c4b8f9cfdc6069e9f68e0ecd8bd 1.36 MB 2,667 83
658,688 658,688 000000000000000000002476dba853525e90cd0ec5c78b26b714167c2dfd414b 1.36 MB 2,000 46
658,687 658,687 0000000000000000000f16262ff4aa77a4d194054775742df389fc2170f44e5f 1.20 MB 1,898 77
658,686 658,686 0000000000000000000d517f2f08d3d64e299ada952db630b6035fdd0463af0f 1.30 MB 2,394 45
658,685 658,685 0000000000000000000e16803c8c8ee12111093d17fdce7ca44cb8cc32db1726 1.16 MB 1,734 22
658,684 658,684 000000000000000000092ea6d64feda3f151295737a538b7d804e4e441171340 1.23 MB 2,220 31
658,683 658,683 0000000000000000000549dbf426372d461de3b936d648570013829a14d10bed 1.31 MB 2,565 57
658,682 658,682 0000000000000000000c0e201065cd6b9cfe1d8787c3c1f388b6c8955ade9e12 1.16 MB 2,667 22
658,681 658,681 000000000000000000089d65caba0dd27f8701236d3515f613abd15ceed7a1a7 1.30 MB 2,474 63
Previous 10 blocks ↓
Total Size: 776.96 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,493.58 GB sent, 133.33 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.