Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,174 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,926 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,156 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,925 (864,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,087 45,087 0000000011e2191a0b85f2ef9866b7258c26902f0af93d9f0cd53f3c080bff78 0.00 MB 1 0
45,086 45,086 0000000027b743905db019ab6cf0d41265afa17375776831064e435571a9982c 0.00 MB 1 0
45,085 45,085 0000000009b0c9ea7a87c72d5819e29019688320244c443c5b1c3592873adc8c 0.00 MB 1 0
45,084 45,084 000000001cd7e15e71116756a096e12a975be5be40046a71bee506f1e30286a2 0.00 MB 1 0
45,083 45,083 000000002c785e793a21cff2c69bf1e1e762d78ca65c9c8390fc93cfc31ddbd1 0.00 MB 1 0
45,082 45,082 0000000028679d5eab8d72ca75f6a4baf7ebee13df55718fbe5824a8cea4bba7 0.00 MB 1 0
45,081 45,081 000000001bbeafb57202027818fdcb74b3ffd5ffb7cb6e1312922e3f4426f515 0.00 MB 1 0
45,080 45,080 000000000f1ec05b9dd53b69140785f7ea8ca88b42314372e62acbfcc7c0342a 0.00 MB 1 0
45,079 45,079 000000000227e75bdc903de1a65944d9b2039379771c482cad64caf0fa9648ef 0.00 MB 1 0
45,078 45,078 000000003133340418965f768bb69d4580345d3cb7b655d2737acf3d9793e6e2 0.00 MB 1 0
45,077 45,077 00000000308530165b8f4eba6c8bac940534a33541d37ecc671c1f4b2126b0ab 0.00 MB 1 0
45,076 45,076 00000000134e1391ebc1ff5aa0e8cce6837ecbec48a86ebd750d641d7d7f4f7c 0.00 MB 1 0
45,075 45,075 000000001100dd3e158d74eb22214a1026e7f5afb966c3a4f0d9f7663b5a7ef2 0.00 MB 1 0
45,074 45,074 0000000025f5322ee72d905d25dc35e99d78b4fe599a9367d4d4418241216101 0.00 MB 1 0
45,073 45,073 0000000015808ec095f016911a027ccc20875d77a42962b607c6ca3ed38890d3 0.00 MB 1 0
45,072 45,072 000000002f58ed1492d3bd6532e7c1f2e6d472c175d0c36c4d09244e140435d8 0.00 MB 1 0
45,071 45,071 000000002f7971fa7cb46f297c6cd7dd9984ad427d76a279ce52eecc53375c58 0.00 MB 1 0
45,070 45,070 0000000016fcf9c6cb24699c0c4f02cc2e628e5a7c9ff2b66cefa1c0337f4551 0.00 MB 1 0
45,069 45,069 0000000036df944ed1654320570eb9952d34ec838efbbd928bf813e57c1c0d48 0.00 MB 1 0
45,068 45,068 0000000022efe841ad7a3b53f0648fba5f14f2813c994fdbc898b162c8805954 0.00 MB 1 0
45,067 45,067 0000000025174109524267c82e94df82bb410addbf4e2c6e0136198bc85159e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.26 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,173.18 GB sent, 114.71 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.