Memory Pool Memory Pool Refreshing

5,438 transactions
13.12 vMB
Show Random Selection Loading Transactions
Max Size: 57/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
897,960 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 4,601 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 897,959 (317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,642 897,642 00000000000000000000a81ab32222a1b8a27f8c492536e6b8997967efc36241 1.53 MB 3,379 5
897,641 897,641 00000000000000000000c2021f2427d5bd02fefa23b89a32c0cdd0fb7840a3d6 1.68 MB 4,273 4
897,640 897,640 000000000000000000005d7bfd41a95f9e3bebbd5add05d31443df7fa1047925 1.72 MB 4,585 5
897,639 897,639 000000000000000000002436dc8619d849981c760cd259ff84bacd349b42fa15 1.67 MB 3,928 6
897,638 897,638 0000000000000000000056d31877fb2ff4f8b47912a0d7dba7c31547283d2b72 1.88 MB 1,568 69
897,637 897,637 0000000000000000000240c5402afbea778533998cd823dc1df7522788dc3d84 1.75 MB 3,593 13
897,636 897,636 000000000000000000013b9c3017355efab8afae84c9949657e4cc928c12677d 1.67 MB 2,515 12
897,635 897,635 00000000000000000001f64830213673d81493969babf59bc28206053c3757c9 1.73 MB 3,068 2
897,634 897,634 000000000000000000017eb96fe3614f8747f803577d2c6051c9a541b1e53bc9 1.68 MB 2,927 24
897,633 897,633 000000000000000000008c4ca34089f8380bec8bf9073dbd32ee5988136fa902 1.86 MB 1,867 50
897,632 897,632 00000000000000000000b13c91c5cd72c3081230689a528a389a683cd01869d1 1.77 MB 2,360 43
897,631 897,631 000000000000000000021fbd44fd1f64e15075eda4b1d3c222dfe95dc03b32fc 1.69 MB 3,592 1
897,630 897,630 000000000000000000013e5e03d0bacfe422e8184b3083e3fe6e4dbe631184e6 1.85 MB 2,701 2
897,629 897,629 000000000000000000014095273fa4caeb7426da74d1e56914a8fecf392ad6bf 1.48 MB 2,943 4
897,628 897,628 00000000000000000001efa0a79271671fc37175fcd3774f14f2b89fbeff2070 1.47 MB 3,558 6
897,627 897,627 0000000000000000000119bd8dffd7d8285a69744011aa98f0d9091b0555ca46 1.30 MB 2,278 1
897,626 897,626 0000000000000000000144486e6f9ba7667d5f49f7daac93b43e755da54ec504 1.50 MB 2,481 2
897,625 897,625 00000000000000000001f0aa617dd2649742a1cb6b335d10f7caf59344f2f8df 1.55 MB 2,412 1
897,624 897,624 000000000000000000019a3d11dbb65d04c58eba58e7a2a442f45edaa9b8fbf3 1.92 MB 2,138 2
897,623 897,623 000000000000000000008f47d8313eabf01f81cf075ef01ca4b1d8caf10cad96 1.80 MB 1,562 2
897,622 897,622 00000000000000000000210167fdee0f2d5dd273dc888d8f29ca212d32d86852 1.71 MB 3,738 2
Previous 10 blocks ↓
Total Size: 752.45 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: 287.38 GB sent, 13.20 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.