Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,405 transactions (1.29 vMB)

Priority:

  • 1 sats/vbyte = (4 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
911,798 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,304 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,797 (377,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,913 533,913 0000000000000000000d5cedca6bd180e21260d97fb67bc901512a806cd059b2 0.43 MB 657 14
533,912 533,912 0000000000000000002dd3482a83f49f1c4be71b71474e7ec6d1a1089e4c996b 0.74 MB 334 1
533,911 533,911 0000000000000000002fc5e9cbcebe037538ec6dabcf989228b5914f1e2f6ba6 1.08 MB 1,349 18
533,910 533,910 00000000000000000034900f24ffcd43d93d4f2019b013b4ede88e457c77096e 1.12 MB 656 6
533,909 533,909 0000000000000000002de93b646c47daae6fd1985235af0fbbd5efe45ee79995 1.20 MB 1,768 8
533,908 533,908 00000000000000000027d6d40cc419cdd5a5d5ad03737dd24e2f9f120497d305 1.17 MB 2,129 14
533,907 533,907 0000000000000000002416644db33a8c9ed1d65176eada335b34f7f5f16835b0 1.10 MB 3,152 10
533,906 533,906 00000000000000000011f4c5070568fe7bf693097b90346ac390a23256417d47 1.14 MB 1,853 55
533,905 533,905 0000000000000000001a31a7237197c750a721075ffca89ebe9ff4eaf149d6d1 0.25 MB 263 11
533,904 533,904 0000000000000000000e3981b89c37449b8129036f8d597891745c9b6222ee12 1.04 MB 747 5
533,903 533,903 0000000000000000001c58e3794c3533e5f8eb120557a3953d7378d81518f18a 1.13 MB 628 2
533,902 533,902 000000000000000000274c86bed9647e4f41a51de67ba035a4637b9c115c5de2 1.12 MB 2,038 30
533,901 533,901 000000000000000000316985525c50590f08a8c113e88addedc696c66501df2e 0.25 MB 548 40
533,900 533,900 0000000000000000002578f7a22e369fbdd92614654d5861c4dcd03c012d443a 1.09 MB 971 10
533,899 533,899 0000000000000000001f9b03d177c97b747bf9e44c612a50226ea1b2ba0d2ccd 1.07 MB 753 10
533,898 533,898 0000000000000000002795844fd492605e47329e99e2ca9d11020da3473a9d8c 1.04 MB 244 3
533,897 533,897 0000000000000000000afe276da454a43da6c3d9f220d32be38e1f72606b90fe 1.06 MB 652 3
533,896 533,896 0000000000000000001fa4ccfd2f41516d772ec1a1ede81bd641aa744e9c6131 1.21 MB 831 2
533,895 533,895 000000000000000000319c5b6500b90b68c4d003a3ac1c70aeb2062d850a631e 1.18 MB 832 9
533,894 533,894 00000000000000000023eda4acdcdaa105c2cf7cad3575fbe79ba218ee3689a0 1.26 MB 1,745 14
533,893 533,893 0000000000000000001b8cde77d44c372ee32182940bd391d7d175e3da8d081d 1.17 MB 2,865 7
Previous 10 blocks ↓
Total Size: 776.72 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,445.19 GB sent, 132.13 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.