Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,499 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,388 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.89 vMB 2,492 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,387 (838,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,956 70,956 000000000020a971d88a9fc94b3756317df323095f6e6b04a842026e67f78fc6 0.00 MB 1 0
70,955 70,955 00000000001b891ea67a5449adf4a2ac57789a27fbc7df08417b1a2cce1922a1 0.00 MB 1 0
70,954 70,954 00000000001ef50e914e0cf367fdb9213072554c1bb87e59d74b0b3f72e10349 0.00 MB 1 0
70,953 70,953 00000000005cec2ed7e117c8a824c10b5a1547daca635bb9b597d1c1b2dd277d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.26 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,069.54 GB sent, 109.44 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.