Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,277 transactions (3.63 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,269 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,268 (877,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,616 31,616 00000000a8cc01a48a796dff761a1c02278e056780403fa230a88a4e8d902b5c 0.00 MB 1 0
31,615 31,615 00000000b5e8188b2fc2096390457dd9469be8e482195767b18b94dfb07f9a81 0.00 MB 1 0
31,614 31,614 00000000148ad93ce48fbfa8f0f90611c8261f342e858f9eca7198cf5b33d306 0.00 MB 1 0
31,613 31,613 00000000517834a08b5a8406882ac2ba75eef92ee062126ec44e5b8bc9f8a860 0.00 MB 1 0
31,612 31,612 000000006470334f63ad9943cabf8713a913c67b81d0a5a9cd914d75be8c54ed 0.00 MB 1 0
31,611 31,611 000000002b62e2ba25dd5c08689f86a29bc6608a4ffc5c303a4d2e646829d0d8 0.00 MB 1 0
31,610 31,610 00000000b564c96a685b517ccf3dcc95432438cbc5e494ad82ddbc31e189cfbe 0.00 MB 1 0
31,609 31,609 000000004c0e3270f0223ac8db7d47d4974f7cafadb5e85e6247726911bd5705 0.00 MB 1 0
31,608 31,608 00000000f9464d9a34f052f9c4cb5d3e192e12e2128e75b2f2e9b6c17c9d9ad5 0.00 MB 1 0
31,607 31,607 000000000902d8a8165938cf38e6555ca6de7c9c4a14a9655ef869bdebcd9944 0.00 MB 1 0
31,606 31,606 00000000a00ccf4f30ed30f2a424142e251f7762e5378c56f7a7a3cf1688ab93 0.00 MB 1 0
31,605 31,605 0000000046473aefabc736739e7121b0bd96512033199261825b6981b9bbdcd3 0.00 MB 1 0
31,604 31,604 000000004ad5adb6c6c7b69c7614f1904670a462f86b4e8859e75cd7d54a77bd 0.00 MB 1 0
31,603 31,603 000000001e10862f878e79b449d10acd804a83e749d173dec375dca6735d4775 0.00 MB 1 0
31,602 31,602 00000000934d8733e79d13fecb2887d1475a40da1d09b5d62934d556e4156553 0.00 MB 1 0
31,601 31,601 0000000071e96a203f6605e7dea438d8b6615b00e3bb5e0471e0e6657f2deee8 0.00 MB 1 0
31,600 31,600 00000000eb336d427cc7864d2fc8e8a62dda629c6b7f3b8e652dd71c1a0100bf 0.00 MB 1 0
31,599 31,599 000000006811ef923283943bcbb0c2ee556ac67b5ce1b3b1f52e440cb89920e9 0.00 MB 1 0
31,598 31,598 00000000e21481b4cf49b71477371c8b843cf28f31e0c59d6dae20a4e283898a 0.00 MB 1 0
31,597 31,597 0000000057e699b85a26f1712c20a8fd19b7f32cbc9cf29df9d941025f4478a3 0.00 MB 1 0
31,596 31,596 000000005f21d742f395869d48c198a5007200a0e20f6e3586a49f4e66734ea4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,043.31 GB sent, 108.19 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.