Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,733 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,915 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,914 (855,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,080 54,080 000000000c47fe5e88e5a2d1813c71444750bbadd23e6644ab25d08bba79aca0 0.00 MB 2 0
54,079 54,079 0000000005ce119745f8d6432a63c7668ffe279fcfdab697bd0c1c9017cddf5c 0.00 MB 1 0
54,078 54,078 0000000014fe05bced20db3d3a122cd205dd411823959259c03e05a847a14c5e 0.00 MB 1 0
54,077 54,077 000000000e1eb210daf34cc390985c0c6075e6833e280d4028687024c2e0f6e1 0.00 MB 1 0
54,076 54,076 0000000013a824514a880a355a088e71f0e08afd7329f6497ccdeda7f5a34c3b 0.00 MB 1 0
54,075 54,075 000000000aebbdce54c51569cb21a78de882b62db824fcbb8c8a27abfeb29329 0.00 MB 1 0
54,074 54,074 0000000000ad1a204c692ac86465dc89de4a8e6e22c42395847de5b8d3b48fe7 0.00 MB 1 0
54,073 54,073 0000000004f157b4df9b35bf532899282b485c528fb6c9a2bb2a6d6588d16496 0.00 MB 1 0
54,072 54,072 0000000015dbfc3f3272c96ae1a467a9a9f4119ff21ba206425a24e91703c848 0.00 MB 1 0
54,071 54,071 00000000036b0987a9cf6b605f694a3c60c79ec34d56679e141b8d24b2767d95 0.00 MB 1 0
54,070 54,070 000000000afda0a2ecabc887fb2df593b65439f6480f1fabce89f0c044eb4a15 0.00 MB 1 0
54,069 54,069 00000000019b8ea3aa8f83ac06347330631127ae3f8a862372d141e0251e2ce0 0.00 MB 1 0
54,068 54,068 0000000011e312a4429119748f2ff3bb1340d9a1154cbaa4fb9a53d0897a05ea 0.00 MB 1 0
54,067 54,067 00000000055d9d5be96c9e53426df17130b0965dfe1a707d4173483bbd3f0e2b 0.00 MB 2 0
54,066 54,066 000000000a9c59d081c9d0be3f1c5be1a8dc8b526922976c3a88883a9b74c3f4 0.00 MB 1 0
54,065 54,065 00000000160d464f3e2c00cdbe3f725d1dd829cddd91bf842ac2dab888a764b8 0.00 MB 1 0
54,064 54,064 00000000144ca6890cc9547d97b3af9bd46f218c60571b7c78c741f2d6cff237 0.00 MB 3 0
54,063 54,063 0000000007fa8163b0eeb1c5fd5ec495d82d3640e36015293da7eac76b89ec0c 0.00 MB 1 0
54,062 54,062 0000000013617ccb056b881159f0c848d894e5282a8dfd0ce30fcc3a0d5b6eca 0.00 MB 1 0
54,061 54,061 00000000126118d39718db05c7b314e1e078b13491f33ffcf7dda45f7bdb2c08 0.00 MB 1 0
54,060 54,060 00000000064f128d777bd12f47846d48ea9cc2ffb43c0d5435e89de4ba2d53ec 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.74 GB sent, 114.61 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.