Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

724 transactions (0.26 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (867,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,656 42,656 00000000064baf0145c7ca592f2fc14b746145843ef8511e023c8f1f8db32a30 0.00 MB 1 0
42,655 42,655 000000002bd2cdcff0cadeb14a872f2c2c3936c98f2fdfb64cbf42a9e17f6d65 0.00 MB 1 0
42,654 42,654 0000000015137c736ae5a877678bcc7f8a5a1fa4d29ab55a3552c41267569c39 0.00 MB 1 0
42,653 42,653 0000000010c5bd01006cfdf0b54f1a7cee71e0648cc3b3eb2dbd76c87b45ec3c 0.00 MB 1 0
42,652 42,652 00000000027749574be4f33008781ba804ec7e437a87b3e79f0ae9870d99ede9 0.00 MB 1 0
42,651 42,651 000000000d0db6c7b698102ba3fef2331f04954841eaa0333afd3cbdba8034ce 0.00 MB 1 0
42,650 42,650 0000000042a4b130bf6c33ecd58e3396c6d80ecfd8ff980664603b0473fce919 0.00 MB 1 0
42,649 42,649 000000000cb141cb77220b81c1ed90203d176f202aa54f5e6deecfe5c0480f0b 0.00 MB 1 0
42,648 42,648 000000002a7f21fe81ecd091262c54a1c521cad7ec26f0bea42b2fdad1510e1c 0.00 MB 1 0
42,647 42,647 000000002b0236bd5c65cec1114c3342c6c9f3c765bc47b2f7f15c682d0b23ff 0.00 MB 1 0
42,646 42,646 000000000498d4e0761a792fc77d71d42983fd4a10a9abd6d04b413bbde70a2c 0.00 MB 1 0
42,645 42,645 000000002ea6a650a2cab1b455feb0a1beb5903631295607d912dea2f66bf967 0.00 MB 1 0
42,644 42,644 0000000034da9c9048a8e1484505df7ac79aa42a26597b950d9b5021a2840652 0.00 MB 3 0
42,643 42,643 00000000021db6f5cf5ee99d03c8336a8ee85d55962d7329e9f2656f82370a1e 0.00 MB 1 0
42,642 42,642 000000001f9cfc4c91761f0d2f279fc620c0432b6bd93088513efd82f5ca9e9a 0.00 MB 1 0
42,641 42,641 000000003634f6d4f308d5db8896c36a2b4d9b8febf5c8717f5aae7e20d16f5f 0.00 MB 1 0
42,640 42,640 000000003a189c571d375e1c61282113c262328b694a723b7a97c02422473263 0.00 MB 1 0
42,639 42,639 000000000004491ac8c15c18b57cf977e52a4fbd737a7726ab553b060d665296 0.00 MB 1 0
42,638 42,638 000000000736ee3a61edbb9aa945126c792936fb168cf2cf36c548009c1bf2db 0.00 MB 1 0
42,637 42,637 000000003e606b7b117d13eee7dc200e2c314d815206edd15cc4502a6585ecee 0.00 MB 1 0
42,636 42,636 000000000c73fe1f93476c3eaec8e8658ae7f7bb4db8364e65919ea1b6dfb0db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.56 GB sent, 116.45 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.