Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,427 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (881,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,653 28,653 000000003f986056a80ea561dcc1c7b16f5ed6bb10f090072f1c33ef27800ed7 0.00 MB 1 0
28,652 28,652 0000000038702a62653af6add5cd9c9a239db93c08c2deb91d80280da3bb47da 0.00 MB 1 0
28,651 28,651 00000000d8efbcca2d14c4595c6cddde8dff27944cab26f281b1077435544cc9 0.00 MB 1 0
28,650 28,650 00000000ddfd5ce613e276e7a98831f1329b7ff70c8e7d0f0b0e5320ca7aa496 0.00 MB 1 0
28,649 28,649 00000000ed03d5541bfce14e9348954a255d10b017f997d9e1a27534e24db1cc 0.00 MB 1 0
28,648 28,648 000000009b5002b82df905a41ae650b3d85ab22b5b7276890c83af81647abb15 0.00 MB 1 0
28,647 28,647 00000000ed33f4ea02482ac35fdd447a07ad724993e81396794901d05887d2ba 0.00 MB 1 0
28,646 28,646 00000000e3257e78563ba3a5e3553d183ac0a90169c8c8958945409d66138623 0.00 MB 1 0
28,645 28,645 0000000075efd032b8c679b4577dfa2ab82eadbf668abef4d553b86dbb5e099b 0.00 MB 1 0
28,644 28,644 000000000b21e56780d0770d6b6d973906f125e0b0d04448399fcf14aad04204 0.00 MB 1 0
28,643 28,643 000000001cdf7efc0bdceb504eeeece7a84c34c28679eb88298d335e3a5d5cf0 0.00 MB 1 0
28,642 28,642 00000000ebc55436b01a8b0fb9ee62074b759a4104bce7f34a6d0b6c45430c44 0.00 MB 1 0
28,641 28,641 0000000087b60e635c23a754b41b9ac5d669b7b1cf47422ef335b455484579ad 0.00 MB 1 0
28,640 28,640 0000000035081d4321941e3acaa3ed987b91f57d31b7a69e48d3bed4aada48fa 0.00 MB 1 0
28,639 28,639 000000000b9ad3a99892dcf0cf3fb378a076ea1f50bf3f883f7265c40536fdbd 0.00 MB 1 0
28,638 28,638 000000009bda34d7a52e56f6210bba418e0cba268bac1fb32671173bc0418247 0.00 MB 1 0
28,637 28,637 0000000077f776c0c26c888147ef541518840336391c41480d8ed582103a4ce5 0.00 MB 1 0
28,636 28,636 00000000c78a0bc8aa7a158610aa04e496159a4c2628fab9fb0b931d1e7e1192 0.00 MB 1 0
28,635 28,635 0000000004873fb1843bb8c08419c1312ca7f54ee71ffe26f0b2088dafb6dec4 0.00 MB 1 0
28,634 28,634 00000000d5b5217ff5273c5d0e5e6b7577bf7b6c2c99b28adcecc87550c95a37 0.00 MB 1 0
28,633 28,633 0000000036953250118894e85a4d21e55c3d66c6ce04fa86e53c580fdb6276d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.69 GB sent, 121.46 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.