Loading Tool

Explorer IconExplorer

Memory Pool

56 transactions (0.02 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,312 000000000000000000022b910000000000000000000000000000000000000000 53 0.00055590 BTC 0.02 vMB 2.38
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,311 (871,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,073 41,073 0000000061b67cd85f0385f33ef23d05eca3a7da13a4038acbd1e13ad7120ac1 0.00 MB 1 0
41,072 41,072 0000000062077a296d94a16fed7a854804447cf71cbe3beb780de076fd9c9609 0.00 MB 1 0
41,071 41,071 0000000006eb0c7690b6449b0f7ab47e6ae13e8da33dc110a2b83a6655be8ed8 0.00 MB 1 0
41,070 41,070 0000000003b8da8bfc26d22a601affbcf05ab25770bb02eae8661d3c9261e442 0.00 MB 1 0
41,069 41,069 00000000179ffc6a07a9d43bbb370f2b34b9c88adde9c45042154283432d1ded 0.00 MB 1 0
41,068 41,068 000000003d88778cf7369a28ec6defc88c975812a52a3302ea416407b615397a 0.00 MB 1 0
41,067 41,067 0000000053af58aaae6d89cfe8f31588ec274602ef688db827917c213d436284 0.00 MB 1 0
41,066 41,066 0000000027de0bf95dd61b0aa4386770ac7d47869101a2b7c4d5982e31ec958a 0.00 MB 1 0
41,065 41,065 00000000319ddc24cc194425840b3bafc21c3eaa6e29a860f5cbec44f9b4df2a 0.00 MB 1 0
41,064 41,064 000000004bc406b2b065085460d7ee02e425c98d8bb5c6b3ef0a742f6db09b59 0.00 MB 1 0
41,063 41,063 000000003527367ea97712c2c64d1750786c49d2b6427d6e45e0c1dae2125c00 0.00 MB 1 0
41,062 41,062 00000000377cd58585fcdc0b415102e90dc90ef92c19b159e2c8b22605cc440c 0.00 MB 1 0
41,061 41,061 00000000459a57e5bbad37ed49504978fa21b0fed8d8619c3c06e86c8d452020 0.00 MB 1 0
41,060 41,060 000000001abe8ec51c1fb417a4a932d0a2564fc1243ceea8d09885eabaca58e0 0.00 MB 1 0
41,059 41,059 0000000016dbdafcbd2ad28749a4d3cdb9d239caafa5196096c3bd5c144e9e90 0.00 MB 1 0
41,058 41,058 000000004ff7971f6e427322e30699c0d672ed687bdc34402ed81f0b772ae986 0.00 MB 2 0
41,057 41,057 000000003649c6bff1059db8056e8f1c77f750db70c8d64aaf0797ae9a53d73c 0.00 MB 1 0
41,056 41,056 0000000053b5d0c890160cc955c729a1f42afae620a9c5543208eaa13bcc07eb 0.00 MB 1 0
41,055 41,055 000000000108f9b4b5832095c6a6bbbee93a254936e399eb25020e6acfbccc2e 0.00 MB 2 0
41,054 41,054 0000000036c7dd42fa92145d1aff1a807fb7afc4ebcdb006b6a3e1138f12cb83 0.00 MB 1 0
41,053 41,053 00000000111624dd53cb26230066619aa0b27e06443e396b0fb59f56626bc824 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 2,542.57 GB
    • Received: 136.60 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.