Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,659 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,148 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,147 (14,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,063 898,063 00000000000000000001411e618102ac7a44e002c96b35d384a536063aeef255 1.61 MB 3,557 5
898,062 898,062 0000000000000000000193282bea18603670e3c550ff035909788484dce69f49 1.60 MB 2,363 3
898,061 898,061 00000000000000000001514fea01201e17e81d0434dfb577137965197448d359 1.73 MB 2,660 5
898,060 898,060 000000000000000000001eae9086b85d04b77eeb23b840c83f5ea1e381ed8d87 1.56 MB 3,859 4
898,059 898,059 0000000000000000000021c68285cd9d7676f06b2ee109689fec0da2804b2cbc 1.52 MB 3,869 4
898,058 898,058 000000000000000000010fdec8b49bee822abb0035ffb704686e23d3bffcaee8 1.62 MB 3,518 5
898,057 898,057 00000000000000000000ec92aa29ae996e14d3d888c1986c2039e44d674e3f6d 1.34 MB 2,867 4
898,056 898,056 000000000000000000015bc98581e7e13f51f04015331fdefe6c0fc9ea4be4bd 2.71 MB 1,337 2
898,055 898,055 000000000000000000008353b6a620a51eea9c45ab5a58d811795d2e277230eb 3.10 MB 1,440 2
898,054 898,054 000000000000000000011e38c10e715a6f074b82c3e5b9b6f54272eaa988009b 1.79 MB 1,671 2
898,053 898,053 00000000000000000002467b846fe98051702867f4df9ed0723a1f1ea6e27d65 1.79 MB 1,676 2
898,052 898,052 00000000000000000001fd8eefc0ff58b0619a18c3b437045b269853f8f773db 1.75 MB 2,838 5
898,051 898,051 00000000000000000000788e0a86b383661773cbf22920ccf771c81453a1bf1e 1.62 MB 3,490 4
898,050 898,050 0000000000000000000016377956fa9b5213e50b4eafd4617f70748d56da0a71 2.13 MB 594 1
898,049 898,049 0000000000000000000244f7a6b53019e580f6d43bb256c098c71e3561e2048d 1.88 MB 2,982 1
898,048 898,048 0000000000000000000119c16a36d912144274d50662ddc9bcda4de2fb57beff 1.64 MB 3,717 6
898,047 898,047 000000000000000000010c26e536b206a37aeace0c96c9ea39b7c2b11da1358b 1.83 MB 3,135 2
898,046 898,046 00000000000000000000f5cbf9020bb8489f6aa06c22b255f2dff73e358c7047 1.73 MB 3,002 6
898,045 898,045 0000000000000000000112111b6ec47cd70ca257d7153732afb688944b74e301 1.57 MB 3,147 6
898,044 898,044 000000000000000000000aa15db67638845267c40f4a1cec68ccbe1f6c216969 1.20 MB 924 2
898,043 898,043 0000000000000000000173e73755b31527dba06b2df3725d25671a9cfc9e7735 1.55 MB 1,889 5
Previous 10 blocks ↓
Total Size: 777.35 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,526.34 GB sent, 135.18 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.