Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,391 transactions (4.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (838,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,966 70,966 0000000000d38c75ddb205ebbb9b2ef6106eac4f031c010ec70ea0ea06d56144 0.00 MB 3 0
70,965 70,965 00000000010950ea671632bee98da59692889f141facd0521892a1c498a60ef8 0.00 MB 1 0
70,964 70,964 00000000000c4817bfc965c455410fc08eb31f585ce624222689c4e364d9d8ff 0.00 MB 1 0
70,963 70,963 00000000008e74b913098399f59be3b21b1b17cec6e7ae35110fbd73b6a3bf5e 0.00 MB 1 0
70,962 70,962 00000000008d4c4615be3b1f53207f33fcaddb93a212e6fbfb249a1fbd4b0a44 0.00 MB 1 0
70,961 70,961 0000000000dd0b3fa36bcd03c1cd9c5d0f8d6f8a51c3ecad19032cf75eb1ed2d 0.00 MB 1 0
70,960 70,960 0000000000d3ab222f3e8776ce7e038047c93d8d1994735b20f2419b18c0bfc6 0.00 MB 1 0
70,959 70,959 0000000000f3a7655aa86c39eaa4e78559b287fc1996d803811f787241170d2f 0.00 MB 1 0
70,958 70,958 0000000000c4f74501214a88dc6016c7a0a373188b67d62a9ec7681cb66e8023 0.00 MB 1 0
70,957 70,957 000000000025ef7c12e1adebb61dea8dc78713be413e52ea55adbe349d883e56 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.36 GB sent, 108.31 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.