Memory Pool Memory Pool Refreshing

13,991 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (163,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,691 744,691 0000000000000000000005d1195de2c24617962e566b33d21d1e19385c22e14e 1.53 MB 3,273 18
744,690 744,690 000000000000000000042245f5e325d8cdb9b9e1b1683ea7ce0d19eb8e85e6a7 1.32 MB 2,686 14
744,689 744,689 000000000000000000012ae0be285310530321053bafb2405c921c681fa26443 1.31 MB 1,861 17
744,688 744,688 000000000000000000004c3d5dd6a33b5591e4c7a897dc1aff4bc1c7d6d3ed85 0.78 MB 1,644 15
744,687 744,687 000000000000000000074feee911e618e8ef2194ad9e9b84691fdddb4aa4c471 0.74 MB 1,598 15
744,686 744,686 00000000000000000004ac960294cce933421c734b5c87443848ce2e91ab93e2 0.07 MB 174 17
744,685 744,685 000000000000000000007bdabb0dcc26c78f05afb07df97ee1b2beee13b38c43 0.60 MB 1,195 15
744,684 744,684 000000000000000000031f1a85e03a0664a1292aadd1efb30da78030b136854a 0.54 MB 954 15
744,683 744,683 00000000000000000005cece422207b85d57cc198d93a8c2c64f90e115bf90d0 1.32 MB 1,938 12
744,682 744,682 0000000000000000000545b6df1b0b8cd1b07dae92a06fa462f77f9c107f3416 0.62 MB 1,151 13
744,681 744,681 00000000000000000008569df7a8f44ffcd67ede162f4cafefc11f2a4fe05e5d 0.23 MB 533 19
744,680 744,680 00000000000000000004a3274bf5b6f513d6b944810eb063f1feb64b72d75eaa 1.21 MB 2,476 15
744,679 744,679 00000000000000000002f09eb99eb472778845c329955af03645e64c16fa7f16 1.05 MB 1,899 12
744,678 744,678 000000000000000000041aab4fcbe9e6a8003c84381e3ee8718a67b3bb508baa 0.21 MB 96 2
744,677 744,677 00000000000000000002850deb52fccc64b8ef94456b66b3825b6714ac1173b2 1.54 MB 2,190 6
744,676 744,676 0000000000000000000022d0662a18cea7a4c06e9118ed0886b36d1200635f1f 1.38 MB 2,196 18
744,675 744,675 0000000000000000000746fe6136ccbaf2b11665e5bcededb310524cd4cde68a 1.33 MB 2,287 19
744,674 744,674 00000000000000000002ea46db469cf2406410fb21914282798aa7293cc45593 0.35 MB 702 14
744,673 744,673 00000000000000000001e5c51e0886f1e19fa1864b1ead558f4e6bc9371d0105 1.10 MB 2,264 16
744,672 744,672 00000000000000000005eb4a4d00c2d9ba7372ef23ade1fee61bacd0bb3e1d0e 0.88 MB 996 11
744,671 744,671 00000000000000000003c1e642844b2a7e0feef5b1ed350ca46742d999781cf6 1.53 MB 2,464 13
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,622.94 GB sent, 92.96 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.