Loading Tool

Explorer IconExplorer

Memory Pool

1,880 transactions (0.72 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.84/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,259 000000000000000000022b910000000000000000000000000000000000000000 1,852 0.01224088 BTC 0.71 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,258 (812,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,972 99,972 000000000000f24d989ba1fefc4e31d8691fca4e0f97ef1f638132f191a17066 0.00 MB 12 0
99,971 99,971 000000000001525c2443d218a0697cf37486a4ab23ace5cec52a657456af4acf 0.00 MB 1 0
99,970 99,970 0000000000014851676b5970cd60c5e3def383b23b1f44a2da96f88c9dedcdac 0.00 MB 1 0
99,969 99,969 0000000000008a56883b63a6e19d8d28827cc48ee44c23db9d5828665f3a5a68 0.00 MB 2 0
99,968 99,968 000000000000276f7886d59ad50f3bc7cf98fb6b001e5fef2a11b94221433bc9 0.00 MB 1 0
99,967 99,967 0000000000022f8d87ac5120c2f7d14a96863dfb511e1c6e6a43d81229e997e6 0.00 MB 1 0
99,966 99,966 00000000000356aec77646efdd2ad51b753a7cc29f284954a80f31df55b6236f 0.00 MB 6 0
99,965 99,965 000000000002d10a117d934e0b57fcd2698799821237ce0ee6e56d9722a44692 0.00 MB 4 0
99,964 99,964 00000000000258c59a66012c946d420d819030273b38c7ea7955768da3b1ae97 0.00 MB 4 0
99,963 99,963 000000000004271957d9988e918b18d4b8ce06ae7f4ddd456ef642f4abb47add 0.00 MB 2 0
99,962 99,962 0000000000030703a864545e867c48428df0a8445f530bc627dc05364e6bd7c5 0.00 MB 1 0
99,961 99,961 00000000000035a5623bfc2ec6ad999d73589c58bf828632694559b32b21230c 0.00 MB 1 0
99,960 99,960 0000000000032d10c9c3fe953772e3e0b0e3b7553aad593384a6ccf30f1c9c27 0.00 MB 3 0
99,959 99,959 000000000000a84df2908b506406c09d2f6b865dad6e36b6219a6e3e01208be7 0.00 MB 1 0
99,958 99,958 0000000000003a404673c3e4be6beb888b920b2d61564eef630b4a792b3047af 0.00 MB 6 0
99,957 99,957 0000000000026fa14dd3be2aa28845617143f46c958c975f2b118a8f7c1008a0 0.00 MB 2 0
99,956 99,956 0000000000025e2f146f1ccf5df6a9db5640c799692b250968d00f6a4251d96d 0.00 MB 1 0
99,955 99,955 00000000000402d85c256f1bfe5c4c395c00c9e5b3e9633ccb86f56c3d318182 0.00 MB 3 0
99,954 99,954 000000000002e405dfe20ca3bc00a9dc1db1adba4cbe3dcb0daa2829640cbfd5 0.00 MB 1 0
99,953 99,953 0000000000005645f58fe9606cca7cadcbfc6f9eabeead130bf8d62acffddd7e 0.00 MB 5 0
99,952 99,952 000000000002d774b7246f0cff84560ff434e0cdf368eee3e560c821e089bfd9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.98 GB
    • Received: 136.13 GB
  • Uptime:

Notes

  • 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.