Memory Pool Memory Pool Refreshing

294 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (114,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
792,763 792,763 000000000000000000027631eb1cad33cab9ea7a1a04b0da89484a95f32e7783 1.93 MB 3,952 19
792,762 792,762 000000000000000000033d3beac000de151c325ce8e8d8e4e3bda9a72ec43c1c 1.69 MB 3,153 21
792,761 792,761 0000000000000000000126b3de576888f5aefa4cabce8283042d7950d0528086 2.18 MB 3,877 18
792,760 792,760 0000000000000000000454f7bf8567cc72c43307494d747272643f4a859aaadd 2.05 MB 2,479 25
792,759 792,759 000000000000000000046581910c96622381d03a9690ec9099044c3b591b6a9c 1.89 MB 2,727 22
792,758 792,758 000000000000000000031765db4262750ce3e1139a7479ac67a4d445d297e31a 1.41 MB 1,377 30
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.