Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,953 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.94 vMB 2,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (891,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,053 19,053 00000000f8da46659d6cc788d94ac4c79f2cf4d15fdc788a0732023702cd98ce 0.00 MB 1 0
19,052 19,052 000000007e771a0d2fc5e206481fb8823288bba846dd873e2233fedcfb10c768 0.00 MB 1 0
19,051 19,051 000000009665c985dff57c36ae498397cb0fb9c464a3c5fea70e849b0d9fd510 0.00 MB 1 0
19,050 19,050 00000000d890afd9a490bfcd50e357b150d379ccb29f8f3cf6da7cf7af029f10 0.00 MB 1 0
19,049 19,049 00000000d4123cb23e6ea5c9e694113c4c9ecdab36ce294c048348abce831998 0.00 MB 1 0
19,048 19,048 00000000e9c046bcd331d558e755f955306133fd6ac31d78598fcd7604705455 0.00 MB 1 0
19,047 19,047 0000000072cf0e48093519467308436e728b006972c76f035c663feb6716b3eb 0.00 MB 1 0
19,046 19,046 000000008a763c6906e51833cd12c66abf8967f8f1564fa9925eb2b857e1b89c 0.00 MB 1 0
19,045 19,045 00000000f61599cf9da73125487a8437111a8014199ff02e419845d2c46195a8 0.00 MB 1 0
19,044 19,044 00000000c871139b767d194ba7fbb680d5f54bc018baeb6f9cbb6ccf8eb29ef5 0.00 MB 1 0
19,043 19,043 000000003d3986928a11c55f31e17baa4d012ac7c59aa9704e7586abf1b4cd08 0.00 MB 1 0
19,042 19,042 0000000077d2e3f81026e6b5131474f85667608246b6680fe6c3521849d0c29c 0.00 MB 1 0
19,041 19,041 000000008035f3c7913ea1014647e9a0ea91e3bfea1a56b3f03382563328d04d 0.00 MB 1 0
19,040 19,040 000000009171392b6b9193167ea5383756d73fc5d50c7639996b6ce114a838b6 0.00 MB 1 0
19,039 19,039 00000000c23cc27b3b7b084a56c59a294fbeadafb18c20445262ae83f774674b 0.00 MB 1 0
19,038 19,038 0000000078b1f4be2f197423ba250f55de442257d42196627f27038e8e3a2c28 0.00 MB 1 0
19,037 19,037 00000000edc047c847be23902db3bd503804fe4f2aed73877eadf973b82cb3fd 0.00 MB 1 0
19,036 19,036 00000000c6f1194112d6740043fe433251d936b41eaf4233acb4df46dcf07196 0.00 MB 1 0
19,035 19,035 000000009c0b6517e85434f211ca92d5ae5a42e21dca14874a6ad73cf4b9e43a 0.00 MB 1 0
19,034 19,034 000000002561fd335488c3680b1f5693d3d94fef19a6ea60ba837c02ecb4726b 0.00 MB 1 0
19,033 19,033 00000000650f725d9db77f90d7b7ed2ad96e32b1ab19228c6fcbe0be0103ab8a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

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