Memory Pool Memory Pool Refreshing

6,051 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (898,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,435 10,435 000000001a5ee7d39ff2dd592b46e60b0df9ff02d120f197f4e6a011faaf109e 0.00 MB 1 0
10,434 10,434 00000000623344a78a632c2166c20395ccdca886638605eb5df2ef3bd44b3c88 0.00 MB 1 0
10,433 10,433 000000000293807d1e3911b0d2fab672d33a373d7f6ca14df3b6d3191d8c9498 0.00 MB 1 0
10,432 10,432 000000009653664ae297cd2416889a1e8cd108d0e2c45b2ebc004363d2c9f948 0.00 MB 1 0
10,431 10,431 00000000bf98e62287276fe5be7c0f4da958b6de94db2262b3642000693b9342 0.00 MB 1 0
10,430 10,430 00000000426f169e0eaaff527b306d59c3b85b7774f208821e326c0439b2f4d1 0.00 MB 1 0
10,429 10,429 00000000e34a04386f5efadf4780221cde6713abb68ec30716320975541c2afa 0.00 MB 1 0
10,428 10,428 000000001dea3ef80b265527fbe73fae800e96f5d01ff694cb70e253599224fa 0.00 MB 1 0
10,427 10,427 0000000068ceb070f43dc6cfabc2161ed769414e2e3f1aaf3a05c46477350965 0.00 MB 1 0
10,426 10,426 000000000c17d4dfcaee29aab1ce1235ffc1f711616f261885dc835297e427b1 0.00 MB 1 0
10,425 10,425 00000000a2ad1ed8d6c1ece08bf265f57968c51777b57d251efc29c71fb2d4d9 0.00 MB 1 0
10,424 10,424 000000009e93ff54fac56f5512ca9a2e5b2b34612b74fd043fb020cfaa104657 0.00 MB 1 0
10,423 10,423 000000000be7df40612d0a2d122dea95cb30f2bad3b57a7f6b9f149e2911a497 0.00 MB 1 0
10,422 10,422 000000006983eb3a1da98c9a431c7100789794182a3548ada58401b48daf769b 0.00 MB 1 0
10,421 10,421 00000000624259543f824fb9f3419c37e1133e875831ac70595bf7ba79545506 0.00 MB 1 0
10,420 10,420 00000000512821f9d6c9fbda924a727431f6c589c220e39e48ae9f306e955e82 0.00 MB 1 0
10,419 10,419 00000000591747dee98ae2814edaeb858e73426907135150b167634a20c74739 0.00 MB 1 0
10,418 10,418 000000008147959ce1feca8c9dc40197c7d447d700689d7f66b31cf13a7eee26 0.00 MB 1 0
10,417 10,417 000000003d20d9427770c98823de6421e364da61732e14fe53e8ad3b6d0b5cc3 0.00 MB 1 0
10,416 10,416 0000000028d5f745fffe8371f1027bc42e7ecc7305f804da9706c2689ea7d93f 0.00 MB 1 0
10,415 10,415 000000005df3f1e4c3973cbf4ae877caf83ef9f34295972d2b70e6179e36ea2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.