Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,165 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 2,164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (867,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,661 42,661 00000000122a112262c04f2508f37145f045ced68a4956868ba39231d089735d 0.00 MB 1 0
42,660 42,660 0000000038f41f4cafa7fd2edffaac1ecf30cea523c2c6023e27604c287ac6c1 0.00 MB 1 0
42,659 42,659 0000000013cbac80209d4c021cd7413a8821c3c310195da5a9935921fc7cbb73 0.00 MB 1 0
42,658 42,658 000000002f35bffa07c0e5430d55ffccf4c7d5405c03cc2f1081344742cd221c 0.00 MB 1 0
42,657 42,657 0000000041536c88f26d04a0dbdcdf70dcc441f00bc55523b266e35543253eab 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.57 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,188.00 GB sent, 116.31 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.