Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,820 transactions (1.57 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 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
909,613 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,769 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,612 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,575 909,575 000000000000000000021c60bbb9cb382459b1c63e77c0e84e8c6c1ff2146b85 1.64 MB 3,323 5
909,574 909,574 00000000000000000001b3b32971bd3f387b190639ec3eaa2e2566e439c8f9f1 1.69 MB 3,450 5
909,573 909,573 000000000000000000018acc5c1979c8017260bff197c4bd5e046dc1b6c4ff89 1.55 MB 3,721 5
909,572 909,572 000000000000000000016fad5e8d6117ff3518fa92fd0acc2b748566df136d91 1.53 MB 4,013 7
909,571 909,571 00000000000000000001140f935d263c1c050e206acf4ef4e4b4326516e91d70 1.58 MB 3,655 6
909,570 909,570 00000000000000000001a56f94f2bda3d49fc9f29cdcda98c949056d25e90f05 1.65 MB 3,409 4
909,569 909,569 000000000000000000011d86896d5e81bd28fda118a09a7a0a67e5d189d9baff 1.58 MB 4,095 6
909,568 909,568 000000000000000000011c1e659538febd6d6552fe482b3e84dc9f4181bfd564 1.49 MB 2,133 2
909,567 909,567 000000000000000000011e509c23c2fb3a8c51de658c858c3dfb49c9a93399e4 1.47 MB 3,098 6
909,566 909,566 0000000000000000000130b35c8a4abb50749d9aa7e43d10f7a4589a0fbdf98b 1.70 MB 2,466 2
909,565 909,565 00000000000000000001651fd196f1e2fe0aa28a355150dc2b8c00785e3762c5 1.51 MB 1,750 2
909,564 909,564 0000000000000000000048767aed9863b92ea035ef46a925a5f2bed68974cde1 1.62 MB 2,631 3
909,563 909,563 00000000000000000001928fad464409e379c6c89fbaea525bfc8b03c13d777c 1.61 MB 3,655 4
909,562 909,562 00000000000000000001854b2a3388735325272a2cfc018493e05b5ba79a1629 1.78 MB 3,037 4
909,561 909,561 00000000000000000000b2bbd24238af10ff319804faece24b8a0883e369c09c 1.57 MB 3,931 5
909,560 909,560 00000000000000000000210df0cef4ec0bf630ff0d754d0a9f546395e02bb15f 1.61 MB 3,450 6
909,559 909,559 00000000000000000000daa47fc735b18300bc0565dc3cc5a536075ce259003f 1.50 MB 4,067 7
909,558 909,558 00000000000000000001b46bb403f7c3757a2ca031b3f3f1a26e633aa8b77298 1.62 MB 3,063 3
909,557 909,557 000000000000000000000c99abf64f97b1dbdfc8976218c8791c9eaaf0f88d62 1.58 MB 2,943 3
909,556 909,556 000000000000000000018599a208b4c785563c47009c083161ab70bec9359164 1.36 MB 5,473 0
909,555 909,555 00000000000000000002193776ca0db53e04ef8070ee11866eb2a0092101e088 1.98 MB 4,418 0
Previous 10 blocks ↓
Total Size: 772.69 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,101.93 GB sent, 111.76 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.