Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,511 transactions (0.40 vMB)

Priority:

  • 1 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
911,766 000000000000000000022b910000000000000000000000000000000000000000 0.39 vMB 1,492 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,765 (32,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,946 878,946 0000000000000000000072ca3f4130e01b5558f4e0d5204793542d5ecddaa7b0 1.65 MB 1,758 1
878,945 878,945 00000000000000000001df4517d58707549035ee27262c7177977ff37af69a4f 1.71 MB 4,315 2
878,944 878,944 000000000000000000026c43c7494506806e892e574ca8c468a0ba7099b37257 1.59 MB 2,573 2
878,943 878,943 00000000000000000002138239667c2de79f177eb94a3d539a2e0c6f079548c7 1.70 MB 2,982 4
878,942 878,942 00000000000000000000cfc27f68275f6c46bd67b9e492175b3ef3c7a1f8910b 1.70 MB 3,536 3
878,941 878,941 000000000000000000021c95f8a0699a1e2bc56e09e68eca88e73680444c7dbd 1.77 MB 2,819 4
878,940 878,940 0000000000000000000223e042abf034858e526567cfd39a7e75d862eaa41359 1.50 MB 3,466 8
878,939 878,939 00000000000000000001f3df7496d4b64b232aada70139dacd2361597c7f0dad 1.81 MB 1,988 5
878,938 878,938 000000000000000000026ce5c206f8462c3438ff9fc1ca284d11eafe3b48b4d9 1.91 MB 1,842 4
878,937 878,937 00000000000000000001eca8ac31b8225e0d44759fd05becdcfe6f816a08f2a3 1.71 MB 3,125 4
878,936 878,936 0000000000000000000224ef9916e92b7e957a407a385988fff32668cbcda204 1.62 MB 3,166 2
878,935 878,935 00000000000000000000186e250453b6cec116d919a44c37bbb6cc96556f9f32 1.80 MB 1,893 2
878,934 878,934 0000000000000000000134d2f24caf6eacc4b084ae47f4e8dc1d0e493259dbf8 2.00 MB 519 1
878,933 878,933 00000000000000000001b78f05ed49f47bcd0730f91a0e735efc82743a8d109b 1.74 MB 3,339 2
878,932 878,932 00000000000000000001b75aa6d6d0cb9824c5b2e95f7f809048100b66db96fb 1.52 MB 2,709 3
878,931 878,931 00000000000000000000bca980911fce49ffe19bd6b53e3155bb70f4d177042b 1.92 MB 2,135 2
878,930 878,930 00000000000000000000e702449aa829257da6bbaaf43221a37fe161a84a24fc 1.59 MB 2,801 4
878,929 878,929 00000000000000000000889c321d8ffac5e06fe865606c702f8b10cc2bfd0b8a 2.11 MB 323 1
878,928 878,928 000000000000000000023486b627ab151c7c9637f380ddbad07907f2f6c5825c 3.01 MB 846 2
878,927 878,927 000000000000000000028a8406209aae70d9cb273546f0c57274954724c68e4d 1.69 MB 3,171 3
878,926 878,926 00000000000000000000b5612ae3d13b8f83f59c95b8dea254f4200cd1f1e18e 1.79 MB 2,136 2
Previous 10 blocks ↓
Total Size: 776.65 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,430.54 GB sent, 131.81 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.