Memory Pool Memory Pool Refreshing

3,274 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (29,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,710 878,710 000000000000000000010034564d409c12b548d9d4643c3336ad12694dcbb16e 1.88 MB 3,543 4
878,709 878,709 00000000000000000000817ba709521efd9971b831ea3403ebce4b3d11a1f06f 1.92 MB 3,148 4
878,708 878,708 0000000000000000000283a4b0f6ce828a421f2e14da0981e30559d808e7847b 1.77 MB 2,508 3
878,707 878,707 000000000000000000006044f94a839dbb3af3240a76e854c84ea836236ec719 1.48 MB 3,254 6
878,706 878,706 00000000000000000001deb46faf1ad233288a35d504f74412ff9f69c79ab759 1.55 MB 3,954 7
878,705 878,705 0000000000000000000102b8a74a6e9b9344f0abb3ba25dea7f847c7296fb21d 1.58 MB 3,534 7
878,704 878,704 000000000000000000023742dcd85e26c7adf4a7c712cf72cd55e8649e21e7cd 1.89 MB 2,678 4
878,703 878,703 00000000000000000000fd8c97a72aab23e61cb4a7072129f27630d5da17c896 0.00 MB 1 0
878,702 878,702 00000000000000000001b17df59e1bfd2a18c553a842d6342aac51c16f747abe 3.07 MB 1,047 2
878,701 878,701 00000000000000000000aba62ae7865ae186c1e57f4eae9bfe7b2b40820a1f6d 1.88 MB 1,789 2
878,700 878,700 0000000000000000000171f20bfd2a91c94c022a04297da575be1c9f878abe04 1.76 MB 2,563 4
878,699 878,699 00000000000000000001f999a0f11367b830329f5264f11d8278d1502c27c110 1.86 MB 2,160 4
878,698 878,698 00000000000000000000c147db5bbfca0334f28edf62e8bef09bf6b2aebd266d 1.69 MB 2,439 3
878,697 878,697 000000000000000000024c44b4444145d4e0d4ac33f9e42852ce4e835d51b879 1.68 MB 3,134 4
878,696 878,696 00000000000000000000bdc997d7136792faf8ac00e2e4eb9feeaf681937e5e4 1.89 MB 2,874 4
878,695 878,695 0000000000000000000285737f71c24af417e23ed0a23b2f1c67b28097a58a36 1.56 MB 2,800 3
878,694 878,694 000000000000000000013c16ebb991fc727e7d2db1cacdf9c74bc11a485b034f 1.82 MB 2,593 2
878,693 878,693 00000000000000000001ef69f319cb263e5d032ffc9cb0e3c1da61e5e038789c 2.00 MB 1,797 2
878,692 878,692 0000000000000000000224c4e018bd016c0b2b6ad29f011cff18ff4aec1da2c8 1.69 MB 2,944 3
878,691 878,691 000000000000000000028142dfd80df630d4a9e7bf51670b641a038605b29afb 1.63 MB 2,894 2
878,690 878,690 00000000000000000002233918647e43a85a54f96e6f0563cc92f8bf14c1a6d1 1.44 MB 2,291 4
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.