Memory Pool Memory Pool Refreshing

2,880 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,878 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (531,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,036 376,036 0000000000000000005e146b5577f994a5a65d4983bf75e90b08a0d525992ebb 0.95 MB 1,810 47
376,035 376,035 000000000000000009fbf4f53f32143a53f822a77d159b1109bdc39bd44963b1 0.00 MB 1 0
376,034 376,034 00000000000000000d0e4065b2e904d1ddf97397018ad58e6d60ff8bad917c95 0.25 MB 323 25
376,033 376,033 0000000000000000014b5322fa4376c76a000834a315245f338f40c8f0531aef 0.00 MB 1 0
376,032 376,032 000000000000000009d389136c9f9490f7cd983db0752012960a710bee932214 0.89 MB 1,225 26
376,031 376,031 000000000000000001684436853dce31d127faf3e7f119d560b868309af2b642 0.35 MB 517 28
376,030 376,030 00000000000000000b7e0675b6283f91b7f8571d818a318e209a005892b67665 0.28 MB 607 38
376,029 376,029 00000000000000000f706c576ab1198740a0265b3bc05a39165963e6a441fb83 0.27 MB 628 43
376,028 376,028 000000000000000003f0f14b3e96b5fe9cabb49d8251b8e3716a97568899f8de 0.11 MB 194 34
376,027 376,027 00000000000000000f4c61c265ee761cd695f2eb07e86dc9c799db5a77657fc1 0.65 MB 1,279 41
376,026 376,026 00000000000000000716e0f734b2278531ca07ebf36f613496d4fccd78a8dbd4 0.47 MB 917 41
376,025 376,025 00000000000000000be5a179aeaa56a1d3ad53112bf9a4978bdc8c733f4d9b70 0.01 MB 41 41
376,024 376,024 00000000000000000afd831433c4d0cc9d4521b2d7eb412a9a953617dc063633 0.01 MB 32 41
376,023 376,023 0000000000000000070c3d411c8e8c3de9250a2863452a02180d96a5926379a0 0.27 MB 325 24
376,022 376,022 000000000000000003f89e25101b7a06100362d62b7acd17156038951dbd24b2 0.21 MB 521 41
376,021 376,021 00000000000000000fa094fb74c3ad97c8ea72c2dab38f23f6ff130db8cab387 0.06 MB 119 33
376,020 376,020 0000000000000000067ecadc4eab5c9f5024a43eb93ef886e2a92b8d742b87e7 0.17 MB 334 36
376,019 376,019 000000000000000002ada7b4b7c4ee44df6a21d70e95abc1b8a70a742b690719 0.00 MB 1 0
376,018 376,018 0000000000000000118f914ece86c4beb695299823799bd10ab4c55faea519c9 0.21 MB 446 40
376,017 376,017 00000000000000000d914ab50a2e04e58c48a343266a918cd111175d4fae99c5 0.13 MB 245 31
376,016 376,016 00000000000000000210beb7a521f11afcc9b353b48bd036cd469b86e867d577 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.