Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,020 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,557 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,556 (838,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,952 70,952 00000000008f013fd2e8c2e3b379ec4b47fdde8d7966eaa3c1a0677c668393dc 0.00 MB 1 0
70,951 70,951 0000000000b2c0061198259ff9da20a5346d924cc8708cf119266ea9eeffb6e9 0.00 MB 1 0
70,950 70,950 0000000000017bd8a0f53e70f95a3e9f55f7d5a7cb88adbb2131504dec775c7c 0.00 MB 1 0
70,949 70,949 0000000000868b0fb9d4f0ea582c355fa208e4167cc54b6367822fa84775e960 0.00 MB 1 0
70,948 70,948 0000000000c0c2034ea42edea6dcb0e0b3c32c08a87757863814c579baab8fdf 0.00 MB 1 0
70,947 70,947 000000000098b7950256fdcb902197c62c00904cd0404a331e57900f5f721a80 0.00 MB 1 0
70,946 70,946 0000000000261fca08e2b2a930b18f7a1d05306a4520fe3a859815c83b316e4f 0.00 MB 1 0
70,945 70,945 0000000000d8c7e591d3f70de76b9f7ca0662cedd47751eacc539b8e80e7247b 0.00 MB 1 0
70,944 70,944 000000000008a8719b1c2f2235ebf5d132a64ef45d6d7511eb49547652ec9f45 0.00 MB 1 0
70,943 70,943 00000000007c141e95f9556748e88b577a177cd49d0a52d154aa3d7a1cf8f814 0.00 MB 1 0
70,942 70,942 0000000000ab97a577437790c4bdd4fd78448ac624da3b03e0535b864c597021 0.00 MB 1 0
70,941 70,941 0000000000c44794d3c48b1436f2e2646046fdeee588d57dbbe268e78a600d58 0.00 MB 1 0
70,940 70,940 00000000006f95318316d5844e563ccc49549e278354728fe67ac7e99d02ecf5 0.00 MB 1 0
70,939 70,939 0000000000966d58af4637a78355288ad813e37f6e663da9f35965b7e3050368 0.00 MB 1 0
70,938 70,938 00000000001afdd04ffb82e523ae5709af35b8a988e8e950f533390fc6489cae 0.00 MB 1 0
70,937 70,937 000000000062a38e0128bb936b5ef959f97c2e6976ce356eb9a48534c8c5101f 0.00 MB 2 0
70,936 70,936 0000000000067c073e90e73bc42c1b9f112e35e7e28be372a24e6b52a0cd6d40 0.00 MB 4 0
70,935 70,935 0000000000cdeca323b63eaf3f1faf43d2a08424f144d39c03907f011a5199ca 0.00 MB 1 0
70,934 70,934 0000000000d65fc0bf3a85d00fc680d0545d8037067cdf4fea9bd35087e6039e 0.00 MB 2 0
70,933 70,933 000000000005508fa1e8a0560018d3457ac6f53b3f12aa96b417557606de2cd2 0.00 MB 1 0
70,932 70,932 0000000001005bba2ac8adfe47b3de470cb20b4f96f4b873e92620675ea190a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,086.40 GB sent, 111.14 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.