Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,129 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
910,158 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,123 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,157 (872,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,939 37,939 00000000249893930cdae524954fc0b468ae49b1b2757a6e505ce670c10bda0e 0.00 MB 1 0
37,938 37,938 00000000843a9b75848dd26aade0e6f713995bcc88ea876073f8761e8a77daa0 0.00 MB 1 0
37,937 37,937 000000001485c8534d48d71cf17cb56201640c05c27aa9183e4bdb71860a92be 0.00 MB 1 0
37,936 37,936 000000009c4216845eeccb0a082825344bb4b1fb0f82ae7a9bd42d52fcb4bd30 0.00 MB 1 0
37,935 37,935 0000000058e778dfc8ae3173aa80fc36eddfaa166d1f3693c294eb284ff2281a 0.00 MB 1 0
37,934 37,934 00000000a7f6cac31d73dd36f75d96f04b2d1f42ee6cad6d6455006e7091424f 0.00 MB 1 0
37,933 37,933 0000000028eecbfd3e178225ad88c35acbca6eee61dd3e8361ac40a37382ae27 0.00 MB 1 0
37,932 37,932 0000000025e5e6d96445cb25b14e2d3f35aee31853d4733ec5d35ca890af8977 0.00 MB 1 0
37,931 37,931 000000003d290a3746a95866edca14661b6773cc13a4d7afe6691ffcf62b1dfd 0.00 MB 1 0
37,930 37,930 000000005d23e2ce2a20e3e9a0f4bb6b45992d404f6b138664429d26116c97b3 0.00 MB 1 0
37,929 37,929 00000000ba05eba35980ce07f80ba9419e2bfedadf234034274d7093fcede7f7 0.00 MB 1 0
37,928 37,928 00000000900259c7f0b46e903a8c2a2d0583ed5443d239333794f01943bb4689 0.00 MB 1 0
37,927 37,927 00000000370b41d111dc0fbb371289c61c467a75d1b0d090c088631331e8e15d 0.00 MB 1 0
37,926 37,926 000000006d62c5ab412615afeebc2110da42c3548a965a9dc0ec5569b8037ed3 0.00 MB 1 0
37,925 37,925 000000006a5605d1e6476b14f246c0751c9c206cb312e572f48d181c34f5eb04 0.00 MB 1 0
37,924 37,924 00000000578a174d59e790ce78d26b7e2ea2540302fde705e4751d60c11a6d5e 0.00 MB 1 0
37,923 37,923 000000004ecce22973347ffe12feba80a0cb554f79eebbd958b2993b964f8089 0.00 MB 1 0
37,922 37,922 00000000127a16135199e96954286f0035d9bafd4d9e9235fd8734e633b95c15 0.00 MB 1 0
37,921 37,921 000000001ac31c81afd519c8c9daa1d5bd3456a84c109807eb66e22ed94562f5 0.00 MB 1 0
37,920 37,920 0000000055ad2f5ff8ad3ada47f3d95d39d20b444f092f1a902c0260723a5f89 0.00 MB 1 0
37,919 37,919 000000009861002a0e53ce8128a3f7dca30deab651ca0872eb61a28cc6d868ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.67 GB sent, 116.90 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.