Memory Pool Memory Pool Refreshing

3,254 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,805 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (54,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,693 853,693 000000000000000000023ce61baef0dde77b10b1f9f1880c1af2f3be868d5bec 1.58 MB 4,219 6
853,692 853,692 00000000000000000002cac527a56bdf5305ffa3b35bb6c0a20567167527bfe5 1.53 MB 3,855 11
853,691 853,691 00000000000000000000fcf3fa353905004b7bcd898219716dd4fc3ca6a99f4b 1.55 MB 3,885 9
853,690 853,690 0000000000000000000236fccd8ef6ed51ffcee9430300fe53eea6fb3130df33 1.42 MB 3,962 4
853,689 853,689 00000000000000000002342ac5da09d0a95bada58fd1e89e527572afe055a085 1.40 MB 4,505 4
853,688 853,688 000000000000000000027b8c12841343dc7cfcd213dbfdf7e88dd32cbb519d91 1.65 MB 3,927 5
853,687 853,687 0000000000000000000357126a14a24b9e220c75c0eb71be94a88bb225043406 1.43 MB 4,438 4
853,686 853,686 00000000000000000002859dbf8fa0ecb2d7ee3f1e5d9deec266cce27534804f 1.59 MB 5,093 5
853,685 853,685 000000000000000000013f7f5c8738c3afe9628116dd65be6f9d0694ae1398ba 1.60 MB 5,911 5
853,684 853,684 000000000000000000006d42d1108b37a6e32b1563910106bf61225e22ab60fc 1.68 MB 3,360 6
853,683 853,683 000000000000000000018292739e0fffa10abe60c227ece9b45a2c8e6fc323c0 1.54 MB 5,284 4
853,682 853,682 00000000000000000001ceda8bbf9e220804a15c73def54e9cde98f96bf7bda2 1.79 MB 5,006 16
853,681 853,681 0000000000000000000029ae0f644e1b01c9de2505d6a4e63e357358e1b09c61 1.58 MB 3,503 5
853,680 853,680 00000000000000000000de55cdd3bc1b534402b7039e68e88d0d5f4a37564665 1.56 MB 3,510 8
853,679 853,679 000000000000000000009abfb308ce4b77476bf40403787b98c7a792be8c61a7 1.51 MB 4,281 5
853,678 853,678 0000000000000000000129891643ffd071b03d51a5cf49d657101851549b7c20 1.64 MB 4,236 6
853,677 853,677 00000000000000000001621dafd7ea8a8f522a452dfb883c07456fdd132cd2b6 1.61 MB 3,371 10
853,676 853,676 00000000000000000002aa646b8ea55bc9a7018f46d0064e2c21f35eda3282dc 1.56 MB 4,058 5
853,675 853,675 000000000000000000003ac51334e70442a0f3c9f8dc57b06ff9a5d0d704c72b 1.44 MB 3,555 6
853,674 853,674 00000000000000000000b64a3ebe90b3bd5ff7ad40f732e7965f00e040c7ecc0 1.54 MB 6,274 4
853,673 853,673 000000000000000000020513b272554645e0dc317067e19a3020fa0e208b094b 1.58 MB 5,444 5
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.