Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,368 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,766 000000000000000000022b910000000000000000000000000000000000000000 ago 0.62 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,765 (892,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,214 19,214 000000002c96a7579d4476c03b3057a5a801b3ed2fcdcf4570b6d3d7613b8ae5 0.00 MB 1 0
19,213 19,213 000000008ea78a13e646fda26f33ae6e8f59aa1b2e0158ddd1da8f8da35e6346 0.00 MB 1 0
19,212 19,212 000000009296233e194ef8c420e76c0213d2eaed4f39b5e763bd6a885406f412 0.00 MB 1 0
19,211 19,211 00000000c5dbae325fc75c3ece3914ffdedfda471e6444854368468403135bc1 0.00 MB 1 0
19,210 19,210 000000004178960e199e9f9db9102c646f11e8a2ed650d64d9f2ffb8297c950f 0.00 MB 1 0
19,209 19,209 000000005c7aea8ed3a971f558910348a90c9260eb107b86e43f957a3b0609d2 0.00 MB 1 0
19,208 19,208 00000000f6db93fa5b773d1e228173e274b3e9b9746e27c04d2c9611af7c3e6a 0.00 MB 1 0
19,207 19,207 00000000cc4404f3631ba61d1c91759950e45442eee3b0830f3f02b8c850e813 0.00 MB 1 0
19,206 19,206 000000005259430a2c4204e3cc7336333e5f784d1962ea50eebcec33d586c1a1 0.00 MB 1 0
19,205 19,205 00000000cf6f829e56ab4a0faedc7ba66d4cf24c69d0dd0cadcfb41f287fc618 0.00 MB 1 0
19,204 19,204 000000008db8672c146c2e23d515b992aa6cce5d902d024f1a30e4d8cdc1d06a 0.00 MB 1 0
19,203 19,203 00000000d529ccf3546b9de4793675d87e211a65f7dbb569eac0fd7dc215d6be 0.00 MB 1 0
19,202 19,202 0000000031d5f24abf5e5ef4d219da8a11bd954ac75758af203877246eaf471a 0.00 MB 1 0
19,201 19,201 00000000c5df1d5c08d9f447de84f30a0512c961e7715d078e47e68283e75f8b 0.00 MB 1 0
19,200 19,200 00000000d7df5f0be432e393da8e2ad65a4e88b68c95c88230c55524eab87767 0.00 MB 1 0
19,199 19,199 0000000039596c3aed330eac667d70cbb6f25905c27b7d670648a80bc16fa8e0 0.00 MB 1 0
19,198 19,198 000000008c1fa24e936411a8ca13fb5d4df5ca0276b24987d442ad7ec48ea990 0.00 MB 1 0
19,197 19,197 0000000058f3196b0bb08c55bd52b443d97ba475a8d2b0ebd5fbe604ed2b556e 0.00 MB 1 0
19,196 19,196 0000000051b9902bc1bacca5d6c7bac76a6abf3fc20f80420bbe58d067440fd9 0.00 MB 1 0
19,195 19,195 00000000a944d6e24f7adf46510bfe4d86d2f3f39a307ffa15f0dcbf5e0dbacb 0.00 MB 1 0
19,194 19,194 000000000ad93882de7bc86238682c62d0d1dcd8582fb5f9d88226a3dce20e2d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,430.67 GB sent, 131.81 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.