Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,444 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (874,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,656 35,656 000000000db0237a37c6e29d30d2d2119042d5be5f3d3ef659396431da1fc87c 0.00 MB 1 0
35,655 35,655 0000000021b31c70404a6d2fc2a34b57d382149a2c24e0deda0b3b52c4845710 0.00 MB 1 0
35,654 35,654 0000000018c2bd93ad3daf5976f32f3170c9a335d95e3d0109ce983ee9a48166 0.00 MB 1 0
35,653 35,653 000000002b5ea239c6764931ecccf32d4ef3b2254786ac1182892b8b08221473 0.00 MB 1 0
35,652 35,652 0000000044d754da71a70b202f5067aadb76b8376215f04c93e49c4aca38f1b6 0.00 MB 1 0
35,651 35,651 00000000aa00105d4f8d3c5bb2a9513de0f7af1ac9a12bc54109d5f79d5d6594 0.00 MB 1 0
35,650 35,650 00000000bca1d66333df87f84390b3d22ac3a6541ad147c2a0cc3c07ac885aa5 0.00 MB 1 0
35,649 35,649 000000002c7764003301eb7c2d0a47a612fccb1eed2bce73acbcdd3817f05514 0.00 MB 1 0
35,648 35,648 000000007faf8688890403e00657aa3e05dca47dab80b191d159fd7c5c87a6be 0.00 MB 1 0
35,647 35,647 00000000c26bfc5f0fc98b49dcd6df06c1bdbc3f658e8b1e3158f57df0c61c84 0.00 MB 1 0
35,646 35,646 00000000508206576c3db906e11941a02cb7d467b8c58b292d49741578036f43 0.00 MB 1 0
35,645 35,645 0000000060d60db9e16d4a3b6a88c63bbc1978f918eae482a35ae01684da1f57 0.00 MB 1 0
35,644 35,644 00000000acfd6126999d50a40eae181a78140dd94b10a8dbed923db60b626200 0.00 MB 1 0
35,643 35,643 00000000198c5a797b63c3497ad885d4477fd47ca79a8d91e8c94c5717c4d199 0.00 MB 2 0
35,642 35,642 0000000000db7ea2672ec89ca0c740321cb248529338b8e2c88db55b0096140f 0.00 MB 2 0
35,641 35,641 0000000066118738c85161d9dc84cd47187e40855fe6071ac4ea2386679b0665 0.00 MB 2 0
35,640 35,640 000000006c1ccded4ff996a1cdb7820816baa54b58452037554e1a8e5a574d46 0.00 MB 1 0
35,639 35,639 000000001f35d2bb063d1e24da2dd7cd6b6d87eeb9b6543c5d1daa6d433a6e20 0.00 MB 1 0
35,638 35,638 000000000990c3a2f4b3ec4e6c7067910fa6f027398fa3f67810b42d75c58556 0.00 MB 1 0
35,637 35,637 00000000328da2d2fc14a3998b3bce7e68657b64841ff7a195edb40c6eb56c8b 0.00 MB 6 0
35,636 35,636 000000006821a3c89248f1f4458ae9864f71f94906d7e2b069d26bb23f951a7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.38 GB sent, 115.58 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.