Memory Pool Memory Pool Refreshing

4,678 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (107,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,822 800,822 0000000000000000000399d42d12998c32014ca69d0f457c7f8b3a57495ca37c 1.36 MB 2,494 34
800,821 800,821 000000000000000000009eebee540f38ed3eb348ba0fd59cb024f2c5e4834ed4 1.76 MB 1,593 9
800,820 800,820 000000000000000000004ff9cd33eebea6ed5d75f824014881990c1c02fc5082 1.32 MB 1,317 10
800,819 800,819 0000000000000000000249c74d85fe81a5bff9dc917f5389252d8bdd994a2ee0 1.52 MB 3,088 22
800,818 800,818 00000000000000000002b676f0627508e7faa7dda86a9a7ceb7581733e187233 2.23 MB 1,084 9
800,817 800,817 00000000000000000001e4ce7b90d829a58854c3fbc19d1b023df644b4e45ff5 1.66 MB 2,742 11
800,816 800,816 00000000000000000000902b1d61bd7202d85bfcec08de2f738122e6eca79af8 1.55 MB 2,237 10
800,815 800,815 000000000000000000032a6794d75ba3ec9af272a16a2cd049c7b3cad189a1b9 1.24 MB 1,518 10
800,814 800,814 0000000000000000000314ae0dcd8491fd8d63bec7830d0eb66f48ed46ae6c91 1.52 MB 2,304 13
800,813 800,813 00000000000000000002f023d4132b1252c6243660851234798a031ff2ae6aa1 1.49 MB 2,025 13
800,812 800,812 00000000000000000005236f5cd4cf6faa94f8d68c2953a29c624ed41f0d3e95 1.39 MB 2,328 12
800,811 800,811 000000000000000000019ad4fbbf629e2eeaeb9af360088df8f0dbe4ade3ba71 1.49 MB 3,376 21
800,810 800,810 0000000000000000000187a8a3134c2359daa5fc21959e4006341e400a443995 1.48 MB 2,373 12
800,809 800,809 00000000000000000005226f9862690973292942eae691f10657059335213998 1.52 MB 3,031 16
800,808 800,808 00000000000000000004a80152e0a020937f1590a2f418ed50831434f69dad81 1.47 MB 2,944 14
800,807 800,807 00000000000000000001236401ff8bb32de398c0b640651f34bdae482e81bd2b 1.53 MB 3,068 20
800,806 800,806 000000000000000000033d38f1e91b2623c3e9ebecafa345d940830ea298afaf 1.45 MB 2,979 20
800,805 800,805 00000000000000000000971c1b4658b4454a51ee4ea8259ddda764e6eb1772e2 1.44 MB 3,050 26
800,804 800,804 00000000000000000001fbe49a038f6ee8153a475191cc2ae5c8f673c7908247 1.55 MB 3,003 14
800,803 800,803 00000000000000000003488714805d9808ca49af248672f447a3b34daf0efc17 1.65 MB 3,415 13
800,802 800,802 00000000000000000000d997170bc54adda40def52a51b0763764e414827e328 1.53 MB 3,462 20
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.