Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,367 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,151 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (876,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,046 33,046 0000000000ee1a77436e5110a84697dbbfa6440cf240202ac3abcdb8a1296f1a 0.00 MB 1 0
33,045 33,045 000000006960bfbbd64c26db56865332158e19b8a7ea9f3356a9db968dc2d6ed 0.00 MB 1 0
33,044 33,044 0000000023b68c99ad4d865b3238ec492401e61c06623e0186585cedda0a9224 0.00 MB 1 0
33,043 33,043 000000009c43fe4ad70f5e0494b05fc8ae172a4a2dfc4d8514936e70801ccf5b 0.00 MB 1 0
33,042 33,042 0000000011ffc2d3bf086739fa9b301633a72f00cedaaf03156c42cb6cd05d7b 0.00 MB 1 0
33,041 33,041 00000000b654be38d45bf79ab1e4c8b986bd284f7dbc2cfe72ffd5d9ac6dcd0c 0.00 MB 1 0
33,040 33,040 000000001ddb97fd0f4b8f87b2acc8b53a67ed2226eecda238ca9d22257afa77 0.00 MB 1 0
33,039 33,039 00000000336e4b8df1e93d568e1f7007ac70d58cb4f02fe6200c9bb9ce76882e 0.00 MB 1 0
33,038 33,038 0000000005d99e1bfadc184137b909507887e76a7eaf16dcadc007aed65e5a3e 0.00 MB 1 0
33,037 33,037 000000003c9087e6eb27ee801fff8c8be6fd290399bf7887363c0aee26367c8b 0.00 MB 1 0
33,036 33,036 00000000303514126494aa88bc127fef9457ce344c34f565c2f2c865a44719ce 0.00 MB 1 0
33,035 33,035 000000002e86c65437f9fe1bfb479b64522b53e70ad09c8e4bab07e6d0082ae8 0.01 MB 2 0
33,034 33,034 000000003bdf1ccbe4a4da570376ef15a8b0c66901e21632c82a3119968469eb 0.00 MB 1 0
33,033 33,033 0000000023c300877c31f08c355f92cd46c80e1487300cfdacdc55bd1457de9f 0.00 MB 1 0
33,032 33,032 00000000ccefa4853d8a1e7a371e50c86ae0147b93e59ecdc78ebdde2f497390 0.00 MB 1 0
33,031 33,031 00000000d59f00f5b6431cae094f404a5265ed40589b931e88edb6b32b927f11 0.00 MB 1 0
33,030 33,030 0000000031a3b59ead8f9189dde8ad712d282e4c51d2d37fb5ecb78be7d2799d 0.00 MB 1 0
33,029 33,029 000000002cd36c3d6ed8f7abe8ed2975b345c25c4504e98396e51300311620be 0.00 MB 1 0
33,028 33,028 00000000b094f1ae8db5ffbd96bef153b98cc610534c4b180baec14d3769128b 0.00 MB 1 0
33,027 33,027 000000008f2f24c5cc3694bab6d42cb58104aefdb3789fe430e535b655f35f65 0.00 MB 1 0
33,026 33,026 000000009cb50be8cdeab8bba6e0f9b0774eb9476ac6947ef076bde428dadc34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.