Memory Pool Memory Pool Refreshing

5,261 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,422 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (220,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,775 687,775 0000000000000000000d9a669cb50bb7c5a94f8a008993438e72f4bf9e08246d 1.50 MB 1,489 21
687,774 687,774 0000000000000000000041059f46d26b6cbe4a30aa8ef1a74765d65c15bc2739 1.52 MB 1,593 38
687,773 687,773 0000000000000000000a504eba7f26ed156051d1eae5d021bef9f1b00181eb71 1.41 MB 1,726 30
687,772 687,772 0000000000000000000ad2b11a22bf0cc6c76dc66a3c1f6adf4fedf996473ace 1.21 MB 1,432 32
687,771 687,771 000000000000000000026923f3bd030dd9c9407d068a0f84ca1440f2ab4bdcc6 1.15 MB 1,323 34
687,770 687,770 00000000000000000000ea229d078ddd45e821455ee24b8552e4e0a7a562ebf3 1.36 MB 2,390 56
687,769 687,769 000000000000000000026385dc935eb68616b03fe5db7e67ac49e302ac4f79c4 1.31 MB 2,078 50
687,768 687,768 0000000000000000000938d5e4222a824f3ca1d21d85c2cab4a1e5b096a3d096 1.27 MB 1,771 30
687,767 687,767 0000000000000000000aa280c107b371348efe75d94aea16f5d3fbc3c0ac9076 1.40 MB 2,621 50
687,766 687,766 00000000000000000002506a0771d16150a686eb20ef74fcd91156e5579e2da6 1.44 MB 2,083 23
687,765 687,765 0000000000000000000a11484657305caa8082865da01012e198617fa77114c4 1.64 MB 378 5
687,764 687,764 00000000000000000008a94e9881df38d28de46361366f2d00f89355cdfac687 1.43 MB 943 16
687,763 687,763 00000000000000000006e1b11cf73e9798d779f70631d518d53d445c981e50ce 1.57 MB 1,071 2
687,762 687,762 0000000000000000000838c0042c296f3dd7ab9cfadd4e23fa1793a96556ef79 1.64 MB 1,210 8
687,761 687,761 0000000000000000000d8fb12696c8c85ee48299cfc2eac67e825205e990be89 1.61 MB 1,574 7
687,760 687,760 000000000000000000069a5c0386e89851bf1372b11c00566419d2dc2708ef38 1.45 MB 1,979 17
687,759 687,759 000000000000000000013bfc120fb6e3d98f0e6cdb68edd6299a4eefa5251166 1.13 MB 725 30
687,758 687,758 0000000000000000000b77a71b30902c624448a6f8f03036a34cfb6e78bf056f 1.55 MB 1,139 29
687,757 687,757 00000000000000000000f971485354b8eb91dd69529f403447b0232a8f1bd8e1 1.30 MB 2,587 10
687,756 687,756 00000000000000000001df5b28cfbcaecc0b098a079802dd1010c97ec652c31a 1.24 MB 2,760 14
687,755 687,755 0000000000000000000ab2d2a459d0b1bd758a40304a3ef4365a4f4e548579bb 1.51 MB 2,183 37
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.