Memory Pool Memory Pool Refreshing

4,993 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 480 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (821,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,185 87,185 00000000000c6253564bbe253861d7e6b0ed981746dd2ca824071d8f2c4d9733 0.00 MB 2 0
87,184 87,184 00000000001b7db608528d2f65b0d59a4eea9fcc36644dc61247b119823b7097 0.00 MB 3 0
87,183 87,183 00000000001e04caecf5d2160ddc3277b37ddacbf0f02f53f589bb1c94c47629 0.00 MB 2 0
87,182 87,182 00000000001ac7589fd6f6e991fcaad316145adf5a89a602bb66fa5d306372c7 0.00 MB 1 0
87,181 87,181 00000000000ba51ee0640640114cf76b35332c1ed799e0b82304655632ee12c3 0.00 MB 1 0
87,180 87,180 00000000000ef3bba1fc0f0e65b8aac1dad115672d55480d3a2fe6b96e7201bd 0.00 MB 1 0
87,179 87,179 0000000000118761204440e78b564b8d4ce2fe6d220d5655f8bb6170d6efcab6 0.00 MB 1 0
87,178 87,178 0000000000151e010b7b5a60309c243bc838cff866cd702ff4983e189d5cead9 0.00 MB 1 0
87,177 87,177 000000000011802fbef6776bd09754d8ddea7affe9f6fcb6b5c398858011359d 0.00 MB 1 0
87,176 87,176 00000000000dc4b1587c6a90e1ddccfb7e495e20f28033eb57acaf615f0865c2 0.00 MB 3 0
87,175 87,175 0000000000112870fb18e2ef5e15e26eb2114cdabe94c9ad167f8232ddcba7fe 0.00 MB 1 0
87,174 87,174 0000000000161c9974aa2b3677a30dcbb9c31d9cb033d1bbb40904120d3f8872 0.00 MB 2 0
87,173 87,173 00000000000f93de4ced3c4b3e6a4736dd80e1fd86172a21319282bc61c36f8b 0.00 MB 1 0
87,172 87,172 0000000000022564ad29e400e42b5fcf7e92eb50bb68bb1b919b97b43892dfb1 0.00 MB 1 0
87,171 87,171 0000000000065aba742260695f127c0491c795e708e408e5b14c340bd79666d1 0.00 MB 3 0
87,170 87,170 00000000000315269472212a41e47e9e8094a5966e207b852c11725635523c98 0.00 MB 1 0
87,169 87,169 0000000000164d2c2bd9404fbf09c4118c62b8e7196f0eff49601bf22e527388 0.00 MB 2 0
87,168 87,168 00000000000f81dabbf089ecf6f21f50b63c1e37404af5a5cc8cc8ed314e269c 0.00 MB 1 0
87,167 87,167 00000000000e98dc933732813319097e4e681ad96de374bfa1607d4d92ea7883 0.00 MB 1 0
87,166 87,166 0000000000034cfb6881dedc7bebf3a90a973fd7f69b369812698d747fe964b6 0.00 MB 1 0
87,165 87,165 0000000000134d063341ddd56f851ae8852dede20c26eac5f0ec844ebd4bffc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,854.46 GB sent, 101.99 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.