Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,443 transactions (3.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (47,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,917 863,917 000000000000000000024ca8c5900b9d62a5fb1b7fb793b2ed221d7b9a9e1f94 1.51 MB 4,511 6
863,916 863,916 00000000000000000000d4f4453c2c2cc70aba286b6232a5355458dbabbcdbad 1.71 MB 2,697 4
863,915 863,915 000000000000000000029cb0e809d2a4571fd276a3c2d15516228308e47905eb 1.68 MB 4,669 2
863,914 863,914 00000000000000000000a61252fbe05cfb90090e753957d20e775819b8b51f8f 1.66 MB 3,011 3
863,913 863,913 000000000000000000024d8adee8afb48dcc671f4b53f2e94f86ba78c2a74d90 1.72 MB 2,243 6
863,912 863,912 000000000000000000026558d0d6d017da30ff683572b6e0dbb2c76dbc51de7a 1.42 MB 1,998 6
863,911 863,911 00000000000000000001d951d0b9356199fb9845c582042d68062fde7ede234e 1.43 MB 2,454 7
863,910 863,910 000000000000000000006d84d5083a4fecc6213491de9b2b026a2782e52b5fc4 1.76 MB 5,582 2
863,909 863,909 000000000000000000025963fe0640700ddcd047cc30e3773f93f5df87318665 1.75 MB 4,970 2
863,908 863,908 00000000000000000002ed8793a0e142b3e64d059f7065b093cd958052796810 1.76 MB 5,572 2
863,907 863,907 000000000000000000000a0470204e7e48f5af329e6884b9a2f578f92feff166 1.81 MB 4,069 1
863,906 863,906 0000000000000000000156f411a8d96da3f5d609d6fcc59ccb91554424e14211 1.68 MB 5,619 1
863,905 863,905 00000000000000000001d04a21f64f091beb37249eb85a29ab764f6d0bec7d75 1.69 MB 6,157 2
863,904 863,904 000000000000000000015bef0f19519319f3d64decb3f062fda1972b6b69d0ee 1.45 MB 2,397 6
863,903 863,903 00000000000000000001192172de4b52d36173d75d250087b402612aeac2db60 1.64 MB 7,847 1
863,902 863,902 000000000000000000018965108ef8ffb355f6eec509b9e1b24d25512f20f357 1.72 MB 4,411 3
863,901 863,901 00000000000000000000658cfc6fde346ae32971cc3f35f8f04d6b3517a30299 1.70 MB 4,026 2
863,900 863,900 00000000000000000002948ead6140a68a895686a950dc188fa60b4b7d21a6c3 1.49 MB 3,861 3
863,899 863,899 000000000000000000022da73416844f8ec5c9a8cb60f7bac3e2bdac27f6c70f 1.46 MB 4,344 5
863,898 863,898 000000000000000000022496ea3624e6de8e8e3329ae27279023e3a68fbbb352 1.57 MB 5,275 3
863,897 863,897 00000000000000000001c90376f861eddd37bdffbcc1945d244eb60dbb67846e 1.67 MB 5,160 2
Previous 10 blocks ↓
Total Size: 776.70 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,443.92 GB sent, 132.08 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.