Memory Pool Memory Pool Refreshing

5,227 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,887 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (203,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,733 703,733 000000000000000000098a36f6db8a7e540ac022307f7098b781ca76112097ec 1.81 MB 972 2
703,732 703,732 00000000000000000007f3c68b84d63a51197660450ce759c53eeed9761a9708 1.55 MB 2,521 10
703,731 703,731 0000000000000000000bccee6b2f8988f2e121461e44482ef930e1c9874c867b 1.73 MB 1,903 8
703,730 703,730 0000000000000000000155462209f82792a99164a8e3f7ebbb0869a781827ecc 1.57 MB 1,746 4
703,729 703,729 00000000000000000005382cf875c5e4d53b08f1b35126689d9890bfbcfb8146 1.13 MB 1,214 4
703,728 703,728 000000000000000000040c547bf14544f5b1dc54925d69d8b13a21f8b842075d 1.47 MB 2,770 7
703,727 703,727 000000000000000000081e55f12c3ad6a7ee4d142ebe8eb9fc204e63ab4cf764 1.54 MB 2,852 20
703,726 703,726 0000000000000000000d5e0181a50c05ee329939dfe3c85fc8511f66928c286e 1.55 MB 2,928 7
703,725 703,725 00000000000000000002cbae3726f672cfeb7f33935fb080bfdc08981c6a0751 1.47 MB 2,770 22
703,724 703,724 0000000000000000000c5e4c05aaf431be89f35ef1f1d1bbc5443bf06fdb4a33 1.53 MB 2,694 15
703,723 703,723 0000000000000000000da3ac5885312869dae480bfcfa52fb2122ad4e1be6be0 1.34 MB 1,779 4
703,722 703,722 00000000000000000001fccf22e4f022b8810ecf8d80e819442c999cdb3bbe28 1.57 MB 3,602 9
703,721 703,721 0000000000000000000dbdf47970d31c6188823bba82ce26bccc3a34950dfbcc 1.51 MB 4,386 5
703,720 703,720 0000000000000000000797c6f5cddc441b3f3fc2a17f4991dffe92b06608567c 1.38 MB 2,188 10
703,719 703,719 0000000000000000000438ff6dee7dede5018a92378fab889ace90a27b67bf05 1.31 MB 1,409 9
703,718 703,718 00000000000000000000a0e771f531edb6687f0e6c8392d7250356aaf259af68 1.20 MB 1,131 9
703,717 703,717 000000000000000000057c906cb1ed8be9ae87416803b42ee29153c50509dd72 1.21 MB 765 7
703,716 703,716 00000000000000000000287669f4281ebb6d909d477acb14010314e0acd3df0f 1.36 MB 2,515 7
703,715 703,715 0000000000000000000ab1e44695187fc9a7fbb73e51d9659ed0356fd592de7d 1.49 MB 3,195 17
703,714 703,714 000000000000000000010cb08ed4e95920b794d337b0b9d5a6a89ca1ce41cd5d 1.51 MB 3,031 16
703,713 703,713 00000000000000000004c55cd95f15334e6511c9465acf80170630ac26014f39 1.47 MB 3,032 16
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.