Explorer IconExplorer

Memory Pool Memory Pool Refreshing

449 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,381 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,380 (855,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,057 54,057 000000000e29fa40fe19081d6eded4271a4a6a7dbcae490c041d9b57a2144643 0.00 MB 3 0
54,056 54,056 000000000ff4dbc5ca72e3214a7a3455677b125082bd6efd33eb610e8eea4353 0.00 MB 1 0
54,055 54,055 00000000053a474c8a8a1e2dc98491d4a07973b89431cf7b0232f3eb7767522e 0.00 MB 2 0
54,054 54,054 000000000afd631723d5bea3ce0d2808c2e7c0f12cb9bd83eaff517b38cce79e 0.00 MB 2 0
54,053 54,053 000000000505aa8c1af3d61bbbc1c37182f703a0ffa101c9bbe61dd64ddb4199 0.00 MB 1 0
54,052 54,052 000000001399ae551dc439d06e6a15cf79a9ee2009cf1e6bf4df839807f57e33 0.00 MB 1 0
54,051 54,051 0000000012007e718a504a31b0be916d4bb1dc393b94d1fe40b4b32e2d5f3519 0.00 MB 1 0
54,050 54,050 00000000030bac53bec3643fae7db2a3efafd0b3a631d49cc88c7d9b5cad64c5 0.00 MB 1 0
54,049 54,049 000000001000c4d1065f72d1320bf86d18f08a5cfcd0372113db5921476e7268 0.00 MB 1 0
54,048 54,048 0000000012447757deb9e08ea703eee4c0554cf36f0779d2a05f7c0366caec67 0.00 MB 1 0
54,047 54,047 00000000068b8396be7a6de9e4d5d5262ba2eeb282b1730b1ebf5d67d59f485b 0.00 MB 1 0
54,046 54,046 000000000ce0a69c4650280825d990b03962d9043b35e940e4ca16382e2c5239 0.00 MB 1 0
54,045 54,045 000000000afb947e8de9f5d181fe052260d1fccd9c620f7e1db4de2515dfca89 0.00 MB 1 0
54,044 54,044 00000000161b2412ac11589a87b80b6a38a89688c6052fd1dabd070f2de32a8d 0.00 MB 1 0
54,043 54,043 000000000dcc4df2e5ea523bf32f95e83175b980a432899f5821e670d81df613 0.00 MB 1 0
54,042 54,042 0000000013581f046a339d0e0c6d8b2752b4a0a72a6dd91531bd8f9805a66b62 0.00 MB 1 0
54,041 54,041 000000000ebb42c3715e0d86968dfab82c823e503b7e4aacf9718586cf8153f2 0.00 MB 1 0
54,040 54,040 000000000c411a520703b6feea19781410bca9d378d8b69185bc085993ecc62c 0.00 MB 1 0
54,039 54,039 000000000eecc1301aa186b033b34543d6d8ac78c6e040df32e8c6b1778fc451 0.00 MB 1 0
54,038 54,038 0000000003355da6388f8faa163bbdb568efce0941e5b55b89af2a43e1c796b1 0.00 MB 1 0
54,037 54,037 00000000156ea9f294905d853a16a3136f8cd00a177c3945daca447969bedc53 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,069.32 GB sent, 109.37 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.