Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,383 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,361 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (840,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,542 69,542 000000000160cc6ac7628917b06c3b7d21e096bb13028820f32d253d4e8890aa 0.00 MB 4 0
69,541 69,541 0000000000bf71d6f202a6a4d83b71a0bf28d5071fed7e410e674399569bd64c 0.00 MB 8 0
69,540 69,540 00000000006bb4dc9867e5d071ec0db314d530d8a969dd0508cf651aaf4d1048 0.00 MB 1 0
69,539 69,539 0000000001488963a639a66d2a73242a3b4ba415d1a9931ab6a7bfda783ca306 0.00 MB 18 0
69,538 69,538 0000000000e7860e3d999544016fed8873e373b3196f07ee5f95e09c904840ec 0.00 MB 2 0
69,537 69,537 0000000000769f4eb277c0fe2cf7465ebd293c7c06e0e6b6ab32e532ab4bf34f 0.00 MB 1 0
69,536 69,536 0000000000c1286ac87b8abb4dc88978d3a6804bc548b9ab05b703b96cc008e6 0.00 MB 2 0
69,535 69,535 0000000000452a5ea4fddbf138e6b4e79dca21cf072736a59e3db0fbfc0e67a5 0.00 MB 1 0
69,534 69,534 00000000001616ce11ecf9b3a594d589681dbd51d1db19b92c79df7790eb0544 0.00 MB 3 0
69,533 69,533 0000000000fcdf53f393c0a66598c58d7d349a3ed1ed1f42ecf4d5b097b8375c 0.00 MB 4 0
69,532 69,532 00000000000ea37656b6200f139ea471a8f949ee8546fd2d843611d5a1930eb4 0.00 MB 4 0
69,531 69,531 0000000001341bb1e711c4cb4d4ddccf6639984091a42c5a79d4a8b25325bbee 0.00 MB 2 0
69,530 69,530 0000000000ffdc83ee96a10910a65afa1129aa14339d56cabfca564ac4c8a751 0.00 MB 3 0
69,529 69,529 000000000151480946fe321b448e1de0af5336536396b340579ef4cabe446fe9 0.00 MB 3 0
69,528 69,528 00000000001c0022209fc56ea199297202acf71cfe31021be8838adbba86fd1f 0.00 MB 6 0
69,527 69,527 0000000000320e2212d2e068a2e37925e66b67bc375a4edda2686854c2b20e72 0.00 MB 2 0
69,526 69,526 0000000000931c5238f7ae0a42842c77cd63d2f4d39986186d9bd173cb376ecc 0.00 MB 4 0
69,525 69,525 000000000128b5666231fd83155375b0edfc6d26a3282c3bbf1066c5b29f654c 0.00 MB 2 0
69,524 69,524 0000000000a16ed7850aef78ce54c69640db96ca794213235b1c2cd88dae521f 0.00 MB 2 0
69,523 69,523 00000000005fc3fb82e364a23820c7c7d278663026d4d7ff4aad3497e2848296 0.00 MB 1 0
69,522 69,522 0000000000464706058ea864eb1778726fe8631bbca6b770f1fa06989c6b756d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 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,191.96 GB sent, 116.62 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.