Memory Pool Memory Pool Refreshing

3,384 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (115,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,784 792,784 000000000000000000013f9d967afa2aee9d7b4da50c16f96dcdfddb44d13c43 1.48 MB 2,296 23
792,783 792,783 000000000000000000034a4a68b5652d5a13729520d2afed386b4b593a196ea4 1.78 MB 2,185 22
792,782 792,782 000000000000000000019591d805602c6206f3cdbcfb1bc39b224214d0a46502 1.80 MB 2,076 18
792,781 792,781 0000000000000000000179851df0dec842f9c7a082748941933a106176dc3f22 2.40 MB 2,948 21
792,780 792,780 00000000000000000001509593906cc54f5ed33c4f64bd8c182b889579b80766 3.37 MB 1,770 15
792,779 792,779 000000000000000000008c0f80999ff34749f77c0c48a17b4fa5324fd80aa764 2.53 MB 3,077 21
792,778 792,778 00000000000000000003f4e60123a7a1e90e082c65162c1daadfc341db2cd510 2.29 MB 3,707 18
792,777 792,777 00000000000000000001f1542c4cbe5892a5ad2691520db890dc5e5a7bfa67d9 1.41 MB 1,957 27
792,776 792,776 00000000000000000000f08415249e41f2974a7e6a55fdb271420fa9644d042a 1.48 MB 2,471 43
792,775 792,775 0000000000000000000269e5efcb57178107a77970e6e81a117a121764657fa5 1.65 MB 3,675 27
792,774 792,774 00000000000000000002bed9ee803ee7e4854997fd07dccca549acc5fc61099c 2.67 MB 2,757 19
792,773 792,773 000000000000000000032a49fcb2e79ead44f774913905b1e6e273e28b320b1b 2.41 MB 3,058 22
792,772 792,772 00000000000000000003283abaaaec9649a43895814607f283eb045458ce3e22 2.74 MB 3,290 17
792,771 792,771 00000000000000000000338e4c6d38c66c21044ee2516313ef11cec2df630276 1.70 MB 2,911 31
792,770 792,770 00000000000000000003ee838b73690fda969b2c210f52f2985dc3cc1ce2a048 2.51 MB 3,619 18
792,769 792,769 00000000000000000002294f17850c741ae933a84f6a357b12ce2aa85058ab55 1.94 MB 2,368 19
792,768 792,768 00000000000000000003d1f03b6fed46a9ed1403dde21dcddb2560362ba1ab83 1.68 MB 1,224 31
792,767 792,767 00000000000000000002076f290b03e96311fe395db6272ec84f1896802773f1 2.42 MB 2,094 16
792,766 792,766 00000000000000000004c8cd93585577bd2109d4f1003c291f6a026e95fd6af5 1.84 MB 3,568 18
792,765 792,765 00000000000000000003dfb6b5126613d053d17ae0275d8e9345c5d92e973858 2.06 MB 3,241 25
792,764 792,764 0000000000000000000481ef44d5c7077cff3dd4924a57a5bff72cc2374919f5 1.93 MB 5,784 17
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.