Memory Pool Memory Pool Refreshing

9,674 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (39,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,966 867,966 000000000000000000024572a82ef2c030c3102937f0fe6505c0fc96da74ef74 1.54 MB 3,040 7
867,965 867,965 000000000000000000029d3a538e8d6e91ef5f905fc88e3b3fea594071697df7 1.80 MB 3,076 9
867,964 867,964 00000000000000000001f40ec9acde93c46c205a5a1c29c388b4b3b9383a2660 1.83 MB 2,247 15
867,963 867,963 00000000000000000002163a6481c029d0cf3187dd33329992d602310c4a2464 1.53 MB 3,650 19
867,962 867,962 00000000000000000001d14a30c623d674574fc780250dc05a385aa09cfcc776 1.71 MB 2,775 5
867,961 867,961 00000000000000000001bac7a652f89cab50f3c96c728caaf9f16a692dc5d3d1 2.11 MB 2,183 6
867,960 867,960 00000000000000000002c093bb80ed8ed1d6cc3601849597511c1af2b8d578cb 1.85 MB 2,727 12
867,959 867,959 00000000000000000000ed41943b5ea5e1b86732381a1260b01b99479eb45af5 1.87 MB 1,412 3
867,958 867,958 00000000000000000000656999ccd39dded048be04a1a3fdef00fddb9f806243 1.91 MB 2,773 9
867,957 867,957 00000000000000000000ff8203a8e43fd568f8f45c9b17ee0e179be99b0c2ab2 2.06 MB 1,926 7
867,956 867,956 000000000000000000014582ce8d6ef29cc6693c9fc5cd900cfab2de09e5c5b6 1.34 MB 1,144 4
867,955 867,955 00000000000000000002a82a6f603b3e097cec97c7f982d6495ba14c3ea3e607 1.52 MB 2,045 4
867,954 867,954 0000000000000000000179d11df46f540c37d096b51f2012221404a16750d820 1.61 MB 3,594 9
867,953 867,953 0000000000000000000137132a154f333afddb9c1872b213f5ed033f3e993e3f 1.65 MB 2,510 7
867,952 867,952 0000000000000000000039159b78020b0f7df34bb5ae202a2cc07993a4b0332b 1.67 MB 3,137 10
867,951 867,951 000000000000000000003184f9d62e2de9dd3101cbcc0cdb44d14dc681be858f 1.90 MB 2,218 4
867,950 867,950 00000000000000000000b8a4ea3338d42f1aae07ddc4c6c585db545efd9222f6 1.58 MB 2,120 6
867,949 867,949 000000000000000000023a07c71a92c83619633e08446b47ac67397faa9ceb02 1.65 MB 2,844 5
867,948 867,948 00000000000000000000ee4854d4bd43e0f83c0095a4a49471113ef5777ad69a 1.83 MB 3,103 8
867,947 867,947 00000000000000000002ec0e42bff89a6510a23265369f413a6f3747604ba910 2.02 MB 2,792 8
867,946 867,946 00000000000000000000bc6075b0394e700f6dc07a020c2dc1b42c38c5e19b09 1.91 MB 2,963 11
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.