Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,436 transactions (1.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,123 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,122 (290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,832 911,832 00000000000000000000826659a785cec92e657f301c01e1bec058860e6b8319 0.70 MB 333 1
911,831 911,831 00000000000000000000d9763b60e53f6ca87b47fe40e072862e3dc406683689 1.93 MB 4,041 1
911,830 911,830 000000000000000000018f38189a66bd36461f739342dd46fedb3a9253ec38db 1.56 MB 3,473 3
911,829 911,829 000000000000000000001aa76da3df7d44d376a051769514ff4314a854af1a39 1.90 MB 3,690 3
911,828 911,828 000000000000000000006995669ff4418dff09f75eb6c64ae8ec6cc072b1bff2 1.79 MB 4,299 0
911,827 911,827 00000000000000000000b0e4f8733eab99258d130b129237c696a4f50154caf7 1.20 MB 2,566 3
911,826 911,826 000000000000000000011aecea5e0480787017cc7e317ce8fdfcdca64b1c2220 1.64 MB 3,684 3
911,825 911,825 00000000000000000001299ac8026252b3629652a79f5c91e12066dab07707f5 1.82 MB 4,003 1
911,824 911,824 00000000000000000001c2ed9d473abbb206895a7c245b2c5c1506b57c1bc949 1.61 MB 3,953 2
911,823 911,823 000000000000000000014e0a4a2e2b394a1178e964b6e243ed89ce3dcc4f4766 1.76 MB 3,781 1
911,822 911,822 000000000000000000006517e640f18fffd018694f244ae778a7133dd2ce3e10 1.93 MB 3,046 2
911,821 911,821 00000000000000000001dc322bb0c045f58defca7d0425fc48c35ce241e44d68 2.19 MB 2,581 2
911,820 911,820 000000000000000000017b8c6c8d0ef2021b95381b41141664b067f9cf3f623d 1.59 MB 4,154 6
911,819 911,819 00000000000000000001d400d22eb5afb1b1c300eb936918ac3ea5db8ab1a6c4 1.86 MB 3,556 1
911,818 911,818 000000000000000000020cf2369a6ec4383ab2e1710142c0390167544fc04d99 1.60 MB 3,428 5
911,817 911,817 0000000000000000000000516fadafe59fb07a1e75d5b8e368b27e4c66306835 1.79 MB 2,866 2
911,816 911,816 000000000000000000009d4d68e137fecb5ac03b2a63490fcc2c0f4473510f38 1.62 MB 3,977 6
911,815 911,815 000000000000000000006947c20f298700838349bacb4eb4f8501eb240215973 1.68 MB 3,693 2
911,814 911,814 000000000000000000010a9f1da9afc8cc70bcedc68070475f0383beafdb2e36 1.65 MB 4,299 2
911,813 911,813 0000000000000000000054f5b31ced413cda80d1fe8a7ab25d8e225d866d1a30 1.93 MB 2,626 0
911,812 911,812 000000000000000000005375ae8b504c311ec28428efd787826c547c02e70339 1.81 MB 3,555 2
Previous 10 blocks ↓
Total Size: 777.31 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,525.31 GB sent, 134.95 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.