Memory Pool Memory Pool Refreshing

4,744 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (112,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,166 795,166 00000000000000000003582de99641f0059de3cd264df51cf76e8d2d99fa23d1 1.56 MB 3,762 30
795,165 795,165 000000000000000000007f58b2bf2a7bf11f3d8727b129f75bc93845319c6fe1 1.54 MB 3,619 23
795,164 795,164 00000000000000000002cb20152be1db04f7440c6c6d2c443a5c4984fc91b4a5 1.51 MB 3,461 18
795,163 795,163 00000000000000000001ff2930aa4fd2cf07c0b307c252de83f20003cad3b86c 1.55 MB 3,810 23
795,162 795,162 000000000000000000036205a4c3da7c9fc068e66dbe14ffe3023767da809a65 1.63 MB 4,058 18
795,161 795,161 000000000000000000046e60c0a6ae306b8da4509d822a4d89fdb994f1642b34 1.56 MB 3,534 28
795,160 795,160 000000000000000000033d4e96949a9f7cc75a17eb471e99c9d26c11be2a125c 1.66 MB 4,622 18
795,159 795,159 000000000000000000032a2ed24ff0818a4ed1aaa8886dffd7dd96d056bad73a 1.55 MB 3,818 34
795,158 795,158 000000000000000000026d9633bae47e90832b87232b306deed6a940fff7294e 1.60 MB 4,241 20
795,157 795,157 00000000000000000001c2fe0f68f289f2c9ca4995637296cb695d6e6af7bee5 1.71 MB 3,942 17
795,156 795,156 000000000000000000038d42b8d9882ef6a98713a6b52694270789ff2d8bb72c 2.70 MB 2,528 12
795,155 795,155 0000000000000000000522657289d5a7268fbc4366661192df812414c0b5f9c4 2.04 MB 4,081 18
795,154 795,154 00000000000000000002a01b2e0ab312a8fcc2b2efc6abbb00b954ed5e76113b 2.66 MB 3,458 12
795,153 795,153 0000000000000000000238d09386bac1ef888e66547fa027910ffdc960ec5d4b 1.69 MB 5,463 14
795,152 795,152 000000000000000000049042a01fcf07ba1de8fc12ed40352a541edae1bd4e52 1.85 MB 2,779 13
795,151 795,151 000000000000000000051a94c246123743c159cc4ff6d814275c9bdcad57fe9d 2.09 MB 2,678 21
795,150 795,150 0000000000000000000418f63fa81a7ebdb4408b492bcc24b508bc535169d242 1.62 MB 4,455 22
795,149 795,149 0000000000000000000094d0958b28f3213252e7b501fc12d15e64e2d9d72f72 1.65 MB 3,256 17
795,148 795,148 000000000000000000052e15593c9bf48ce9d23ec9e5937757301fc02863d982 1.49 MB 3,443 29
795,147 795,147 000000000000000000002f29998522306525d4b8375b143d2895e34ea8dd8c48 1.76 MB 4,393 22
795,146 795,146 00000000000000000001894fce0d9d2700bf5deaec250c5f61e6bde5f53fc46c 1.69 MB 3,984 19
Previous 10 blocks ↓
Total Size: 768.99 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.52 GB sent, 92.74 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.