Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,260 transactions (3.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,873 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,872 (887,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,003 22,003 000000004f11454cb5cbaa4433987f281f7151c5fd18854f4c30717aacc5094e 0.00 MB 1 0
22,002 22,002 000000001d907f869b92de130ecca30a8417b506d504283a30c08c592d210865 0.00 MB 1 0
22,001 22,001 0000000082b75cb83e6b30ffd99d598b2b3869ae31c38d56e6856cea95ddccbe 0.00 MB 1 0
22,000 22,000 000000004625a14242beccb38c63a1f770a76ee5788764e6c0abd4129bbc1b9d 0.00 MB 1 0
21,999 21,999 000000008753d62e9f4b5dd8e55dc20d3bdadea0bb56057de80c2c782dc377b3 0.00 MB 1 0
21,998 21,998 0000000092862d69d7950f110cf7550c4967befd1edd0e78a5c72bb1f8683591 0.00 MB 1 0
21,997 21,997 000000002c6d22d7bce9d6f54d341fc68a4f10e7751756f6057e558557593379 0.00 MB 1 0
21,996 21,996 00000000b235c722aedfb0c19a8f5b565bbbd2ac0321bc5ae71f218e6f5493c4 0.00 MB 1 0
21,995 21,995 00000000a84f92fa2a86145b4376ea614ca4938782afcb6ae835e257f4b175be 0.00 MB 1 0
21,994 21,994 00000000699378c5abc0e155650ee05f0266991d49cd1db9a155f154b77e73a6 0.00 MB 1 0
21,993 21,993 00000000f928b20b9a541cb2801a011f757ff9c025e160d7e65b74bb9de6b7d3 0.00 MB 1 0
21,992 21,992 000000009db96180bd15e1516795e467bb6c49fa3dfb16f1cb588da82221c8c4 0.00 MB 1 0
21,991 21,991 0000000095147153bf6e15e89401df57f7de4123bbe535fb700bb49062a7de7e 0.00 MB 1 0
21,990 21,990 00000000b4ab741f405845ced09cf23f6009c32d6f76cb192efb69d24b4df2d1 0.00 MB 1 0
21,989 21,989 000000007350e1ecb508c0cde3a7fdaf9d97afb1c2602ca177ebddd205dda061 0.00 MB 1 0
21,988 21,988 00000000a518f6c56d43caa38000d58b32dcc848965e934170579134964d4eac 0.00 MB 1 0
21,987 21,987 000000009c645db4b2334e9b6d7ac630f855a3aee067581287db4e4e345ddb06 0.00 MB 1 0
21,986 21,986 000000003d3cbb88c63b7af4a2a2967c95d9f63e8b286c44ec0031d629be42e3 0.00 MB 1 0
21,985 21,985 000000003bec7b39b8e5d665fc33726d0d8875e314a20fcef0b5a1cf7fb2c89d 0.00 MB 1 0
21,984 21,984 00000000b226ef8b3eb3a6cefe2624bc887acb8e6dba1a33ee1e135a6eda912b 0.00 MB 1 0
21,983 21,983 0000000042f27b7d18df1bebbded52824c61228490f32609a60c7ba035ed1458 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.16 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,168.03 GB sent, 114.18 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.