Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

815 transactions (0.26 vMB)

Priority:

  • 1 sats/vbyte = (7 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,846 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,159 910,159 000000000000000000018ac4f15a00427c4c913c1c148fb741e536bcdf851ae3 1.60 MB 3,943 2
910,158 910,158 0000000000000000000036f73f4afd4e7223f60df78e8aa286e42eb39359b5c7 1.72 MB 4,082 2
910,157 910,157 000000000000000000008c8b8de686e1ff2ee223974547fe5615d82604ddaeae 1.65 MB 2,576 2
910,156 910,156 00000000000000000001b277ea027dc15a4c24a27f4494eefe535b50d53efc73 1.53 MB 3,937 3
910,155 910,155 0000000000000000000010da7dfbaad0cfc9812a46a6f833e8756231c7810e0d 1.58 MB 4,005 2
910,154 910,154 00000000000000000000f65f7c415f3fcca508922a17770fd992d128c732228e 1.14 MB 1,510 1
910,153 910,153 00000000000000000001068703da96f135ab1601476ec01eaa5956c0cbeae07d 1.52 MB 3,362 3
910,152 910,152 00000000000000000001c2cbaa85613dc240811b1b7197e62b698dea4d5004b2 1.70 MB 4,330 1
910,151 910,151 00000000000000000000c4fbeb08c6ef3f52e6d74dc461ac2f66e26e467bce29 1.95 MB 3,859 1
910,150 910,150 0000000000000000000226ab487ff1a8456a30feb1bde3d65b6a67128074e19a 1.21 MB 2,540 3
910,149 910,149 00000000000000000001919a930d370882a7712e0fb8cfb69bd4a9cc58077311 1.76 MB 4,403 0
910,148 910,148 00000000000000000001b69a818e6a994e7e80e8ec4d20a6adce3bb926cc47c8 1.66 MB 3,782 1
910,147 910,147 00000000000000000001a8663ce0d0a929bca343cbdae3723fa116ff51f1df06 1.97 MB 4,242 0
910,146 910,146 00000000000000000000b0e245ab554b0a377f1007fba56c86263eb204a8a28c 1.90 MB 3,793 0
910,145 910,145 000000000000000000009962414bec23b4f897191abc6c340a607ce53e3eb482 1.87 MB 2,088 2
910,144 910,144 000000000000000000007707c94518572c685fd3937ad397a854788376abc463 1.62 MB 3,729 3
910,143 910,143 00000000000000000001a1f16d0aa3bef6ea5e96edf516c0e4fbb3edd2a10e2b 0.68 MB 1,027 2
910,142 910,142 00000000000000000001d7f1b0cad9cb15d088bcb75dd693ce7e4f6f1f19453f 1.55 MB 2,986 3
910,141 910,141 00000000000000000001d383b1e461f79a0f0cf6ea0debbf15aff97827a5a6d5 2.49 MB 2,075 1
910,140 910,140 00000000000000000001d46e8ba3006623af1fb022a5579a10e693ffc95c939b 1.67 MB 2,810 2
910,139 910,139 00000000000000000000ad9fc98c231cb621868a793f462ea01b7f63dee35fd0 1.53 MB 3,487 4
Previous 10 blocks ↓
Total Size: 774.95 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,334.51 GB sent, 123.46 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.