Memory Pool Memory Pool Refreshing

3,659 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (797,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,734 110,734 0000000000008f7d046d876a478fe808f96ebbd682518a5c33328f08c0d87738 0.00 MB 12 0
110,733 110,733 000000000000586de48e8f9a4cda0cc4352e4011bf0c672e7879e672d29cf5b8 0.00 MB 10 0
110,732 110,732 00000000000045e830ec7e8c3b97a65590ef587837191e1a1e4fdc587424e03d 0.00 MB 13 0
110,731 110,731 0000000000011eb33474775f342ec024f895c6719d1571e74d6225088157b36c 0.00 MB 2 0
110,730 110,730 0000000000009f76d2ba2cb47ae19efec86e11c20cce8c345a5863290df42060 0.00 MB 7 0
110,729 110,729 0000000000017f44f24be4255241cfc2ca02c87cecc6e752e0f9697ea3be5a44 0.00 MB 4 0
110,728 110,728 000000000000123aa6656b1a10ea8431bb57d8be19460b9cb64fdf94d697137e 0.00 MB 5 0
110,727 110,727 0000000000010c64f723ce118efbb9a97a5b0b22545c81cd9b8c11b7d487eef7 0.00 MB 6 0
110,726 110,726 00000000000077d7e98e9b5278688bfce337216b5d6109ad9ef1cee1eae907e1 0.00 MB 1 0
110,725 110,725 00000000000090807a0afd09f4e4a57381ba94ac1feb28db850a0d7e96fbda7e 0.00 MB 8 0
110,724 110,724 000000000000f81c33c15a0021ba3933c459896262a61cecc1f4c8819a6c294c 0.00 MB 7 0
110,723 110,723 0000000000014cf2c2d82fe24651a8f49609281aa0d28ec0c43d2210ec9479e4 0.00 MB 3 0
110,722 110,722 0000000000015b7b9e0fe4eb775fa6e2867f1efa6824cc0048435cf409c8aa9e 0.00 MB 3 0
110,721 110,721 0000000000006b6f159cf77e33b6ef741052906d6bb3acce27b5eda3fd2c386f 0.00 MB 11 0
110,720 110,720 0000000000019c06a784562abb77bf3ad4f947aff94fb0bff1bfa8ce1edae5e1 0.00 MB 11 0
110,719 110,719 00000000000077aec2d34f6de149ba5646c13386fc211a9f235b731ff392e9e2 0.00 MB 12 0
110,718 110,718 0000000000012fa7d80a99682670925300243aca934d600e9123be196caf218c 0.00 MB 12 0
110,717 110,717 000000000000db6c0dc0f8b5442dc889c97162623ba90639bd3c27bb4ed8dfa6 0.00 MB 5 0
110,716 110,716 000000000001795ef128cd0fca02fc131b9876984e4d7bf9d6caf55536f312b8 0.00 MB 2 0
110,715 110,715 000000000000a38fc0d6c4df098bdd769bb595d2a682ed9c656bec609dcb47d3 0.00 MB 2 0
110,714 110,714 00000000000019b8c08b66802df4b0d1d42c9f44e2222b57d599503f8625af1d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.05 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: 1,627.27 GB sent, 93.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.