Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,728 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,143 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (846,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,554 63,554 0000000000d97be7cdc47b495afffd5fe6b359118eca14a8b9d64c9dd2bef533 0.00 MB 2 0
63,553 63,553 0000000004ddb06d264db1c0e70ef472ba900dcd138a4e80159a78f6e046a64b 0.00 MB 1 0
63,552 63,552 0000000007fbf58fcf876bd3f33ffcfa1aa4bd977d9e1d5c9a70056666b38e63 0.00 MB 1 0
63,551 63,551 000000000bdfec1207d73d0d92f2c9fe29ba90700228db52f6bf18f65e9f3068 0.00 MB 1 0
63,550 63,550 000000000905454fa2c6b23e0461f5a4aed786903005e3c3f9b94c6c3ff386c7 0.00 MB 1 0
63,549 63,549 000000000cafc56381e7f5a2bcc78831ff69d04dae1ab05aaf0f6fdd79b1e851 0.00 MB 1 0
63,548 63,548 000000000b034f46a8ea85143dbe371aef0c3a08df4e02aae9e9dd6a4cd429c5 0.00 MB 2 0
63,547 63,547 00000000078627f1f5e2096dd6c33e82af129f618e7fa9d88eaded993e199ba6 0.00 MB 1 0
63,546 63,546 0000000006505bdebbfb4fb8ab29746af69c58f67366954d386ab7c7286918f7 0.00 MB 1 0
63,545 63,545 00000000062ca45df388762a4a7c22d225180349fcc88274ae4a66c5ba7b3043 0.00 MB 1 0
63,544 63,544 0000000002c8d779bf77731671cd920afc832c8d632bf2aaf11086225b4532d9 0.00 MB 2 0
63,543 63,543 0000000003e1be368bb3b8aef01eb232960ed4476f0c15f3e5a4744bdd23c465 0.00 MB 3 0
63,542 63,542 000000000ba13434da4a1d71c3c1f160f58c82ce6142999a944918f48db7b789 0.00 MB 1 0
63,541 63,541 0000000003b5bb571cf77af4a0e745d783d69ea2bfbc02ea99238ed30c37e0be 0.00 MB 1 0
63,540 63,540 000000000a9b4e1d8307e9f7d46d4640f124c90fbfff20c1ef55003ad4e3397e 0.00 MB 1 0
63,539 63,539 00000000001df731a0824b853dc1288e744e7321187c7219bf5c3b116d3b09f0 0.00 MB 1 0
63,538 63,538 000000000370874178906f9157fadd995c32710a47c477e814725be3c6bca007 0.00 MB 1 0
63,537 63,537 000000000ae8b7a30797a0514d0b7baa3b52f9b4b8b8cefeac85a6aa2ddd4e2b 0.00 MB 2 0
63,536 63,536 00000000094ea78a60b63565a3ce9530a50e51c4c295e80ac02abf98b4ab83e0 0.00 MB 1 0
63,535 63,535 0000000007aed5603ae014b9ccb6ce9e5c9c12cefb6c8df42aad64fe19082019 0.00 MB 1 0
63,534 63,534 0000000006f63da192e3c911dabf3c128ed609102e01445038015b48dce792d3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.64 GB sent, 116.41 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.