Memory Pool Memory Pool Refreshing

392 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (797,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,742 110,742 000000000000ef79d960e92428708dd326828786112931bd5c613ef89af56442 0.00 MB 1 0
110,741 110,741 000000000000e1adcc3c7a8a9c6f06a024b7bbbc607ab5c880ff6063a8e070c2 0.00 MB 7 0
110,740 110,740 0000000000018a64c555570568fab9156830127a9f9931c634e2ab23ba30ca0c 0.01 MB 2 1,129
110,739 110,739 00000000000039da98d3e2cc5d353ce6507bc14825cf2973581a3bb5544f2d0e 0.00 MB 10 0
110,738 110,738 00000000000091aa2b599a008a9f59054e89f5b6fc8afa6abb0445274960f6c4 0.01 MB 2 0
110,737 110,737 000000000000cd4671aacff78e035ffdf1810c16da8ebf611cf7c6ca5b79d1c9 0.00 MB 12 0
110,736 110,736 00000000000099cef470b523e7557a7c73d0e57c740273e392fcbaef71125e18 0.00 MB 9 0
110,735 110,735 000000000000a27ca6e48356066af89db906ff3fd16aae1a0a166b484e8185ea 0.00 MB 11 0
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
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.