Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,429 transactions (1.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (170,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,945 740,945 0000000000000000000576f1d3f848064ddc8017c55cde3ca8d010bcc5eb6868 1.44 MB 1,438 31
740,944 740,944 0000000000000000000913c0a3a701c0020fc6ab8d3fc7d89b14e6958a30d42d 1.42 MB 2,786 44
740,943 740,943 00000000000000000005b2570b949d1722792ffed54d886c35e07227e740fc66 1.46 MB 2,222 40
740,942 740,942 00000000000000000006e6bcac9c7b62b91e001d877632c69708b416d6808700 1.61 MB 2,523 19
740,941 740,941 0000000000000000000579c9fe490a6b7df4db5a9cb8359d9d1ebe1ab7256100 1.49 MB 2,924 25
740,940 740,940 0000000000000000000400486b99f9ad79bdc99fde0a6a72a7ae449f2186fc20 1.47 MB 641 3
740,939 740,939 000000000000000000049f671330fbf2357e5194a89e672ca76fd6b5262cf7b0 1.69 MB 1,837 12
740,938 740,938 00000000000000000003cde44178fa617aca0ca74c330a8ab7aa3594ea687a60 1.62 MB 1,106 2
740,937 740,937 000000000000000000005ed5e256fd04c5b5404b223d51c1c739ac8e3d3238f7 1.51 MB 3,273 20
740,936 740,936 000000000000000000023694e514c629eedb059119304b33e2c3a4bc3ef5841a 1.60 MB 2,861 22
740,935 740,935 00000000000000000006720ce8dd942cdefd83228257f7c24a78d24b1fe846af 1.43 MB 2,947 26
740,934 740,934 00000000000000000000d7b8b6231c8293c27917670422bf2fb9e407ac9b5dfd 1.59 MB 1,234 6
740,933 740,933 00000000000000000002e1811d6f8fac7687b63ab4155aef57bd7d3c3ab3cc9e 0.00 MB 1 0
740,932 740,932 0000000000000000000902ca8c9def15d2439908149b760e16f1590997b47db1 1.43 MB 1,608 11
740,931 740,931 0000000000000000000949da40e8014cf406f9f447760fb64207efb73606270c 1.49 MB 2,819 23
740,930 740,930 00000000000000000000c6347282462a188472e2add11b0485166ef7617eb562 1.29 MB 1,867 25
740,929 740,929 000000000000000000050316129ec4e7dc33f118809484f53e646920433ca1ce 1.32 MB 1,653 10
740,928 740,928 000000000000000000023f715008a474296c7a88f2b2bd7ca8071492fd1d215b 1.41 MB 2,950 16
740,927 740,927 0000000000000000000118d85f20fd8bc02656564f9895058450586856f3234f 1.54 MB 2,633 21
740,926 740,926 00000000000000000008d548fb65754004ba6d5db7779633db4f8ecf9b82ac8c 1.22 MB 3,088 11
740,925 740,925 0000000000000000000054c06516fce47c407081742edbe236e90f80ae5660c9 1.42 MB 2,955 19
Previous 10 blocks ↓
Total Size: 775.91 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,401.52 GB sent, 128.39 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.